bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

say how to change PATH


From: Dan Jacobson
Subject: say how to change PATH
Date: Mon, 17 May 2004 13:07:14 +0800

In Info, one cannot find how to change PATH in a Makefile.
PATH=/usr/sbin:$(PATH) won't do without spelling out PATH.
The best one can do is once on each line:
P=PATH=/usr/sbin:$$PATH
a:
        $P; which faubackup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]