mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-10 11:57:43 +00:00
- ironically, autoconf-2.61 is broken for parallel builds, force -j1
This commit is contained in:
parent
574f5d2505
commit
13f033ba32
@ -18,7 +18,7 @@ autoconf-source: $(DL_DIR)/$(AUTOCONF_SOURCE)
|
|||||||
|
|
||||||
$(AUTOCONF_DIR)/.unpacked: $(DL_DIR)/$(AUTOCONF_SOURCE)
|
$(AUTOCONF_DIR)/.unpacked: $(DL_DIR)/$(AUTOCONF_SOURCE)
|
||||||
$(AUTOCONF_CAT) $(DL_DIR)/$(AUTOCONF_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
$(AUTOCONF_CAT) $(DL_DIR)/$(AUTOCONF_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
touch $(AUTOCONF_DIR)/.unpacked
|
touch $@
|
||||||
|
|
||||||
$(AUTOCONF_DIR)/.configured: $(AUTOCONF_DIR)/.unpacked
|
$(AUTOCONF_DIR)/.configured: $(AUTOCONF_DIR)/.unpacked
|
||||||
(cd $(AUTOCONF_DIR); rm -rf config.cache; \
|
(cd $(AUTOCONF_DIR); rm -rf config.cache; \
|
||||||
@ -40,10 +40,10 @@ $(AUTOCONF_DIR)/.configured: $(AUTOCONF_DIR)/.unpacked
|
|||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
);
|
);
|
||||||
touch $(AUTOCONF_DIR)/.configured
|
touch $@
|
||||||
|
|
||||||
$(AUTOCONF_DIR)/bin/$(AUTOCONF_BINARY): $(AUTOCONF_DIR)/.configured
|
$(AUTOCONF_DIR)/bin/$(AUTOCONF_BINARY): $(AUTOCONF_DIR)/.configured
|
||||||
$(MAKE) CC=$(TARGET_CC) -C $(AUTOCONF_DIR)
|
$(MAKE1) -C $(AUTOCONF_DIR)
|
||||||
|
|
||||||
$(TARGET_DIR)/$(AUTOCONF_TARGET_BINARY): $(AUTOCONF_DIR)/bin/$(AUTOCONF_BINARY)
|
$(TARGET_DIR)/$(AUTOCONF_TARGET_BINARY): $(AUTOCONF_DIR)/bin/$(AUTOCONF_BINARY)
|
||||||
$(MAKE) \
|
$(MAKE) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user