Ignore:
Timestamp:
Feb 7, 2013, 11:33:08 AM (11 years ago)
Author:
rybkin
Message:

See C.L. 502

File:
1 edited

Legend:

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

    r628 r631  
    9595
    9696${CONSTITUENT}install :: $(${CONSTITUENT}_dependencies) $(cmt_local_${CONSTITUENT}_makefile)
    97         $(echo) "(constituents.make) Starting install ${CONSTITUENT}"
    98         @-$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) install
    99         $(echo) "(constituents.make) install ${CONSTITUENT} done"
     97        $(echo) "(constituents.make) Starting $@"
     98        @if test -f $(cmt_local_${CONSTITUENT}_makefile); then \
     99          $(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) install; \
     100          fi
     101#       @-$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) install
     102        $(echo) "(constituents.make) $@ done"
    100103
    101104uninstall : ${CONSTITUENT}uninstall
     
    104107
    105108${CONSTITUENT}uninstall : $(${CONSTITUENT}uninstall_dependencies) ##$(cmt_local_${CONSTITUENT}_makefile)
    106         $(echo) "(constituents.make) Starting uninstall ${CONSTITUENT}"
    107         @if test -f $(cmt_local_${CONSTITUENT}_makefile); then \
     109        $(echo) "(constituents.make) Starting $@"
     110        @-if test -f $(cmt_local_${CONSTITUENT}_makefile); then \
    108111          $(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) uninstall; \
    109112          fi
    110113#       @$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) uninstall
    111         $(echo) "(constituents.make) uninstall ${CONSTITUENT} done"
     114        $(echo) "(constituents.make) $@ done"
    112115
    113116remove_library_links :: ${CONSTITUENT}uninstall ;
Note: See TracChangeset for help on using the changeset viewer.