pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-28
1998-02-28 21:50:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a89d546385f44e0be122bbbc326c6a2998b75217 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed minor bug.
Rev: src/Makefile.in:1.63
290:
lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike $(LIBDIR_SRC)/modules $(LIBDIR_SRC)/include cp -r $(LIBDIR_SRC) . -cvs_dirs="`find lib -type d -name CVS`"; if test "x$$cvs_dirs" = "x" ; then : ; else rm -r $$cvs_dirs; fi
-
-
files="
`find lib -type f -name '*~'` `find lib -type f -name '.#*'` `find lib -type f -name '#*#'`
"
;
if
test "x$$files" = "x" ; then : ; else
rm
$$files
;
fi
+
-
for f in
`find lib -type f -name '*~'` `find lib -type f -name '.#*'` `find lib -type f -name '#*#'`;
do
rm
$$f
;
done
-touch ./lib 2>/dev/null || (touch lib/.broken_gnu_touch && rm lib/.broken_gnu_touch) # make export archive (requires compiled Pike)