Changeset 9028 for trunk/make/process.forwarder.mak
- Timestamp:
- Aug 19, 2002, 5:00:25 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/process.forwarder.mak
r8715 r9028 1 # $Id: process.forwarder.mak,v 1. 4 2002-06-19 02:16:08bird Exp $1 # $Id: process.forwarder.mak,v 1.5 2002-08-19 15:00:25 bird Exp $ 2 2 3 3 # … … 25 25 !endif 26 26 27 !if "$(TARGET_NAME)" == "" && "$(TARGET_MODE)" != "EMPTY" 27 !if "$(TARGET_NAME)" == "" && "$(TARGET_MODE)" != "EMPTY" && "$(TARGET_MODE)" != "DEPEND" 28 28 !error Fatal error: TARGET_NAME is not defined! Should be set in the makefile. 29 29 !endif … … 304 304 305 305 # ----------------------------------------------------------------------------- 306 # The $(TARGET) rule - For EMPTY targets. 307 # ----------------------------------------------------------------------------- 308 !if "$(TARGET_MODE)" == "EMPTY" 306 # The $(TARGET) rule - For EMPTY & DEPEND targets. 307 # ----------------------------------------------------------------------------- 308 # this doesn't work as we don't have a target name. Hence not needed. 309 #!if "$(TARGET_MODE)" == "EMPTY" 310 #$(TARGET): 311 # @$(ECHO) . 312 #!endif 313 !if "$(TARGET_MODE)" == "DEPEND" 309 314 $(TARGET): 310 315 @$(ECHO) .
Note:
See TracChangeset
for help on using the changeset viewer.