Changeset 28383 for trunk/psconfig
- Timestamp:
- Jun 16, 2010, 8:53:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psbuild (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psbuild
r28067 r28383 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.
