Ignore:
Timestamp:
Feb 15, 2008, 4:48:37 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 345

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/application

    r227 r441  
    22
    33$(bin)${CONSTITUENT}${application_suffix} :: ${OBJS} $(use_stamps) $(${CONSTITUENT}stamps) requirements $(use_requirements)
    4         $(link_echo) $@
     4        $(link_echo) "application $@"
    55        $(link_silent) cd $(bin); ${LINKMACRO} -o ${CONSTITUENT}.exe.new ${OBJS} $(use_linkopts) $(${CONSTITUENT}linkopts); mv -f ${CONSTITUENT}.exe.new ${CONSTITUENT}${application_suffix}
    66
     
    1919
    2020${CONSTITUENT}install :: $(install_dir)/$(${CONSTITUENT}installname)
    21         @if test ! "${CMTINSTALLAREA}" = ""; then\
    22           echo "installation done"; \
    23         fi
     21ifdef CMTINSTALLAREA
     22        $(echo) "installation done"
     23endif
    2424
    2525$(install_dir)/$(${CONSTITUENT}installname) :: $(bin)$(${CONSTITUENT}installname)
    26         @if test ! "${CMTINSTALLAREA}" = ""; then \
    27           $(cmt_install_action) \
     26ifdef CMTINSTALLAREA
     27        $(install_silent) $(cmt_install_action) \
    2828            -source "`(cd $(bin); pwd)`" \
    2929            -name "$(${CONSTITUENT}installname)" \
    3030            -out "$(install_dir)" \
    3131            -cmd "$(cmt_installarea_command)" \
    32             -cmtpath "$($(package)_cmtpath)"; \
    33         fi
     32            -cmtpath "$($(package)_cmtpath)"
     33endif
    3434
    3535##${CONSTITUENT}clean :: ${CONSTITUENT}uninstall
     
    3838
    3939${CONSTITUENT}uninstall ::
    40         @echo "------> (${CONSTITUENT}.make) Removing installed files"
    41         @if test ! "${CMTINSTALLAREA}" = ""; then \
    42           $(cmt_uninstall_action) \
     40ifdef CMTINSTALLAREA
     41        $(cleanup_silent) $(cmt_uninstall_action) \
    4342            -source "`(cd $(bin); pwd)`" \
    4443            -name "$(${CONSTITUENT}installname)" \
    4544            -out "$(install_dir)" \
    46             -cmtpath "$($(package)_cmtpath)"; \
    47         fi
     45            -cmtpath "$($(package)_cmtpath)"
     46endif
    4847
     48#       @echo "------> (${CONSTITUENT}.make) Removing installed files"
    4949#-- end of application
Note: See TracChangeset for help on using the changeset viewer.