I have to use /usr/ccs/bin/make on Solaris 10 (SunOS 5.10).
The typical GNU make syntax for ifeq , which can be used to include or exclude text, does not work with Solaris make .
I can use sh style if when assigning values ββto macros, but I'm looking for a way to include or exclude a bunch of text in a makefile based on an environment variable (e.g. with GNU ifeq ).
Any ideas? I also appreciate any Solaris 10 make documentation.
source share