Changeset 489 for CMT/HEAD


Ignore:
Timestamp:
Feb 2, 2009, 11:51:24 AM (15 years ago)
Author:
rybkin
Message:

See C.L. 384

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r488 r489  
     12009-02-02    <rybkin@lal.in2p3.fr> 384
     2       
     3        * mgr/requirements: Under Windows, add a trailing space to the make action
     4        definition so that the trailing backslash (\) in $(bin) is not followed by
     5        a newline character when the action is executed via NMake (NMake interprets
     6        a backslash followed by a newline character as a space in the command)
     7       
    182009-01-30    <rybkin@lal.in2p3.fr> 383
    29       
  • CMT/HEAD/mgr/requirements

    r488 r489  
    626626macro cmt_installdir_excludes  "" WIN32 "$(CMTROOT)\mgr\cmt_installdir_excludes.txt"
    627627
    628 action make "gmake bin=$(bin) $(cmt_args)" Darwin "make bin=$(bin) $(cmt_args)" CYGWIN "make bin=$(bin) $(cmt_args)" WIN32 "nmake /f nmake $(cmt_args) bin=$(bin)"
     628action make "gmake bin=$(bin) $(cmt_args)" Darwin "make bin=$(bin) $(cmt_args)" CYGWIN "make bin=$(bin) $(cmt_args)" WIN32 "nmake /f nmake $(cmt_args) bin=$(bin) "
    629629# with NMake (Version 7.10.3077), the first macro definition on the command line
    630630# takes precedence over the following (if any)
Note: See TracChangeset for help on using the changeset viewer.