projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c92701f
)
Added cvs-clean.
author
Ivo Timmermans
<ivo@lychnis.net>
Thu, 20 Apr 2000 22:50:48 +0000
(22:50 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Thu, 20 Apr 2000 22:50:48 +0000
(22:50 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
2af113d
..
5d8172a
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-8,6
+8,16
@@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = TODO
+CVS_CREATED = configure aclocal.m4 config.h.in
+
ChangeLog:
rcs2log -u "zarq Ivo Timmermans itimmermans@bigfoot.com" | \
sed -e 's,/home/CVS/tinc/cabal/,,g' > $@
+
+cvs-clean: maintainer-clean
+ for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
+ rm "$$f"; \
+ if [ $$? -ne 0 ] ; then \
+ echo $$f bestaat niet; \
+ fi; \
+ done