Conditional macros in gmake!

2001-09-20 Thread Deshpande, Sanjay (GEAE, EACoE-India)
Hello, Can we use conditional macros in gmake? I am having some difficulties in using these macros in my gmake. Thanks in advance, Sanjay "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information. If the

Re: new build system

2001-09-20 Thread Paul D. Smith
%% Jason Zaugg <[EMAIL PROTECTED]> writes: jz> When I tried to 'make clean' from within a subdirectory jz> ($CS_COMMON_DE/tools/property), gnu make dumped core. There is a jz> bug in the builtin 'if' function when trailing characters suffix jz> the $(if cond,a,b) construct. A test to repr