Ignore:
Timestamp:
Dec 23, 2011, 5:47:15 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 476

File:
1 edited

Legend:

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

    r595 r599  
    22
    33include ${CMTROOT}/src/Makefile.core
     4
     5#
     6#  Basic tag management
     7#
     8ifdef tag
     9CMTEXTRATAGS = $(tag)
     10else
     11tag       = $(CMTCONFIG)
     12endif
     13
     14tags      = $(tag),$(CMTEXTRATAGS)
     15
     16#cmt_local_tagfile = $(bin)$(tag).make
     17cmt_broadcast_tagfile = $(bin)$(tag)_broadcast.make
     18
     19include $(cmt_broadcast_tagfile)
    420
    521ifndef BCAST_CMD
     
    5470#--------------------------------------------------------
    5571
     72${CMTROOT}/src/Makefile.core : ;
     73$(cmt_broadcast_tagfile) : ;
     74ifdef use_requirements
     75$(use_requirements) : ;
     76endif
     77
    5678ifndef PEDANTIC
    5779.DEFAULT :
    58         $(echo) "(uses.make) $@: No rule for such target" >&2
     80        $(echo) "(packages) $@: No rule for such target" >&2
    5981endif
    6082
Note: See TracChangeset for help on using the changeset viewer.