cd $(DIR_APP) && make #$(PARALLELISMFLAGS)
endef
-# Test hangs forever
-#define STAGE_TEST
-# cd $(DIR_APP) && make tests
-#endef
-
define STAGE_INSTALL
cd $(DIR_APP) && make install
include ../../core/bzip2/bzip2.nm
-STAGE_PREPARE_CMDS =
+STAGE_PREPARE_CMDS = # Nothing to do
define STAGE_BUILD
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-# fails
-#define STAGE_TEST
-# cd $(DIR_APP) && make RUN_EXPENSIVE_TESTS=yes check
-#endef
-
define STAGE_INSTALL
cd $(DIR_APP) && make install
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-
-define STAGE_TEST
- cd $(DIR_APP) && make check
-endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-define STAGE_TEST
- cd $(DIR_APP) && make check
-endef
-
define STAGE_INSTALL
cd $(DIR_APP) && make install
endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-# fails
-#define STAGE_TEST
-# cd $(DIR_APP) && make check
-#endef
-
define STAGE_INSTALL
cd $(DIR_APP) && make install
endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-
-define STAGE_TEST
- cd $(DIR_APP) && make check
-endef
cd $(DIR_SRC)/glibc-build && make PARALLELMFLAGS=$(PARALLELISMFLAGS)
endef
-STAGE_TEST = # Do not run tests.
-
define STAGE_INSTALL
-mkdir -v $(TOOLS_DIR)/etc
touch $(TOOLS_DIR)/etc/ld.so.conf
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-
-define STAGE_TEST
- cd $(DIR_APP) && make check
-endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-define STAGE_TEST
- cd $(DIR_APP) && make check
-endef
-
define STAGE_INSTALL
cd $(DIR_APP) && make install
endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-
-# fails
-#define STAGE_TEST
-# cd $(DIR_APP) && make check
-#endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-
-define STAGE_TEST
- cd $(DIR_APP) && make check
-endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-define STAGE_TEST
- cd $(DIR_APP) && make check
-endef
-
define STAGE_INSTALL
cd $(DIR_APP) && make install
endef
include ../../core/perl/perl.nm
-STAGE_PREPARE_CMDS =
+STAGE_PREPARE_CMDS = # Nothing to do
define STAGE_BUILD
# ./Configure is used instead of ./configure.gnu because it supports builds
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-
-define STAGE_TEST
- cd $(DIR_APP) && make check
-endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-
-# fails
-#define STAGE_TEST
-# cd $(DIR_APP) && make check
-#endef
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
endef
-
-define STAGE_TEST
- cd $(DIR_APP) && make check
-endef