Changeset 645 for CMT


Ignore:
Timestamp:
Jun 24, 2013, 3:23:40 PM (11 years ago)
Author:
rybkin
Message:

See C.L. 505

Location:
CMT/HEAD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r635 r645  
     12013-06-24    <rybkin@lal.in2p3.fr> 505
     2
     3        * mgr/fragments/application: Work around Make errors if $(use_stamps) files
     4        do not exist
     5        * mgr/fragments/nmake/application: idem
     6       
    172013-06-06    <rybkin@lal.in2p3.fr> 504
    28
  • CMT/HEAD/mgr/fragments/application

    r593 r645  
    44        $(link_echo) "application $@"
    55        $(link_silent) ${LINKMACRO} -o $(@).new ${OBJS} $(cmt_installarea_linkopts) $(${CONSTITUENT}_use_linkopts) $(${CONSTITUENT}linkopts) && mv -f $(@).new $(@)
     6
     7ifdef use_stamps
     8# Work around Make errors if stamps files do not exist
     9$(use_stamps) :
     10endif
    611
    712#-----------------------------------------------------------------
  • CMT/HEAD/mgr/fragments/nmake/application

    r487 r645  
    1111
    1212
     13
     14!if "$(use_stamps)" != ""
     15# Work around Make errors if stamps files do not exist
     16$(use_stamps) :
     17!endif
    1318
    1419install_dir = $(CMTINSTALLAREA)\$(tag)\bin
Note: See TracChangeset for help on using the changeset viewer.