Changeset 23594 for branches/cnb_branches/cnb_branch_20090301/psconfig
- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
psconfig (modified) (1 prop)
-
psconfig/psbuild (modified) (3 diffs)
-
psconfig/psconfig.csh.in (modified) (1 diff)
-
psconfig/tagsets/ipp-2.8.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/psconfig
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/eam_branches/eam_branch_20090312/psconfig 23313-23408
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/psconfig/psbuild
r23352 r23594 14 14 $verbose = 0; 15 15 $use_svn = 1; 16 $svn_trunk = ""; 16 17 17 18 $extlibs = "none"; … … 34 35 if ($ARGV[0] eq "-extperl") { 35 36 $extperl = $ARGV[1]; 37 shift; shift; next; 38 } 39 if ($ARGV[0] eq "-trunk") { 40 $svn_trunk = $ARGV[1]; 36 41 shift; shift; next; 37 42 } … … 293 298 print "\033]0; ** psbuild: $module[$i] ** \007"; 294 299 300 if ($svn_trunk && (!-d $workdir || !-r $workdir || !-x $workdir)) { 301 # try trunk instead 302 print STDERR "$module[$i] missing from local path, trying trunk path\n"; 303 $workdir = "$svn_trunk/$module[$i]"; 304 } 305 295 306 if (!-d $workdir || !-r $workdir || !-x $workdir) { 296 307 print STDERR "WARNING: no directory for component $module[$i], skipping\n"; -
branches/cnb_branches/cnb_branch_20090301/psconfig/psconfig.csh.in
r18708 r23594 410 410 411 411 if ("$PSCONFIG" == "none") then 412 alias psconfigure configure413 alias psautogen autogen.sh412 alias psconfigure ./configure 413 alias psautogen ./autogen.sh 414 414 alias psperlbuild perl Build.PL 415 415 else -
branches/cnb_branches/cnb_branch_20090301/psconfig/tagsets/ipp-2.8.dist
r23352 r23594 33 33 YNNYY Nebulous/nebclient ipp-2-8 -0 34 34 YNNYY Nebulous ipp-2-8 -0 35 YNNYY Nebulous-Server ipp-2-8 -0 35 36 YYYYY PS-IPP-Metadata-Config ipp-2-8 -0 36 37 YYYYY PS-IPP-Config ipp-2-8 -0 … … 68 69 YYYYY DataStore ipp-2-8 -0 69 70 71 YNNNN extsrc/gpcsw ipp-2-8 -0 72 70 73 # there are externally required C libraries and perl modules (see INSTALL)
Note:
See TracChangeset
for help on using the changeset viewer.
