Ignore:
Timestamp:
Apr 6, 2016 3:44:20 PM (8 years ago)
Author:
maronga
Message:

further modularization of land surface model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r1805 r1817  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# Bugfix: Makefile_check removed (parameter file check)
    2525#
    2626# Former revisions:
     
    427427    cd  $local_source_path
    428428    printf "\n\n  *** tar of makefile and source files in $local_source_path" 
    429  
    430     cat Makefile_check|while read line
    431     do
    432        line=$(echo $line|grep SOURCES)
    433        if [[ $line == *"SOURCES"* ]]
    434        then
    435           line=$(echo $line|sed 's/SOURCES = //g')
    436           break
    437        fi
    438     done
    439 
    440     tar -cf  ${mainprog}_sources_check.tar  Makefile_check  $line
    441429    printf "\n"
    442430 fi
     
    14811469    # FINAL WORK
    14821470 rm -f  hosts_found_in_config_file
    1483  rm -f ${local_source_path}/${mainprog}_sources_check.tar
Note: See TracChangeset for help on using the changeset viewer.