%% [EMAIL PROTECTED] writes:
rm> I can see your points. I may not agree with them ;-), but I understand
rm> them.
OK, good... starting from the same place is always best :-).
rm> In the case where someone wants to put 'endef', or any of the
rm> others as the first word of a command, one
Paul,
I can see your points. I may not agree with them ;-), but I understand
them.
In the case where someone wants to put 'endef', or any of the others as
the first word of a command, one could always remove the specialness of
the keyword by escaping, or quoting, it. Example:
define ma
Hi Reid; I'm posting this to bug-make for a wider audience.
%% Reid Madsen <[EMAIL PROTECTED]> writes:
rm> Now regarding #2 -- the 'endef' issue. GNUmake supports
rm> conditional structures implemented with 'ifdef', 'ifndef', 'ifeq',
rm> 'ifneq', 'else', 'endif'. In addition it supports ma