Hi,
    Following is my makefile:
 
    SHELL:=/usr/bin/sh
PWD:=$(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 Regards.
 
ASB FND-AD Qin Feng
TEL: 021-58541240-3618

 

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to