Ignore:
Timestamp:
Nov 27, 2011, 4:36:15 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 465

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/constituents_header

    r488 r588  
    2626#cmt_final_setup = $(bin)$(package)setup.make
    2727
     28cmt_build_library_linksstamp = $(bin)cmt_build_library_links.stamp
    2829#--------------------------------------------------------
    2930
     
    7374
    7475ifndef QUICK
    75 all :: build_library_links
    76         $(echo) "(constituents.make) all done"
     76all :: build_library_links ;
     77else
     78all :: $(cmt_build_library_linksstamp) ;
    7779endif
    7880
     
    8890#         if test ! -d $(bin) ; then $(mkdir) -p $(bin) ; fi
    8991
    90 requirements :
    91         @if test ! -r requirements ; then echo "No requirements file" ; fi
     92#requirements :
     93#       @if test ! -r requirements ; then echo "No requirements file" ; fi
    9294
    9395build_library_links : dirs
     
    9799#       $(build_library_links)
    98100
     101$(cmt_build_library_linksstamp) : $(cmt_final_setup) $(cmt_local_tagfile) $(bin)library_links.in
     102        $(echo) "(constituents.make) Rebuilding library links"; \
     103         $(build_library_links) -f=$(bin)library_links.in -without_cmt
     104        $(silent) \touch $@
     105
    99106makefiles : ;
    100107
     108ifndef PEDANTIC
    101109.DEFAULT ::
     110#.DEFAULT :
    102111        $(echo) "(constituents.make) $@: No rule for such target" >&2
    103 #       @echo "#CMT> Warning: $@: Using default commands" >&2; exit
     112endif
    104113
    105 #       @if test "$@" = "$(cmt_lock_setup)"; then \
    106         #  /bin/rm -f $(cmt_lock_setup); \
    107          # touch $(cmt_lock_setup); \
    108         #fi
     114${CMTROOT}/src/Makefile.core : ;
     115ifdef use_requirements
     116$(use_requirements) : ;
     117endif
    109118
    110119#-- end of constituents_header ------
Note: See TracChangeset for help on using the changeset viewer.