Check-in Number:
|
1215 | |
Date: |
2001-Oct-24 15:40:07 (local)
2001-Oct-24 13:40:07 (UTC) |
User: | rse |
Branch: | |
Comment: |
move stuff from Makefile.in to devtool.conf, too. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sa/Makefile.in 1.8 -> 1.9
--- Makefile.in 2001/10/10 15:01:56 1.8
+++ Makefile.in 2001/10/24 13:40:07 1.9
@@ -98,12 +98,3 @@
-$(RM) shtool
-$(RM) ltmain.sh libtool.m4 config.guess config.sub
-version:
- $(SHTOOL) version -l txt -n "OSSP SA" -e VERSION
-
-dist: distclean
- @$(SHTOOL) fixperm -v .; \
- V=`$(SHTOOL) version -l txt -d short VERSION`; \
- $(SHTOOL) tarball -o sa-$${V}.tar.gz -d sa-$${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,autogen.sh' -c 'gzip --best' .
-
|
|
ossp-pkg/sa/devtool.conf 1.2 -> 1.3
--- devtool.conf 2001/10/24 13:38:02 1.2
+++ devtool.conf 2001/10/24 13:40:07 1.3
@@ -29,6 +29,6 @@
make distclean >/dev/null 2>&1
./shtool fixperm -v .
V=`./shtool version -l txt -d short VERSION`
- ./shtool tarball -o sa-$${V}.tar.gz -d sa-$${V} -u ossp -g ossp \
+ ./shtool tarball -o sa-${V}.tar.gz -d sa-${V} -u ossp -g ossp \
-e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' .
|
|