Check-in Number:
|
2453 | |
Date: |
2002-Aug-01 11:36:53 (local)
2002-Aug-01 09:36:53 (UTC) |
User: | rse |
Branch: | |
Comment: |
cleanup |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/Makefile.in 1.7 -> 1.8
--- Makefile.in 2002/07/31 12:58:03 1.7
+++ Makefile.in 2002/08/01 09:36:53 1.8
@@ -95,7 +95,7 @@
$(LIB_NAME): $(LIB_OBJS)
@$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(LIB_NAME) $(LIB_OBJS) $(LIB_DEPS) -rpath $(libdir) \
- -version-info `$(SHTOOL) version -l txt -d libtool VERSION` $(LIBS)
+ -version-info `$(SHTOOL) version -lc -dlibtool fsl_version.c` $(LIBS)
$(TST_NAME): $(TST_OBJS) $(LIB_NAME)
@$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(TST_NAME) $(TST_OBJS) $(LIB_NAME) $(LIBS)
@@ -104,7 +104,7 @@
$(MAN_NAME): fsl.pod fsl_version.c
VS=`$(SHTOOL) version -lc -dshort fsl_version.c`; \
VL=`$(SHTOOL) version -lc -dlong fsl_version.c`; \
- D=`$(SHTOOL) version -l txt -d long VERSION | sed -e 's;.*(;;' -e 's;).*;;'`; \
+ D=`$(SHTOOL) version -lc -dlong fsl_version.c | sed -e 's;.*(;;' -e 's;).*;;'`; \
$(POD2MAN) --quotes=none \
--section=3 --center="Faking/Flexible Syslog Library" \
--release="$$D" --date="OSSP fsl $$VS" fsl.pod | \
|
|
ossp-pkg/fsl/configure.ac 1.10 -> 1.11
--- configure.ac 2002/07/31 12:58:03 1.10
+++ configure.ac 2002/08/01 09:36:53 1.11
@@ -37,9 +37,6 @@
echo "Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>"
echo "Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>"
-FSL_VERSION_STR=`./shtool version -l txt -d long VERSION`
-AC_SUBST(FSL_VERSION_STR)
-
AC_PROG_MAKE_SET
AC_PROG_CC
AC_CHECK_DEBUGGING
|
|
ossp-pkg/fsl/devtool.conf 1.10 -> 1.11
--- devtool.conf 2002/07/31 14:09:34 1.10
+++ devtool.conf 2002/08/01 09:36:53 1.11
@@ -49,11 +49,11 @@
./shtool version -l c -n "OSSP fsl" -p "fsl_" -e fsl_version.c
V=`./shtool version -lc -dlong fsl_version.c`
sed -e "s/Version .*(.*)/Version $V/g" <README >README.n && mv README.n README
- cvs commit -m'bump version for release' README fsl_version.c
%tag
V=`./shtool version -lc -dshort fsl_version.c` | sed -e 's;\.;_;g'`
echo "+++ tagging CVS sources as FSL_${V}"
+ cvs commit -m 'flush pending changes before tagging'
cvs tag FSL_${V}
%dist
|
|