aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-12-15 11:26:05 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:13:48 -0700
commit0d9057a1cebf2058c36879278b7ba03a5c8ed81f (patch)
tree3751b8dbe18b62372c1d7830c9222ecab2bcf912 /Makefile
parente3686a8858ff0797af5daf97eef8c0fe08b5f46f (diff)
downloadudev-0d9057a1cebf2058c36879278b7ba03a5c8ed81f.tar.gz
[PATCH] avoid building klibc test programs and pass SUBDIRS= to klibc clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 36c0b474..04ac59bc 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,7 @@ $(CRT0):
@if [ ! -r klibc/linux ]; then \
ln -f -s $(KERNEL_DIR) klibc/linux; \
fi
- $(MAKE) -C klibc SUBDIRS=klibc
+ $(MAKE) -C klibc SUBDIRS=klibc TESTS=
HEADERS = \
udev.h \
@@ -339,7 +339,7 @@ clean:
| xargs rm -f
-rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(GEN_MANPAGES) $(INFO) $(DAEMON) $(SENDER) $(TESTER)
-rm -f ccdv
- $(MAKE) -C klibc clean
+ $(MAKE) -C klibc SUBDIRS=klibc clean
@extras="$(EXTRAS)" ; for target in $$extras ; do \
echo $$target ; \
$(MAKE) prefix=$(prefix) LD="$(LD)" SYSFS="$(SYSFS)" \
@@ -347,7 +347,7 @@ clean:
done ; \
spotless: clean
- $(MAKE) -C klibc spotless
+ $(MAKE) -C klibc SUBDIRS=klibc spotless
-rm -f klibc/linux
DISTFILES = $(shell find . \( -not -name '.' \) -print | grep -v -e CVS -e "\.tar\.gz" -e "\/\." -e releases -e BitKeeper -e SCCS -e test/sys | sort )