Messages in this thread |  | | From | Peter Samuelson <> | Date | Fri, 1 Dec 2000 14:26:33 -0600 (CST) | Subject | Re: [uPATCH] Re: Questions about Kernel 2.4.0.* |
| |
[Marc Mutz] > > +TOPDIR := $(shell pwd -P)
> That is specific to the bash builtin 'pwd'. GNU sh-util's pwd does > not know that option (at least not my version, which is: "pwd (GNU > sh-utils) 1.16")
It passed my 5-second shell feature portability test (ash). Checking again, I see that the ash 'pwd' just ignores its arguments, but doesn't need '-P' because it doesn't maintain an internal pwd.... Oh well.
Peter - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |