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


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

Jinchun (Jim) Peng
[EMAIL PROTECTED] (Office)
Phone: 248-685-5153
_______________________
Do you have a plan for today?
_______________________





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

Reply via email to