Changeset 145 for trunk/Platforms/Test/Makefile
- Timestamp:
- Oct 13, 2010, 8:15:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/Makefile
r142 r145 34 34 PRIORITY = 0 35 35 endif 36 37 36 ifeq ($(flavor CLEAN), undefined) 38 37 CLEAN = 0 … … 185 184 for log in $(LOGS); do \ 186 185 $(ECHO) -n "."; \ 187 $(ECHO) -n "source $(MORPHEO_TOPLEVEL)/environment.sh $(MORPHEO_LOCALIZATION); path=\"${PWD}\"; " >> $(SCRIPT);\186 $(ECHO) -n "source $(MORPHEO_TOPLEVEL)/environment.sh -l $(MORPHEO_LOCALIZATION) -t $(MORPHEO_TYPE); path=\"${PWD}\"; " >> $(SCRIPT);\ 188 187 if $(TEST) $(CLEAN) -ne 0; then \ 189 188 $(ECHO) -n "$(RM) $${log}; " >> $(SCRIPT); \ … … 300 299 $(ECHO) " * debug : cf 'make run DATA=debug'";\ 301 300 $(ECHO) " * bench : cf 'make run DATA=bench'";\ 302 $(ECHO) " * distexe : Generate an command file to distexe. It's as run command, but just generate an script with all make";\ 301 $(ECHO) " * distexe : Generate an command file to distexe (\"$(SCRIPT)\").";\ 302 $(ECHO) " This file can be use with distexe or just run in local machine.";\ 303 303 $(ECHO) " * cfg : For each configuration in \"${PATH_CFG}\", create basic test";\ 304 304 $(ECHO) " * lib : make library";\
Note: See TracChangeset
for help on using the changeset viewer.