bug-make
[Top][All Lists]
Advanced

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

Why % put in front of any shell derective?


From: jinchun . peng
Subject: Why % put in front of any shell derective?
Date: Thu, 22 Apr 2004 16:25:04 -0400

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
address@hidden (Office)
Phone: 248-685-5153
_______________________
Do you have a plan for today?
_______________________







reply via email to

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