Check-in Number:
|
699 | |
Date: |
2001-Aug-20 13:32:59 (local)
2001-Aug-20 11:32:59 (UTC) |
User: | rse |
Branch: | |
Comment: |
final cleanup to cleanup targets ;) |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/.cvsignore 1.6 -> 1.7
--- .cvsignore 2001/08/20 11:28:29 1.6
+++ .cvsignore 2001/08/20 11:32:59 1.7
@@ -1,5 +1,6 @@
research
Makefile
+shtool
configure
config.status
config.log
|
|
ossp-pkg/lmtp2nntp/Makefile.in 1.5 -> 1.6
--- Makefile.in 2001/08/20 11:29:54 1.5
+++ Makefile.in 2001/08/20 11:32:59 1.6
@@ -47,7 +47,7 @@
-rm -f $(OBJS)
distclean: clean
- -rm -f config.h
+ -rm -f config.h config.status config.log config.cache
-rm -f Makefile
realclean: distclean
@@ -63,7 +63,7 @@
@$(SHTOOL) fixperm -v .; \
V=`$(SHTOOL) version -lc -dshort version.c`; \
$(SHTOOL) tarball -o lmtp2nntp-$${V}.tar.gz -d lmtp2nntp-$${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,autogen.sh' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao],^\.,autogen.sh,*.tar.gz' -c 'gzip --best' .
test: lmtp2nntp
./run.sh
|
|