- exclude statements must appear prior to the file list (expected by tar 1.15.1)
- added release tag for 2.3.5 to user doc - updated version number and strings after release
This commit is contained in:
parent
6558d3ca43
commit
df53247fa8
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -x
|
||||
#########################################################################
|
||||
# $Id: make-rpm,v 1.4 2002-11-07 16:00:14 shap Exp $
|
||||
# $Id: make-rpm,v 1.5 2007-09-17 16:20:23 vruppert Exp $
|
||||
#########################################################################
|
||||
# build/redhat/make-rpm
|
||||
#
|
||||
@ -54,7 +54,7 @@ ${MKDIR} ${TMPDIR}/bochs-${VERSION}
|
||||
test $? = 0 || exit 1
|
||||
${TAR} cf - * .??* | (cd ${TMPDIR}/bochs-${VERSION} && tar xf -)
|
||||
test $? = 0 || exit 1
|
||||
(cd ${TMPDIR}; tar czf bochs-${VERSION}.tar.gz bochs-${VERSION} --exclude=CVS)
|
||||
(cd ${TMPDIR}; tar czf bochs-${VERSION}.tar.gz --exclude=CVS bochs-${VERSION})
|
||||
test $? = 0 || exit 1
|
||||
${RM} -rf ${TMPDIR}/bochs-${VERSION}
|
||||
test $? = 0 || exit 1
|
||||
|
@ -2,15 +2,15 @@ dnl // Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(bochs.h)
|
||||
AC_REVISION([[$Id: configure.in,v 1.340 2007-09-16 07:53:00 vruppert Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.341 2007-09-17 16:20:22 vruppert Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
dnl // Put Bochs version information right here so that it gets substituted
|
||||
dnl // into all the right places.
|
||||
VERSION="2.3.5"
|
||||
VER_STRING="2.3.5"
|
||||
REL_STRING="Build from CVS snapshot, on September 16, 2007"
|
||||
VERSION="2.3.5.cvs"
|
||||
VER_STRING="2.3.5.cvs"
|
||||
REL_STRING="Build from CVS snapshot, after release 2.3.5"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
================================================================
|
||||
doc/docbook/user/user.dbk
|
||||
$Id: user.dbk,v 1.228 2007-09-15 16:00:19 vruppert Exp $
|
||||
$Id: user.dbk,v 1.229 2007-09-17 16:20:24 vruppert Exp $
|
||||
|
||||
This is the top level file for the Bochs Users Manual.
|
||||
================================================================
|
||||
@ -1170,6 +1170,10 @@ The tag tells which release you want, and it can be one of the following:
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>2.3.5</entry>
|
||||
<entry>REL_2_3_5_FINAL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>2.3</entry>
|
||||
<entry>REL_2_3_FINAL</entry>
|
||||
|
Loading…
Reference in New Issue
Block a user