On Thu, 2010-12-16 at 16:41 +0800, pacia pacia wrote: > Suppose VPATH=$DIR1:$DIR2:$DIR3, we know that make will search source > files in $DIR2 and DIR3 if they are > not in $DIR1. My question is if make can treat Makefile in the same > way? i.e., if Makefile is not in $DIR1, will > make search $DIR2 and $DIR3 for Makefile?
It's not currently supported, no. https://savannah.gnu.org/bugs/?15224 -- ------------------------------------------------------------------------------- Paul D. Smith <[email protected]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
