> Date: Tue, 18 Jan 2011 09:13:19 +0330 > From: ali hagigat <[email protected]> > Cc: > > it does not make sense we specify -l 2.5 and then use -l on command > line, if we write: > make -l 2.5 > will sub-makes inherit "-l 2.5" from their parent?
Inheritance is one possibility; a shell alias is another. If you don't need this feature, simply don't use it, it makes no harm by being there, does it? _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
