mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
e2fsprogs does not appear to be 'make -j N' safe for N > 1
This commit is contained in:
parent
fd2f194d91
commit
b746d35505
@ -51,12 +51,12 @@ $(E2FSPROGS_DIR)/.configured: $(E2FSPROGS_DIR)/.unpacked
|
|||||||
touch $(E2FSPROGS_DIR)/.configured
|
touch $(E2FSPROGS_DIR)/.configured
|
||||||
|
|
||||||
$(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY): $(E2FSPROGS_DIR)/.configured
|
$(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY): $(E2FSPROGS_DIR)/.configured
|
||||||
$(MAKE) PATH=$(TARGET_PATH) -C $(E2FSPROGS_DIR)
|
$(MAKE1) PATH=$(TARGET_PATH) -C $(E2FSPROGS_DIR)
|
||||||
-$(STRIP) $(E2FSPROGS_DIR)/misc/*
|
-$(STRIP) $(E2FSPROGS_DIR)/misc/*
|
||||||
touch -c $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
|
touch -c $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
|
||||||
|
|
||||||
$(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY): $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
|
$(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY): $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
|
||||||
$(MAKE) PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) -C $(E2FSPROGS_DIR) install
|
$(MAKE1) PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) -C $(E2FSPROGS_DIR) install
|
||||||
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
|
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
|
||||||
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
||||||
touch -c $(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY)
|
touch -c $(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user