Changeset 631 for CMT/HEAD/ChangeLog


Ignore:
Timestamp:
Feb 7, 2013, 11:33:08 AM (11 years ago)
Author:
rybkin
Message:

See C.L. 502

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r630 r631  
     12013-02-06    <rybkin@lal.in2p3.fr> 502
     2
     3        * mgr/fragments/nmake/constituent_app_lib: Introduce makefiles fragment for
     4        applications, libraries in order to compile dependent constituents in
     5        parallel
     6        * mgr/fragments/nmake/constituent: Remove unused code, add empty command for
     7        double-colon rules without one (so that implicit rule is not searched for),
     8        do not ignore errors in install target rule command(s)
     9        * mgr/fragments/nmake/constituent_lock: idem
     10        * mgr/fragments/nmake/application_header: Add rules for ${CONSTITUENT}compile,
     11        ${CONSTITUENT}prototype targets
     12        * mgr/fragments/nmake/java_header: idem
     13        * mgr/fragments/nmake/library_header: idem
     14        * mgr/fragments/nmake/jar_header: idem
     15        * mgr/fragments/nmake/jar: Add empty command for double-colon rules without one (so that implicit rule is not searched for)
     16        * mgr/fragments/nmake/library: idem
     17        * mgr/fragments/nmake/library_no_static: idem
     18        * mgr/fragments/nmake/java: Create necessary directory in compilation rule
     19        to avoid race condition
     20        * mgr/fragments/constituent_app_lib: Simplify dependencies specification
     21        * mgr/fragments/constituent: In ${CONSTITUENT}install target rule
     22        command, check whether makefile exists to allow for use of -n (no-op) Make
     23        option, do not ignore errors, in ${CONSTITUENT}uninstall target rule
     24        command, ignore errors, similar to ${CONSTITUENT}clean target rule command
     25        * mgr/fragments/constituent_lock: idem
     26        * mgr/fragments/nmake/check_application: Remove space between $(silent) and
     27        possibly undefined macro (causing NMAKE : fatal error U1038: Internal error)
     28        * mgr/cmt_dcc_version.sh: Made more generic to account for clang compiler
     29        on Mac OS X platform
     30       
    1312013-01-28    <rybkin@lal.in2p3.fr> 501
    232
Note: See TracChangeset for help on using the changeset viewer.