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

Improved lib target.

Rev: src/Makefile.in:1.55
parent 17f68ba0
No related branches found
No related tags found
No related merge requests found
...@@ -241,11 +241,9 @@ feature_list: ...@@ -241,11 +241,9 @@ feature_list:
lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike $(LIBDIR_SRC)/modules $(LIBDIR_SRC)/include lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike $(LIBDIR_SRC)/modules $(LIBDIR_SRC)/include
cp -r $(LIBDIR_SRC) . cp -r $(LIBDIR_SRC) .
-rm -r `find lib -type d -name CVS` -cvs_dirs="`find lib -type d -name CVS`"; if test "x$cvs_dirs" = "x" ; then : ; else rm -r $cvs_dirs; fi
-rm `find lib -type f -name '*~'` -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
-rm `find lib -type f -name '.#*'` -touch ./lib 2>/dev/null || (touch lib/.broken_gnu_touch && rm lib/.broken_gnu_touch)
-rm `find lib -type f -name '#*#'`
-touch ./lib
# make export archive (requires compiled Pike) # make export archive (requires compiled Pike)
# Do not compile in source tree if you want to use this! # Do not compile in source tree if you want to use this!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment