Changeset 9127 for trunk/make/process.forwarder.mak
- Timestamp:
- Aug 25, 2002, 12:31:24 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/process.forwarder.mak
r9115 r9127 1 # $Id: process.forwarder.mak,v 1.1 0 2002-08-24 04:44:25bird Exp $1 # $Id: process.forwarder.mak,v 1.11 2002-08-24 22:31:24 bird Exp $ 2 2 3 3 # … … 195 195 # Generic forwarder 196 196 # ----------------------------------------------------------------------------- 197 build rebuild clean depneeded lib executable miscellaneous \197 build rebuild needed lib executable miscellaneous \ 198 198 !if "$(TARGET_MODE)" == "DEPEND" 199 199 $(TARGET) \ … … 201 201 $(TARGET_ILIB) \ 202 202 $(RULES_FORWARD) \ 203 install testcase nothingtarget:203 testcase target: 204 204 \ 205 205 !ifndef BUILD_VERBOSE … … 209 209 echo . && SET _BUILD_PROJECT=$(BUILD_PROJECT) && \ 210 210 !endif 211 $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@ 212 213 214 215 # ----------------------------------------------------------------------------- 216 # Generic forwarder - No dependencies. 217 # ----------------------------------------------------------------------------- 218 clean dep publish publish_target nothing: 219 \ 220 !ifndef BUILD_VERBOSE 221 @ \ 222 !endif 223 echo . && \ 224 !ifndef _BUILD_PROJECT # workarounds for buggy SET implementation in NMAKE. 225 SET _BUILD_PROJECT=$(BUILD_PROJECT) && \ 226 !endif 227 SET NODEP=1 && \ 211 228 $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@ 212 229
Note:
See TracChangeset
for help on using the changeset viewer.