Ignore:
Timestamp:
Mar 13, 2018 11:00:25 AM (6 years ago)
Author:
knoop
Message:

added file update and unique run dirs to simple installation method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palm_simple_build

    r2868 r2875  
    2424# -----------------
    2525# $Id$
     26# added file update functionality
     27#
     28# 2868 2018-03-09 13:25:09Z hellstea
    2629# Bugfix: adjusted name of build_dir
    2730#
     
    144147
    145148# Copy makefile and all source code files to make depository
    146 cp -n ${trunk_dir}/SOURCE/Makefile  ${build_dir}/Makefile_in
    147 cp -n ${build_config_file}          ${build_dir}/MAKE.inc
    148 cp -n ${trunk_dir}/SOURCE/*.f90     ${build_dir}
     149cp -u ${trunk_dir}/SOURCE/Makefile  ${build_dir}/Makefile_in
     150cp -u ${build_config_file}          ${build_dir}/MAKE.inc
     151cp -u ${trunk_dir}/SOURCE/*.f90     ${build_dir}
    149152
    150153
Note: See TracChangeset for help on using the changeset viewer.