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

    r628 r631  
    9292
    9393${CONSTITUENT}install :: $(${CONSTITUENT}_dependencies) $(cmt_local_${CONSTITUENT}_makefile)
    94         $(echo) "(constituents.make) Starting install ${CONSTITUENT}"
    95         @-$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) install
    96         $(echo) "(constituents.make) install ${CONSTITUENT} done"
     94        $(echo) "(constituents.make) Starting $@"
     95        @if test -f $(cmt_local_${CONSTITUENT}_makefile); then \
     96          $(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) install; \
     97          fi
     98#       @-$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) install
     99        $(echo) "(constituents.make) $@ done"
    97100
    98101uninstall : ${CONSTITUENT}uninstall
     
    101104
    102105${CONSTITUENT}uninstall : $(${CONSTITUENT}uninstall_dependencies) ##$(cmt_local_${CONSTITUENT}_makefile)
    103         $(echo) "(constituents.make) Starting uninstall ${CONSTITUENT}"
    104         @if test -f $(cmt_local_${CONSTITUENT}_makefile); then \
     106        $(echo) "(constituents.make) Starting $@"
     107        @-if test -f $(cmt_local_${CONSTITUENT}_makefile); then \
    105108          $(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) uninstall; \
    106109          fi
    107110#       @$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) uninstall
    108         $(echo) "(constituents.make) uninstall ${CONSTITUENT} done"
     111        $(echo) "(constituents.make) $@ done"
    109112
    110113remove_library_links :: ${CONSTITUENT}uninstall ;
Note: See TracChangeset for help on using the changeset viewer.