Changeset 8196
- Timestamp:
- Apr 6, 2002, 10:19:52 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/splittup/tools/make/process.mak ¶
r8190 r8196 1 # $Id: process.mak,v 1.1.2. 3 2002-04-01 13:54:20bird Exp $1 # $Id: process.mak,v 1.1.2.4 2002-04-06 20:19:52 bird Exp $ 2 2 3 3 # … … 353 353 # Run evt. testcase 354 354 # 355 !ifndef BUILD_NO_TESTCASE 355 356 testcase: install 356 357 !if [$(TOOL_EXISTS) testcase] == 0 … … 369 370 @$(TOOL_DOMAKES) "$(POSTMAKEFILES)" $(TOOL_MAKE) $@ 370 371 !endif 372 !endif 371 373 372 374 … … 376 378 dep: 377 379 @$(ECHO) Building dependencies $(CLRRST) 378 @$(TOOL_DEP) $(TOOL_DEP_FLAGS) -o$$(PATH_TARGET) -d$(BUILD_TARGET_DEPEND) $(TOOL_DEP_FILES) 380 @$(TOOL_DEP) $(TOOL_DEP_FLAGS) -o$$(PATH_TARGET) -d$(BUILD_TARGET_DEPEND)\ 381 !ifdef TARGET_NO_DEP 382 -x$(TARGET_NO_DEP: =;)\ 383 !endif 384 $(TOOL_DEP_FILES) 379 385 !ifdef SUBDIRS 380 386 @$(TOOL_DODIRS) "$(SUBDIRS)" $(TOOL_MAKE) NODEP=1 $@
Note:
See TracChangeset
for help on using the changeset viewer.