Changeset 98


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

Protect the clean target on Windows see CL#284

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r97 r98  
    662005-10-11    <arnault@lal.in2p3.fr> 284
    77
    8         * source\cmt_parser.cxx (class StandardMacroBuilder): Enclose
     8        * mgr/fragments/nmake/constituent (clean): Protect against
     9        unexisting makefile fragment when running the clean target
     10
     11        * source/cmt_parser.cxx (class StandardMacroBuilder): Enclose
    912        items in the use_requirements macro into double quotes using the q
    1013        macro. This to cope with spaces in directories on Windows.
    1114        (dos_script_prefix): Add quotes for the -path argument
    1215
    13         * mgr\requirements: Add a macro definition to hold a double-quote
     16        * mgr/requirements: Add a macro definition to hold a double-quote
    1417
    15182005-09-13    <arnault@lal.in2p3.fr> 283
  • 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.