Changeset 9048 for trunk/make/process.forwarder.mak
- Timestamp:
- Aug 20, 2002, 9:05:43 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/process.forwarder.mak
r9031 r9048 1 # $Id: process.forwarder.mak,v 1. 6 2002-08-20 04:05:40bird Exp $1 # $Id: process.forwarder.mak,v 1.7 2002-08-20 07:05:43 bird Exp $ 2 2 3 3 # … … 186 186 !endif 187 187 $(TARGET_ILIB) \ 188 $(RULES_FORWARD) \ 188 189 install testcase nothing target: 189 190 \ … … 191 192 @ \ 192 193 !endif 194 !ifndef _BUILD_PROJECT # workaround for buggy SET implementation in NMAKE. 195 echo . && SET _BUILD_PROJECT=$(BUILD_PROJECT) && \ 196 !endif 193 197 $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@ 194 198 … … 202 206 !ifndef BUILD_VERBOSE 203 207 @ \ 208 !endif 209 !ifndef _BUILD_PROJECT # workaround for buggy SET implementation in NMAKE. 210 echo . && SET _BUILD_PROJECT=$(BUILD_PROJECT) && \ 204 211 !endif 205 212 $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(COMSPEC)
Note:
See TracChangeset
for help on using the changeset viewer.