Index: /branches/eam_branches/ipp-pstamp-20260421/psconfig/psbuild
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/psconfig/psbuild	(revision 42999)
+++ /branches/eam_branches/ipp-pstamp-20260421/psconfig/psbuild	(revision 43000)
@@ -186,5 +186,5 @@
     # print "psconfigure: $psconfigure\n";
     # print "psautogen:   $psautogen\n";
-    print "psperlbuild: $psperlbuild\n";
+    # print "psperlbuild: $psperlbuild\n";
 
     # set build environment variables
@@ -204,5 +204,5 @@
 sub build_distribution {
 
-    vsystem ("date");
+    # vsystem ("date");
 
     # the operations system needs to first update the magic software
@@ -253,5 +253,5 @@
     # print "psconfigure: $psconfigure\n";
     # print "psautogen:   $psautogen\n";
-    print "psperlbuild: $psperlbuild\n";
+    # print "psperlbuild: $psperlbuild\n";
 
     # set build environment variables
@@ -283,4 +283,6 @@
     $homedir = `pwd`; chomp $homedir;
 
+    print "\n\n start: $start, stop: $stop\n";
+
     $stop_now = 0;
     for ($i = 0; !$stop_now && ($i < @module); $i++) {
@@ -289,4 +291,6 @@
         if ($start && ($start ne $module[$i])) { next; }
         $start = "";
+
+	print "$module[$i] : $mode[$i]\n";
 
         ($do_tag, $do_build, $do_package, $do_update, $dev_build) = $mode[$i] =~ m|(\S)(\S)(\S)(\S)(\S)|;
