pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2010-10-12
2010-10-12 10:06:52 by Martin Stjernholm <mast@lysator.liu.se>
c9444169a894da24845d318560e4113b9cff8fd9 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
The vcs is called "git" now.
731:
distclean: spotless
-
cvsclean
: distclean
+
# FIXME
:
Use .gitignore instead.
+
gitclean:
distclean
( for d in `cd $(SRCDIR) && find . -type d -print`; do \ if test -f "$(SRCDIR)/$$d/.cvsignore" ; then \ (cd "$$d" && rm -f `cat "$(SRCDIR)/$$d/.cvsignore"`); \
739:
else :; fi; \ done)
+
cvsclean: gitclean
+
# create tags tags: ctags *.c