Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 463 → Rev 464

/SPARTAN/trunk/build.ia32
54,7 → 54,7
 
TAG="`svnversion . 2> /dev/null`"
TIMESTAMP="`date "+%Y-%m-%d %H:%M:%S" 2> /dev/null`"
if [ -z "$TAG" ]; then
if [ -z "$TAG" ] || [ "$TAG" == "exported" ]; then
TAG="Built on $TIMESTAMP for $ARCH"
else
TAG="Revision $TAG (built on $TIMESTAMP for $ARCH)"