summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-11 05:45:46 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-11 05:45:46 +0000
commit0307ade95b4c0d05abc654bdc91f60772f218cd2 (patch)
treef89caade6f0b46da6f542dfcebdbd4b30a45e1b4 /Makefile
parent4b64bd933b96a73ef17f98aa1dc4f557d0546e72 (diff)
Don't install CVS files into the devel dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c622d7aa3..8f277d140 100644
--- a/Makefile
+++ b/Makefile
@@ -237,6 +237,7 @@ install_dev:
-@for i in `find $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \
chmod -f 755 $$i; chmod -f 644 $$i/*.h; \
done;
+ -find $(PREFIX)$(DEVEL_PREFIX) -name CVS | xargs rm -rf;
-chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$$/\1.\2/'` $(PREFIX)$(DEVEL_PREFIX)
ifeq ($(strip $(HAVE_SHARED)),true)
find lib/ -type l -name '*.so' -exec cp -a {} $(PREFIX)$(DEVEL_PREFIX)/lib ';'