Changeset 2492 for palm/trunk/SCRIPTS/palmbuild
- Timestamp:
- Sep 21, 2017 2:18:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmbuild
r2489 r2492 74 74 exit 0 75 75 fi 76 rm -rf${source_path}/${host_identifier}_last_make_protocol76 rm ${source_path}/${host_identifier}_last_make_protocol 77 77 ' exit 78 78 … … 80 80 # IN CASE OF TERMINAL-BREAK: 81 81 trap 'printf "\n\n +++ palmbuild killed by \"^C\" \n\n" 82 rm -rf${source_path}/${host_identifier}_last_make_protocol82 rm ${source_path}/${host_identifier}_last_make_protocol 83 83 exit 84 84 ' 2
Note: See TracChangeset
for help on using the changeset viewer.