Changeset 647 for CMT


Ignore:
Timestamp:
Jul 9, 2013, 11:16:06 AM (11 years ago)
Author:
rybkin
Message:

See C.L. 506

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r645 r647  
     12013-06-25    <rybkin@lal.in2p3.fr> 506
     2
     3        * mgr/fragments/application: Test use_stamps variable for a non-empty value
     4        since POSIX requires a non-null list of targets in rules
     5
    162013-06-24    <rybkin@lal.in2p3.fr> 505
    27
  • CMT/HEAD/mgr/fragments/application

    r645 r647  
    55        $(link_silent) ${LINKMACRO} -o $(@).new ${OBJS} $(cmt_installarea_linkopts) $(${CONSTITUENT}_use_linkopts) $(${CONSTITUENT}linkopts) && mv -f $(@).new $(@)
    66
    7 ifdef use_stamps
     7ifneq ($(strip $(use_stamps)),)
    88# Work around Make errors if stamps files do not exist
    99$(use_stamps) :
Note: See TracChangeset for help on using the changeset viewer.