> From: Paul Smith <[EMAIL PROTECTED]> > Date: Mon, 11 Dec 2006 19:42:51 -0500 > Cc: bug-make@gnu.org > > This test is kind of strange. Unless there's some specific reason the > makefile REQUIRES the CURDIR variable to be set by make, it should be > rewritten: > > ifndef CURDIR > $(error Please define the CURDIR variable (or use a newer version of GNU > make)) > endif
But this test could be defeated if CURDIR was defined in the environment, right? If so, the test should make sure CURDIR doesn't come from the environment. _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make