1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-28 07:21:32 +03:00

[PATCH] klibc: remove SCCS directories from the temporary klibc install

This commit is contained in:
kay.sievers@vrfy.org 2005-03-19 02:15:43 +01:00 committed by Greg KH
parent c827876312
commit 21c0367349

View File

@ -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 $@