chiark / gitweb /
[PATCH] klibc: remove SCCS directories from the temporary klibc install
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Sat, 19 Mar 2005 01:15:43 +0000 (02:15 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:54:59 +0000 (23:54 -0700)
Makefile

index 63d33d36ecb51dd5637d35932b41ea0907f5520c..97d20b2146a16142dcde798d42763d4be7600cee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -221,6 +221,7 @@ $(KLCC):
                         INSTALLDIR=$(KLIBC_INSTALL) \
                         bindir=$(KLIBC_INSTALL)/bin \
                         mandir=$(KLIBC_INSTALL)/man all install
                         INSTALLDIR=$(KLIBC_INSTALL) \
                         bindir=$(KLIBC_INSTALL)/bin \
                         mandir=$(KLIBC_INSTALL)/man all install
+       -find $(KLIBC_INSTALL)/include -name SCCS -print| xargs rm -rf
 
 udev.a: $(UDEV_OBJS)
        rm -f $@
 
 udev.a: $(UDEV_OBJS)
        rm -f $@