Index: /trunk/psconfig/psbuild
===================================================================
--- /trunk/psconfig/psbuild	(revision 11097)
+++ /trunk/psconfig/psbuild	(revision 11098)
@@ -8,4 +8,5 @@
 set version=""
 set start=""
+set stop=""
 while ($#argv)
  switch ($1)
@@ -30,4 +31,8 @@
    shift
    set start=$1;
+   breaksw;
+  case -stop:
+   shift
+   set stop=$1;
    breaksw;
   default:
@@ -156,4 +161,12 @@
  success:
  cd $current
+
+ if ("$stop" != "") then
+   if ("$stop" == "$dir") then
+     echo "stopping at $dir"
+     exit 0
+   endif
+ endif
+
 end
 
