On Sun, Sep 26, 2010 at 10:05 AM, Blue Swirl <blauwir...@gmail.com> wrote: > Add logic to detect changes in generated files. If the old > and new files are identical, don't touch the generated file. > This avoids a lot of churn since many files depend on trace.h. > > Signed-off-by: Blue Swirl <blauwir...@gmail.com> > --- > Makefile | 18 ++++++++++++++++-- > 1 files changed, 16 insertions(+), 2 deletions(-)
Looks good. Stefan