hmm....now I get another question.
my make file write as this:
---
A_SUPPORT = TRUE # A scheme
B_SUPPORT = TRUE # B scheme,now B scheme not allow
true together with A
ifneq ($(strip $(A_SUPPORT)),TRUE)
$(error the A_SUPPORT should not true with B_SUPPORT
endif
---
but when I run make,it echo:
my.mak:1026: *** commands commence before first target. Stop.
It seem that my make syntax not suitable.But I just want to "assert"
fail in some condition...
_______________________________________________
help-gnu-utils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils