Re: Linux 2.6.28-rc1

From: David Miller
Date: Fri Oct 24 2008 - 18:32:17 EST


From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 24 Oct 2008 08:17:53 -0700 (PDT)

> Now, _another_ part (and arguably the really core reason) of this problem
> is that our Makefile rules for the asm include directory is weak and
> unreliable in the presense of already-existing unexpected entries.

I guess we could use seperate "stamp" files to deal with this.

Along with the generated file "foo" there is a "foo.stamp" file
that is generated with "touch" after "foo" is built.

Then "foo"'s update rule is whether the "foo.stamp" is out of date
wrt. it's dependencies.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/