Changeset 490


Ignore:
Timestamp:
Feb 5, 2009, 11:36:02 AM (15 years ago)
Author:
rybkin
Message:

See C.L. 385

Location:
CMT/HEAD
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r489 r490  
     12009-02-05    <rybkin@lal.in2p3.fr> 385
     2       
     3        * mgr/cmt_mac_version.sh: Add script to optimise the retrieval of the
     4        Mac OS version
     5        * mgr/requirements: Make use of the added script
     6       
    172009-02-02    <rybkin@lal.in2p3.fr> 384
    28       
     
    8142009-01-30    <rybkin@lal.in2p3.fr> 383
    915       
    10         * source/cmt_generator.h: In class CmtGenerator, introuduce member
     16        * source/cmt_generator.h: In class CmtGenerator, introduce member
    1117        m_HASDEPENDENCIES
    1218        * source/cmt_generator.cxx: idem
    1319        * source/cmt_generators.cxx: Depending on whether the constituent needs
    14         the generation of dependenicies, set m_HASDEPENDENCIES appropriately and
     20        the generation of dependencies, set m_HASDEPENDENCIES appropriately and
    1521        fill the makefiles fragments with the value
    1622        * mgr/fragments/nmake/constituent: Implement the generation of
    17         dependenicies depending on the files modifications rather than every time
     23        dependencies depending on the files modifications rather than every time
    1824        NMake is run
    1925        * mgr/fragments/nmake/constituent_lock: idem
     
    8389        * mgr/fragments/check_application: Specify the application path when
    8490        running it (so that the command does not fail if . is not in the PATH)
    85         * mgr/fragments/constituents_trailer: Minor change to diognostic messages
     91        * mgr/fragments/constituents_trailer: Minor change to diagnostic messages
    8692        * mgr/fragments/cleanup_application: idem
    8793        * mgr/fragments/cleanup_header: Replace cd . with an empty command
  • CMT/HEAD/mgr/requirements

    r489 r490  
    2929      SunOS "uname -r | sed -e 's#^#sunos#'" \
    3030      OSF1  "uname -r | sed -e 's#^#OSF#'" \
    31       Darwin "system_profiler -detailLevel -2 | grep 'System Version' | sed -e 's#[^.0-9 ]##g' -e 's#  *# #g' | cut -d ' ' -f2 | sed -e 's#^#mac#' " \
     31      Darwin "${CMTROOT}/mgr/cmt_mac_version.sh" \
    3232      HP-UX "uname -r | sed -e 's#^#hpux#'" \
    3333      CYGWIN "uname -r | sed -e 's#[(].*##' -e 's#^#Cygwin#'" \
Note: See TracChangeset for help on using the changeset viewer.