summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-19 02:15:43 +0100
committerGreg KH <gregkh@suse.de>2005-04-27 08:54:59 +0200
commit21c0367349371affa33e8752083948bac6b0a7cd (patch)
treef5c402df60f8aee8ce34097df12c2ee1e1aa11a9
parent[PATCH] udev-test.pl: add a test where the group cannot be found in /etc/passwd (diff)
downloadsystemd-21c0367349371affa33e8752083948bac6b0a7cd.tar.xz
systemd-21c0367349371affa33e8752083948bac6b0a7cd.zip
[PATCH] klibc: remove SCCS directories from the temporary klibc install
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 63d33d36ec..97d20b2146 100644
--- a/Makefile
+++ b/Makefile
@@ -221,6 +221,7 @@ $(KLCC):
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 $@