diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-03-19 02:15:43 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:54:59 -0700 |
commit | 21c0367349371affa33e8752083948bac6b0a7cd (patch) | |
tree | f5c402df60f8aee8ce34097df12c2ee1e1aa11a9 | |
parent | c827876312bde7809f5f08b89b9223391da0e3b4 (diff) | |
download | systemd-21c0367349371affa33e8752083948bac6b0a7cd.tar.gz |
[PATCH] klibc: remove SCCS directories from the temporary klibc install
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 $@ |