Re: Cannot run shell command
%% "FND-AD Qin Feng (NGN)" <[EMAIL PROTECTED]> writes: fqf> Following is my makefile: fqf> SHELL:=/usr/bin/sh fqf> PWD:=$(shell pwd) fqf> all: fqf> @echo dir: $(PWD) fqf> but the result is : fqf> dir: fqf> it seems no shell command executed, my gmake version
Cannot run shell command
Hi, Following is my makefile: SHELL:=/usr/bin/shPWD:=$(shell pwd) all: @echo dir: $(PWD) but the result is : dir: it seems no shell command executed, my gmake version is v3.80 and platform is : OSF1 ds10.sbell.com.cn V4.0 1229 alpha King Reg