Changeset ba22dcb in mainline for build.ia32


Ignore:
Timestamp:
2005-11-08T14:26:48Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c6861f4
Parents:
6e259d5
Message:

include svn revision and build time in the kernel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.ia32

    r6e259d5 rba22dcb  
    5353done
    5454
    55 make all "ARCH=$ARCH" $ARGS
     55TAG="`svnversion . 2> /dev/null`"
     56TIMESTAMP="`date "+%Y-%m-%d %H:%M:%S" 2> /dev/null`"
     57if [ -z "$TAG" ]; then
     58        TAG="built on $TIMESTAMP"
     59else
     60        TAG="revision $TAG (built on $TIMESTAMP)"
     61fi
     62
     63make all "ARCH=$ARCH" "TAG=$TAG" $ARGS
Note: See TracChangeset for help on using the changeset viewer.