Changeset 473 for CMT/HEAD


Ignore:
Timestamp:
Nov 2, 2008, 11:42:58 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 374

Location:
CMT/HEAD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r472 r473  
     12008-11-02    <rybkin@lal.in2p3.fr> 374
     2       
     3        * mgr/fragments/nmake/constituent: Do not pass the NMake QUICK macro value
     4        from constituents.nmake to constituent *.nmake files on the command line
     5        as it is not necessary
     6        * mgr/fragments/nmake/constituent_lock: idem
     7       
    182008-11-01    <rybkin@lal.in2p3.fr> 373
    29       
  • CMT/HEAD/mgr/fragments/nmake/constituent

    r472 r473  
    5151        @set include=$(include)
    5252        @set lib=$(lib)
    53         @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag)
     53        @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag)
    5454        $(echo) (constituents.nmake) ${CONSTITUENT} done
    5555
     
    6060        @set include=$(include)
    6161        @set lib=$(lib)
    62         @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
     62        @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
    6363        $(echo) (constituents.nmake) ${CONSTITUENT}clean done
    6464
     
    6969        @set include=$(include)
    7070        @set lib=$(lib)
    71         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles install tag=$(tag)
     71        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles install tag=$(tag)
    7272        $(echo) (constituents.nmake) install ${CONSTITUENT} done
    7373
     
    7878        @set include=$(include)
    7979        @set lib=$(lib)
    80         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles uninstall tag=$(tag)
     80        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles uninstall tag=$(tag)
    8181        $(echo) (constituents.nmake) uninstall ${CONSTITUENT} done
    8282
  • CMT/HEAD/mgr/fragments/nmake/constituent_lock

    r472 r473  
    5353        @set include=$(include)
    5454        @set lib=$(lib)
    55         @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag) \
     55        @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag) \
    5656        || ($(unlock_command) ${CONSTITUENT}$(lock_suffix) & exit 1)
    5757        @$(unlock_command) ${CONSTITUENT}$(lock_suffix)
     
    6464        @set include=$(include)
    6565        @set lib=$(lib)
    66         @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
     66        @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
    6767        $(echo) (constituents.nmake) ${CONSTITUENT}clean done
    6868
     
    7373        @set include=$(include)
    7474        @set lib=$(lib)
    75         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles install tag=$(tag)
     75        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles install tag=$(tag)
    7676        $(echo) (constituents.nmake) install ${CONSTITUENT} done
    7777
     
    8282        @set include=$(include)
    8383        @set lib=$(lib)
    84         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles uninstall tag=$(tag)
     84        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles uninstall tag=$(tag)
    8585        $(echo) (constituents.nmake) uninstall ${CONSTITUENT} done
    8686
Note: See TracChangeset for help on using the changeset viewer.