OSDN Git Service

Do not update previous_XXX.mk when there is no change
authorShinichiro Hamaji <hamaji@google.com>
Mon, 20 Jul 2015 22:28:39 +0000 (07:28 +0900)
committerShinichiro Hamaji <hamaji@google.com>
Tue, 21 Jul 2015 00:40:02 +0000 (09:40 +0900)
commit14da1424e0e8d96aee66676b8735001dbe6bd86b
tree346aa03386e895da617ea14adb312283e0aa81cd
parentb74823e2ff5de41f3bee87f2de76abe6ff4e617f
Do not update previous_XXX.mk when there is no change

I'm adding a rule which regenerates ninja files to kati:

https://github.com/shinh/kati/commit/8666cfba20bf4ff0e59053dcfa7bcac9896bcf16

With this regeneration rule, unnecessary re-generation will happen
when these .mk files are updated even if there are no changes in
their contents. With this patch, these .mk files are updated only
when the contents will be actually changed.

Change-Id: I4c796f9454502f6bb25019b3806ca577ea5258c1
core/cleanbuild.mk
core/post_clean.mk