bug-make
[Top][All Lists]
Advanced

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

Re: Why % put in front of any shell derective?


From: Paul D. Smith
Subject: Re: Why % put in front of any shell derective?
Date: Thu, 22 Apr 2004 17:04:32 -0400

%% address@hidden writes:

  jp> Why is a % put in front of any shell derective like the following?
  jp> In terms of your on-line guideline for makefile, % should not
  jp> occur this way.  Any advice on this?

  jp> %ifdef VERBOSEFLAG
  jp>         .DEBUG_PRINT
  jp>         .DEBUG_RUN
  jp> % echo Windows: $(OS) Version: $(OSVERSION) Release: $(OSRELEASE)
  jp> % echo Windows: $(OS) Version: $(OSVERSION) Release: $(OSRELEASE) > CON
  jp> % exec $(MAKE) -V
  jp> % exec $(MAKE) -V >CON
  jp> % echo Running in VERBOSE mode for $(MAKEFILE) >CON
  jp> % echo Please wait ... >CON
  jp> % echo >CON
  jp> %endif

I don't know where you got this, but it's not a GNU make file.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "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]