mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
pciutils: simplify
No need for two seperate make invocations for installation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user