Changeset 98 for CMT/HEAD/mgr/fragments


Ignore:
Timestamp:
Oct 11, 2005, 3:49:27 PM (19 years ago)
Author:
arnault
Message:

Protect the clean target on Windows see CL#284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/nmake/constituent

    r79 r98  
    5151        @set include=$(include)
    5252        @set lib=$(lib)
    53         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
     53        @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
    5454        @echo (constituents.nmake) ${CONSTITUENT}clean done
    5555
Note: See TracChangeset for help on using the changeset viewer.