Hi,
 
I am using gmake ver 3.79.1.
I would like to get file name of current makefile
This is my makefile named tt:
 
#!/usr/bin/gmake -f
target:
    @echo "$(MAKEFILES)"
 
I hope to get answer "tt" if I run it.
But seems MAKEFILES is not what I want.
Do u have any good idea?
 
Andrew
 
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to