bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: gmake doesn't honor #! line


From: Paul D. Smith
Subject: Re: gmake doesn't honor #! line
Date: 01 Nov 2000 18:01:24 -0500
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

%% address@hidden (Gabriel Zachmann) writes:

  gz> It seems to me that gmake (3.79.1) doesn't honor the #! line
  gz> like other make's do, does it?

Not sure what you mean by "honor the #! line"?

This works for me:

  $ cat /tmp/foo.mk
  #!/usr/bin/make -f

  all:;@echo hi

  $ chmod 755 /tmp/foo.mk

  $ /tmp/foo.mk
  hi

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

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