OSDN Git Service

- store the used compiler plus flags in the .%.dep files too and
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 1 Jun 2008 12:40:25 +0000 (12:40 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 1 Jun 2008 12:40:25 +0000 (12:40 -0000)
commit6f538799296c9145e906ba53ddec2226b90cc304
tree8c1c3245b8b9faa60620531d616d8d360f3db10c
parent778c71e5a9914faca6d6b3f95da288b086d932d2
- store the used compiler plus flags in the .%.dep files too and
  use this info to decide whether or not to rebuild something (if e.g. the
  filestamp of the prereq did not change but the cc or CFLAGS did).

  For files that we did not yet build we have no flags on record, so those
  did change inherently and we rebuild.

  Shouldn't be much slower than before.
Makerules