buildit
changeset 1130 e9cbce844ef6
parent 1124 7bc7e624f965
child 1196 1ce455dae979
--- a/buildit	Tue May 10 12:30:26 2011 -0700
+++ b/buildit	Wed May 18 13:42:51 2011 -0700
@@ -127,11 +127,13 @@
 cd ..
 
 print "\nFinished building the X Window System Consolidation for OpenSolaris.\n"
-print -n "Finish time: " ; date
+
+if [ "${MAKE_PKGS}" = 1 ] ; then
+    print -n "Build finish time: " ; date ; print ""
+    ./make_release_packages ${PUBLISHER_FLAGS} ${VERBOSE_FLAGS}
+fi
+
+print -n "\nFinish time: " ; date
 perl -e '$runtime = time - $ARGV[0];
 	 printf("Runtime: %d:%02d\n", $runtime/3600, ($runtime%3600)/60); ' \
 	"${START}"
-
-if [ "${MAKE_PKGS}" = 1 ] ; then
-    ./make_release_packages ${PUBLISHER_FLAGS} ${VERBOSE_FLAGS}
-fi