mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
pciutils doesn't like 'make -j'
This commit is contained in:
parent
8cdb866d85
commit
08a47d8446
@ -29,7 +29,7 @@ $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURC
|
|||||||
touch $(PCIUTILS_DIR)/.unpacked
|
touch $(PCIUTILS_DIR)/.unpacked
|
||||||
|
|
||||||
$(PCIUTILS_DIR)/.compiled: $(PCIUTILS_DIR)/.unpacked
|
$(PCIUTILS_DIR)/.compiled: $(PCIUTILS_DIR)/.unpacked
|
||||||
$(MAKE) CC=$(TARGET_CC) OPT="$(TARGET_CFLAGS)" -C $(PCIUTILS_DIR)
|
$(MAKE1) CC=$(TARGET_CC) OPT="$(TARGET_CFLAGS)" -C $(PCIUTILS_DIR)
|
||||||
touch $(PCIUTILS_DIR)/.compiled
|
touch $(PCIUTILS_DIR)/.compiled
|
||||||
|
|
||||||
$(TARGET_DIR)/sbin/lspci: $(PCIUTILS_DIR)/.compiled
|
$(TARGET_DIR)/sbin/lspci: $(PCIUTILS_DIR)/.compiled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user