Changeset 1817 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Apr 6, 2016 3:44:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1805 r1817 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # Bugfix: Makefile_check removed (parameter file check) 25 25 # 26 26 # Former revisions: … … 427 427 cd $local_source_path 428 428 printf "\n\n *** tar of makefile and source files in $local_source_path" 429 430 cat Makefile_check|while read line431 do432 line=$(echo $line|grep SOURCES)433 if [[ $line == *"SOURCES"* ]]434 then435 line=$(echo $line|sed 's/SOURCES = //g')436 break437 fi438 done439 440 tar -cf ${mainprog}_sources_check.tar Makefile_check $line441 429 printf "\n" 442 430 fi … … 1481 1469 # FINAL WORK 1482 1470 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.