Changeset 456 for CMT/HEAD


Ignore:
Timestamp:
Apr 21, 2008, 12:24:16 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 357

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r455 r456  
     12008-04-21    <rybkin@lal.in2p3.fr> 357
     2       
     3        * mgr/fragments/dependencies: Do not include the dependencies fragment in
     4        the constituent makefile at all when make clean is run
     5       
    162008-04-19    <rybkin@lal.in2p3.fr> 356
    27       
  • CMT/HEAD/mgr/fragments/dependencies

    r455 r456  
    11#-- start of dependency ------------------
     2ifneq ($(MAKECMDGOALS),${CONSTITUENT}clean)
    23
    34#$(bin)${CONSTITUENT}_dependencies.make :: dirs
    45
    5 ifneq ($(MAKECMDGOALS),${CONSTITUENT}clean)
    66ifndef QUICK
    77$(bin)${CONSTITUENT}_dependencies.make : ${LINE} $(use_requirements) $(cmt_final_setup_${CONSTITUENT})
    88        $(echo) "(${CONSTITUENT}.make) Rebuilding $@"; \
    99          $(build_dependencies) ${CONSTITUENT} -all_sources
    10 endif
    1110endif
    1211
     
    1514-include $(bin)${CONSTITUENT}_dependencies.make
    1615
     16endif
    1717#-- end of dependency -------------------
Note: See TracChangeset for help on using the changeset viewer.