chiark / gitweb /
[PATCH] fix scsi_id build errors due to changes in the main udev makefile
authorgreg@kroah.com <greg@kroah.com>
Thu, 9 Dec 2004 03:30:41 +0000 (19:30 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:13:47 +0000 (23:13 -0700)
also fixed up the QUIET issue when it was disabled for the extras programs

Makefile

index 942c8ccb1952dd00416fc300e72a26f7bc1a4649..7d4396b9ed4d1d36b2641b8b65b8df6df6062712 100644 (file)
--- a/Makefile
+++ b/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=