Changeset 818 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Feb 8, 2012 4:11:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r811 r818 128 128 # 31/01/12 - BjornM- bugfix for compilation of utility programs on 129 129 # multiple localhost branches 130 # 08/03/12 - BjornM- bugfix: cpp directive for namelist check program 131 # corrected 130 132 131 133 … … 1421 1423 rm -rf ${mainprog}_sources_check.tar 1422 1424 1423 copts_check="-cpp -D_ parallel -D__check"1425 copts_check="-cpp -D__parallel -D__check" 1424 1426 make -f Makefile_check $make_options F90=$compiler_name_ser COPT="$copts_check" 1425 1427 … … 1433 1435 cd $check_depository_path 1434 1436 printf "\n\n" 1435 echo " *** skipped compilation of mrun GUI (already."1437 echo " *** skipped compilation of mrun GUI." 1436 1438 printf "\n\n" 1437 1439 echo " *** skipped compilation of check_namelist_files."
Note: See TracChangeset
for help on using the changeset viewer.