On Tue, 2011-05-17 at 09:47 -0400, Steven Rostedt wrote:On Tue, 2011-05-17 at 15:36 +0200, Michal Marek wrote:
We could add recordmcount.c as a dependency in scripts/Makefile.build
directly, without playing with fixdep, like this (untested):
I actually tried this first, and it didn't seem to work. I'll go ahead
and give it another try (maybe I did something wrong). But I do prefer
this over my fixdep change.
Thanks, I'll let you know the outcome.
Awesome! This worked.
I wonder what screw up I did to keep mine from
working? Anyway, I made a single change to your patch:
-recordmcount_source := $(srctree)/scripts/recordmcount.c
+recordmcount_source := $(srctree)/scripts/recordmcount.c \
+ $(srctree)/scripts/recordmcount.h
Could you send me your Signed-off-by, and I'll add this to the beginning
of my patch queue.