mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-28 07:21:32 +03:00
[PATCH] avoid building klibc test programs and pass SUBDIRS= to klibc clean
This commit is contained in:
parent
e3686a8858
commit
0d9057a1ce
6
Makefile
6
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 )
|
||||
|
Loading…
Reference in New Issue
Block a user