pciutils: simplify
No need for two seperate make invocations for installation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
db44453a45
commit
83f43bab37
@ -46,16 +46,12 @@ endef
|
||||
# Ditch install-lib if SHARED is an option in the future
|
||||
define PCIUTILS_INSTALL_TARGET_CMDS
|
||||
$(MAKE) BUILDDIR=$(@D) -C $(@D) PREFIX=$(TARGET_DIR)/usr \
|
||||
SHARED=$(PCIUTILS_SHARED) install
|
||||
$(MAKE) BUILDDIR=$(@D) -C $(@D) PREFIX=$(TARGET_DIR)/usr \
|
||||
SHARED=$(PCIUTILS_SHARED) install-lib
|
||||
SHARED=$(PCIUTILS_SHARED) install install-lib
|
||||
endef
|
||||
|
||||
define PCIUTILS_INSTALL_STAGING_CMDS
|
||||
$(MAKE) BUILDDIR=$(@D) -C $(@D) PREFIX=$(STAGING_DIR)/usr \
|
||||
SHARED=$(PCIUTILS_SHARED) install
|
||||
$(MAKE) BUILDDIR=$(@D) -C $(@D) PREFIX=$(STAGING_DIR)/usr \
|
||||
SHARED=$(PCIUTILS_SHARED) install-lib
|
||||
SHARED=$(PCIUTILS_SHARED) install install-lib
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
|
Loading…
Reference in New Issue
Block a user