This commit is contained in:
Cameron (Kamran) Mashayekhi
2005-11-07 21:02:08 +00:00
parent 878c526930
commit 7a80a7812e
34 changed files with 117 additions and 172 deletions

View File

@@ -8,10 +8,7 @@ cd $PR/make
MAJ_SSS_NO=`cat majver.txt`
MIN_SSS_NO=`cat minver.txt`
REV_SSS_NO=`cat revver.txt`
INT_BLD_NO=`cat ibuild.txt`
MAJ_BLD_NO=`cat mbuild.txt`
let MAJ_BLD_NO=MAJ_BLD_NO+1
export BLD_NO=$MAJ_SSS_NO.$MIN_SSS_NO.$REV_SSS_NO
HOST_ARCH=`uname -a | grep -c x86_64`