1
1
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:
greg@kroah.com 2004-12-08 19:30:41 -08:00 committed by Greg KH
parent 6fbecf3547
commit 09f2756071

View File

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