Changeset 7653 for trunk/tools
- Timestamp:
- Dec 19, 2001, 2:27:25 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/CmdQd/makefile
r7651 r7653 1 # $Id: makefile,v 1. 3 2001-12-19 01:19:24bird Exp $1 # $Id: makefile,v 1.4 2001-12-19 01:27:25 bird Exp $ 2 2 3 3 # … … 89 89 $(RM) $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) $(ODIN32_BIN)\$(TARGET).sym 90 90 !else 91 @echo Info: Not removing $(ODIN32_TOOLS)\cmdqd.exe bec uase MULTIJOBS is defined.91 @echo Info: Not removing $(ODIN32_TOOLS)\cmdqd.exe because MULTIJOBS is defined. 92 92 !endif 93 93 94 95 # 96 # If MULTIJOBS is defined make sure cmdqd is NOT while we make it running. 97 # 98 !ifdef MULTIJOBS 99 ! if [$(CMDQD) queryrunning] == 0 100 ! if [$(CMDQD) kill] == 0 101 ! endif 102 ! endif 103 !endif 104
Note:
See TracChangeset
for help on using the changeset viewer.