mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 23:21:08 +03:00
[PATCH] fix scsi_id build errors due to changes in the main udev makefile
also fixed up the QUIET issue when it was disabled for the extras programs
This commit is contained in:
parent
6fbecf3547
commit
09f2756071
6
Makefile
6
Makefile
@ -183,7 +183,7 @@ all: $(ROOT) $(SENDER) $(DAEMON) $(INFO) $(TESTER) $(GEN_CONFIGS)
|
||||
LD="$(LD)" \
|
||||
SYSFS="$(SYSFS)" \
|
||||
KERNEL_DIR="$(KERNEL_DIR)" \
|
||||
QUIET="@$(PWD)/ccdv" \
|
||||
QUIET="$(QUIET)" \
|
||||
-C $$target $@ ; \
|
||||
done ; \
|
||||
|
||||
@ -231,6 +231,8 @@ OBJS = \
|
||||
libsysfs/sysfs.a \
|
||||
udev.a
|
||||
|
||||
SYSFS = $(PWD)/libsysfs/sysfs.a
|
||||
|
||||
ifeq ($(strip $(USE_KLIBC)),true)
|
||||
HEADERS += \
|
||||
klibc_fixups/klibc_fixups.h \
|
||||
@ -244,7 +246,7 @@ ifeq ($(strip $(USE_KLIBC)),true)
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(V)),false)
|
||||
QUIET=@./ccdv
|
||||
QUIET=@$(PWD)/ccdv
|
||||
HOST_PROGS=ccdv
|
||||
else
|
||||
QUIET=
|
||||
|
Loading…
Reference in New Issue
Block a user