help-gnu-utils
[Top][All Lists]
Advanced

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

make Q


From: Aaron Gray
Subject: make Q
Date: Mon, 9 Mar 2009 18:02:37 -0000

Hi,

is there anyway I can combine these commands :-

 ifeq ( $(OS), Cygwin)
    X
 else
    ifeq ( $(OS), MingW)
        X
    else
        Y
    endif
 endif

so I only need to write X once ?

Many thanks in advance,

Aaron




reply via email to

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