pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-08-02
1998-08-02 16:37:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>
83a7a2176349e16036453fddb5478555819b0b5a (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed cvsclean target.
Rev: src/Makefile.in:1.109
1:
#
-
# $Id: Makefile.in,v 1.
108
1998/08/02 16:
18
:
59
grubba Exp $
+
# $Id: Makefile.in,v 1.
109
1998/08/02 16:
37
:
22
grubba Exp $
# # This line is needed on some machines.
314:
-name 'config.cache' ')' -exec rm -f \{\} \; cvsclean: distclean
-
#
FIXME:
Zap
things
that
are
in .cvsignore
here
.
+
( cd $(SRCDIR); \
+
for d
in
`find
.
-type d -print`; do \
+
if test -f "$$d/.
cvsignore
"
; then \
+
cd $$d && rm -f `cat
.
cvsignore`; \
+
else :; fi; \
+
done)
# create tags tags: