Changeset 632


Ignore:
Timestamp:
Feb 19, 2013, 4:37:00 PM (11 years ago)
Author:
rybkin
Message:

See C.L. 503

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r631 r632  
     12013-02-07    <rybkin@lal.in2p3.fr> 503
     2
     3        * mgr/fragments/cleanup_library: Fix cleanup of libraries for Darwin
     4        platform
     5       
    162013-02-06    <rybkin@lal.in2p3.fr> 502
    27
  • CMT/HEAD/mgr/fragments/cleanup_library

    r487 r632  
    11#-- start of cleanup_library -------------
    22        $(cleanup_echo) library ${CONSTITUENT}
    3         -$(cleanup_silent) cd $(bin); /bin/rm -f $(library_prefix)${CONSTITUENT}$(library_suffix).a $(library_prefix)${CONSTITUENT}$(library_suffix).s? ${CONSTITUENT}.stamp ${CONSTITUENT}.shstamp
     3        -$(cleanup_silent) cd $(bin) && \rm -f $(library_prefix)${CONSTITUENT}$(library_suffix).a $(library_prefix)${CONSTITUENT}$(library_suffix).$(shlibsuffix) ${CONSTITUENT}.stamp ${CONSTITUENT}.shstamp
    44#-- end of cleanup_library ---------------
Note: See TracChangeset for help on using the changeset viewer.