Skip to content
Snippets Groups Projects
Commit a89d5463 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed minor bug.

Rev: src/Makefile.in:1.63
parent f49de70c
Branches
Tags
No related merge requests found
......@@ -290,7 +290,7 @@ feature_list:
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment