%% [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]>          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


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

Reply via email to