From 0307ade95b4c0d05abc654bdc91f60772f218cd2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 11 Mar 2002 05:45:46 +0000 Subject: Don't install CVS files into the devel dir --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 ';' -- cgit v1.2.3