Changeset 2875 for palm/trunk/SCRIPTS/palm_simple_build
- Timestamp:
- Mar 13, 2018 11:00:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palm_simple_build
r2868 r2875 24 24 # ----------------- 25 25 # $Id$ 26 # added file update functionality 27 # 28 # 2868 2018-03-09 13:25:09Z hellstea 26 29 # Bugfix: adjusted name of build_dir 27 30 # … … 144 147 145 148 # Copy makefile and all source code files to make depository 146 cp - n${trunk_dir}/SOURCE/Makefile ${build_dir}/Makefile_in147 cp - n${build_config_file} ${build_dir}/MAKE.inc148 cp - n${trunk_dir}/SOURCE/*.f90 ${build_dir}149 cp -u ${trunk_dir}/SOURCE/Makefile ${build_dir}/Makefile_in 150 cp -u ${build_config_file} ${build_dir}/MAKE.inc 151 cp -u ${trunk_dir}/SOURCE/*.f90 ${build_dir} 149 152 150 153
Note: See TracChangeset
for help on using the changeset viewer.