How to convert gnu make conditional statements to clearmake?

Dec 06, 2010 0 Replies

Below makefile gives syntax error when invoked with clearmake program. The syntax error is on line: SILENT=@



How to convert these gnu statements to clearmake?



############################################################################# ## Set macro to suppress or allow echoing key commands. ############################################################################# # the macro ECHO can be set to nonblank on the command line to allow key



# build commands to be echoed on the screen. # The macro SILENT is defined as the echo suppression character "@" when # ECHO has not been set. The macro $(SILENT) is used at the beginning # of every command line that we want to allow to be conditionally echoed. ifndef ECHO SILENT=@ else SILENT= endif



--------------------------------------- Posted through

formatting link


Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required