Changeset 1083 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Jan 4, 2013 10:22:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1082 r1083 20 20 # Current revisions: 21 21 # ----------------- 22 # bugfix in parameter file check (in case that no preprocessor flag, i.e. -cpp was 23 # set in %cpp_options, the last directive in the variable was processed. 22 24 # 23 25 # Former revisions: … … 1531 1533 tar -xf ${mainprog}_sources_check.tar 1532 1534 rm -rf ${mainprog}_sources_check.tar 1533 make -f Makefile_check $make_options F90=$compiler_name_ser COPT="$copts_check" F90FLAGS="$compiler_options" LDFLAGS="$loader_options"1535 make -f Makefile_check $make_options F90=$compiler_name_ser COPT="$copts_check" F90FLAGS="$compiler_options" 1534 1536 tar -cf check_namelist_files.tar Makefile_check check_namelist_files.x *.f90 *.o *.mod 1535 1537 mv check_namelist_files.tar $check_depository_path
Note: See TracChangeset
for help on using the changeset viewer.