CHanged version in makedefs for - 2 revision

This commit is contained in:
Don BURNS 2004-12-05 00:03:43 +00:00
parent 79ff62c345
commit 9ab353d9db
2 changed files with 5 additions and 2 deletions

View File

@ -53,7 +53,7 @@ MAKEDEPEND = ignore
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_RELEASE = 8
VERSION_REVISION ?= 0
VERSION_REVISION ?= 2
ifneq (,$(OSG_VERSION_REVISION))
VERSION_REVISION = $(OSG_VERSION_REVISION)
endif

View File

@ -169,6 +169,9 @@ make_osg_dev()
mv /usr/src/redhat/RPMS/i386/OpenSceneGraph_dev-$REV-$REL.i386.rpm dist/RPM
}
echo "The current $0 script is broken and needs to be updated."
exit 1
if [ "`whoami`" != "root" ]
then
echo
@ -197,7 +200,7 @@ shift;shift; shift;shift; shift;shift; shift;shift;
INST_DOC=$1
INST_DATA=$2
REV="`make version`"
REV="`make -s version`"
[ -z "$REV" ] && die "makerpm: requires a functional $TOPDIR/bin/osgversion"
REL=1