Changeset 9031
- Timestamp:
- Sep 28, 2006, 1:32:04 PM (20 years ago)
- Location:
- trunk/psconfig
- Files:
-
- 3 edited
-
psbuild (modified) (8 diffs)
-
psconfig.sh (modified) (2 diffs)
-
tagsets/ippHead (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psbuild
r8867 r9031 33 33 set version = $args[1] 34 34 set group = $args[2] 35 set tagsets = psconfig/tagsets/$group35 set tagsets = tagsets/$group 36 36 37 37 if (! -e $tagsets) then … … 40 40 endif 41 41 42 psconfig$version42 source psconfig.sh $version 43 43 44 44 set psopts = "" … … 50 50 set tag = $name[2] 51 51 52 cd $dir 52 set cwd = `pwd` 53 cd ../$dir 53 54 55 echo "" 56 echo "***** building $name ($target) *****" 57 pwd 58 54 59 if ($update) then 55 60 switch ($tag) … … 75 80 if (-e Build.PL) then 76 81 echo $PERL5LIB 82 alias psperlbuild 77 83 psperlbuild 78 84 # perl Build.PL --install_path script=$bindir --install_path lib=$libdir --install_path bindoc={$PSCONFDIR}/man/man1 --install_path libdoc={$PSCONFDIR}/man/man3 … … 88 94 endif 89 95 96 if ($rebuild && $clean) then 97 if (-e configure) rm -f Makefile 98 if (-e configure.ac && -e autogen.sh) rm -f configure 99 endif 100 90 101 if (! -e Makefile) set rebuild = 1 91 102 92 103 if ($rebuild && ! -e configure && -e autogen.sh) then 104 echo psautogen $psopts 93 105 psautogen $psopts 94 106 if ($status) goto failure; … … 96 108 97 109 if ($rebuild && -e configure) then 110 echo psconfigure $psopts 98 111 psconfigure $psopts 99 112 if ($status) goto failure; … … 103 116 104 117 if ($clean) then 118 echo make clean 105 119 make clean 106 120 if ($status) goto failure; … … 114 128 115 129 success: 116 cd ..130 cd $cwd 117 131 end 118 132 -
trunk/psconfig/psconfig.sh
r8867 r9031 52 52 if ($?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH 53 53 if ($?PKG_CONFIG_PATH == 0) setenv PKG_CONFIG_PATH 54 if ($?PERL5LIB == 0) setenv LD_LIBRARY_PATH54 if ($?PERL5LIB == 0) setenv PERL5LIB 55 55 56 56 # identify system architecture … … 215 215 alias psconfigure configure --bindir=$bindir --libdir=$libdir --includedir={$PSCONFDIR}/{$PSCONFIG}/include --sysconfdir={$PSCONFDIR}/{$PSCONFIG}/etc --datadir={$PSCONFDIR}/share --mandir={$PSCONFDIR}/man 216 216 alias psautogen autogen.sh --bindir=$bindir --libdir=$libdir --includedir={$PSCONFDIR}/{$PSCONFIG}/include --sysconfdir={$PSCONFDIR}/{$PSCONFIG}/etc --datadir={$PSCONFDIR}/share --mandir={$PSCONFDIR}/man 217 alias psperlbuild perl Build.PL --install_path script=$bindir --install_path lib=$libdir --install_path bindoc={$PSCONFDIR}/man/man1 --install_path libdoc={$PSCONFDIR}/man/man3218 endif 217 alias psperlbuild perl Build.PL --install_path script=$bindir --install_path arch=$bindir --install_path bin=$bindir --install_path lib=$libdir --install_path bindoc={$PSCONFDIR}/man/man1 --install_path libdoc={$PSCONFDIR}/man/man3 218 endif -
trunk/psconfig/tagsets/ippHead
r8867 r9031 1 ps lib:HEAD2 ps modules:HEAD1 psLib:HEAD 2 psModules:HEAD 3 3 4 4 psphot:HEAD … … 17 17 glueforge:HEAD 18 18 dbconfig:HEAD 19 ippdb :NONE19 ippdb.src:NONE 20 20 ippTools/pXtools:HEAD
Note:
See TracChangeset
for help on using the changeset viewer.
