Changeset 28484 for branches/pap/psconfig/psbuild
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psconfig/psbuild (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psconfig/psbuild
r28067 r28484 81 81 $developer = 1; 82 82 $optimize = 1; 83 $magic = 1;83 $magic = 1; 84 84 shift; next; 85 85 } … … 183 183 # the operations system needs to first update the magic software 184 184 if ($magic) { 185 $homedir = `pwd`; chomp $homedir;186 chdir "../magic";187 188 if (! -d magic || ! -d ssa-core-cpp || ! -d qt-everywhere-opensource-src-4.6.1) {189 $status = vsystem ("make update");190 if ($status) { die "failed to untar magic directories"; }191 } else {192 print "magic directories exist; run make update manually if needed\n";193 }194 chdir $homedir;185 $homedir = `pwd`; chomp $homedir; 186 chdir "../magic"; 187 188 if (! -d "magic" || ! -d "ssa-core-cpp") { 189 $status = vsystem ("make update"); 190 if ($status) { die "failed to untar magic directories"; } 191 } else { 192 print "magic directories exist; run make update manually if needed\n"; 193 } 194 chdir $homedir; 195 195 } 196 196
Note:
See TracChangeset
for help on using the changeset viewer.
