PERFORCE change 80414 for review

soc-saturnero soc-saturnero at FreeBSD.org
Sun Jul 17 22:36:46 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=80414

Change 80414 by soc-saturnero at soc-saturnero_sberta on 2005/07/17 22:36:08

	Echoed information about the built architecture

Affected files ...

.. //depot/projects/soc2005/freesbie/scripts/buildkernel.sh#2 edit
.. //depot/projects/soc2005/freesbie/scripts/buildworld.sh#3 edit

Differences ...

==== //depot/projects/soc2005/freesbie/scripts/buildkernel.sh#2 (text+ko) ====

@@ -12,7 +12,7 @@
     exit 1
 fi
 
-echo "#### Building kernel ####"
+echo "#### Building kernel for ${ARCH} architecture ####"
 
 if [ -n "${NO_BUILDKERNEL:-}" ]; then
     echo "NO_BUILDKERNEL set, skipping build" | tee -a ${LOGFILE}

==== //depot/projects/soc2005/freesbie/scripts/buildworld.sh#3 (text+ko) ====

@@ -12,7 +12,7 @@
     exit 1
 fi
 
-echo "#### Building world ####"
+echo "#### Building world for ${ARCH} architecture ####"
 
 if [ -n "${NO_BUILDWORLD:-}" ]; then
     echo "NO_BUILDWORLD set, skipping build" | tee -a ${LOGFILE}


More information about the p4-projects mailing list