Changeset 2500
- Timestamp:
- Sep 25, 2017 11:10:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmbuild
r2492 r2500 27 27 # ----------------- 28 28 # $Id$ 29 # bugfix for r2492 30 # 31 # 2492 2017-09-21 14:18:48Z raasch 29 32 # ask for compilation, if SOURCES_FOR_RUN_... exists 30 33 # … … 821 824 make $make_options PROG=$program_name F90=$compiler_name COPT="$cpp_options" F90FLAGS="$compiler_options" LDFLAGS="$linker_options" 822 825 823 if [[ \$? != 0 ]]826 if [[ $? != 0 ]] 824 827 then 825 828
Note: See TracChangeset
for help on using the changeset viewer.