Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2005 22:36:44 GMT
From:      soc-saturnero <soc-saturnero@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80414 for review
Message-ID:  <200507172236.j6HMai7Z057664@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80414

Change 80414 by soc-saturnero@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507172236.j6HMai7Z057664>