Parent Directory
|
Revision Log
|
Patch
revision 102 by jgs, Wed Dec 15 07:08:39 2004 UTC | revision 119 by jgs, Tue Apr 12 04:45:05 2005 UTC | |
---|---|---|
# | Line 100 ifeq ($(strip $(DODEBUG)),) | Line 100 ifeq ($(strip $(DODEBUG)),) |
100 | DODEBUG := NO | DODEBUG := NO |
101 | endif | endif |
102 | ||
# Do test compilations or not? | ||
ifeq ($(strip $(DOTEST)),) | ||
DOTEST := NO | ||
endif | ||
103 | # Include remainder of Makefiles | # Include remainder of Makefiles |
104 | include ${MAKE_DIR}/Makefile.source | include ${MAKE_DIR}/Makefile.source |
105 | include ${MAKE_DIR}/hosts/${HOSTNAME}/Makefile.host | include ${MAKE_DIR}/hosts/${HOSTNAME}/Makefile.host |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |