Changeset 12841
- Timestamp:
- Apr 17, 2007, 10:11:26 AM (19 years ago)
- Location:
- trunk/psconfig
- Files:
-
- 5 edited
-
INSTALL (modified) (1 diff)
-
psbuild (modified) (3 diffs)
-
pschecklibs (modified) (1 diff)
-
pscheckperl (modified) (1 diff)
-
psperlmods (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/INSTALL
r12839 r12841 13 13 file: 14 14 15 alias psconfig "source PATH/psconfig. sh"15 alias psconfig "source PATH/psconfig.csh" 16 16 17 where PATH is the path to the file psconfig. sh in this directory18 (ipp/psconfig/psconfig. sh).17 where PATH is the path to the file psconfig.csh in this directory 18 (ipp/psconfig/psconfig.csh). 19 19 20 20 The psconfig system places the installed binary files by default in -
trunk/psconfig/psbuild
r12548 r12841 67 67 sub build_distribution { 68 68 69 # use psconfig. sh to set needed build aliases69 # use psconfig.csh to set needed build aliases 70 70 71 71 # set the psconfig version: … … 77 77 } 78 78 79 $psconfigure = `csh psconfig. sh --psconfigure $version`; chomp $psconfigure;80 $psautogen = `csh psconfig. sh --psautogen $version`; chomp $psautogen;81 $psperlbuild = `csh psconfig. sh --psperlbuild $version`; chomp $psperlbuild;79 $psconfigure = `csh psconfig.csh --psconfigure $version`; chomp $psconfigure; 80 $psautogen = `csh psconfig.csh --psautogen $version`; chomp $psautogen; 81 $psperlbuild = `csh psconfig.csh --psperlbuild $version`; chomp $psperlbuild; 82 82 83 83 print "psconfigure: $psconfigure\n"; … … 260 260 my $flag = $_[1]; 261 261 262 my $answer = `csh psconfig. sh $flag $version`;262 my $answer = `csh psconfig.csh $flag $version`; 263 263 chomp $answer; 264 264 -
trunk/psconfig/pschecklibs
r12839 r12841 32 32 33 33 # set install paths for PSVERSION 34 set libdir = `source psconfig. sh --libs $PSVERSION`35 set incdir = `source psconfig. sh --include $PSVERSION`34 set libdir = `source psconfig.csh --libs $PSVERSION` 35 set incdir = `source psconfig.csh --include $PSVERSION` 36 36 37 37 # make these directories -
trunk/psconfig/pscheckperl
r12508 r12841 48 48 49 49 50 $prefix = `csh -f psconfig.sh --prefix $version`; chomp $prefix;51 $perldir = `csh -f psconfig. sh --perldir $version`; chomp $perldir;50 $prefix = `csh -f psconfig.csh --prefix $version`; chomp $prefix; 51 $perldir = `csh -f psconfig.csh --perldir $version`; chomp $perldir; 52 52 $homedir = `pwd`; chomp $homedir; 53 53 -
trunk/psconfig/psperlmods
r12136 r12841 38 38 print "version: $version\n"; 39 39 40 $prefix = `csh -f psconfig. sh --prefix $version`; chomp $prefix;41 $perldir = `csh -f psconfig. sh --perldir $version`; chomp $perldir;40 $prefix = `csh -f psconfig.csh --prefix $version`; chomp $prefix; 41 $perldir = `csh -f psconfig.csh --perldir $version`; chomp $perldir; 42 42 $homedir = `pwd`; chomp $homedir; 43 43
Note:
See TracChangeset
for help on using the changeset viewer.
