mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Build fbset using a single process
This commit is contained in:
@@ -22,7 +22,7 @@ $(FBSET_DIR)/.unpacked: $(DL_DIR)/$(FBSET_SOURCE)
|
||||
touch $@
|
||||
|
||||
$(FBSET_DIR)/$(FBSET_BINARY): $(FBSET_DIR)/.unpacked
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(FBSET_DIR)
|
||||
$(MAKE1) $(TARGET_CONFIGURE_OPTS) -C $(FBSET_DIR)
|
||||
touch -c $@
|
||||
|
||||
$(TARGET_DIR)/$(FBSET_TARGET_BINARY): $(FBSET_DIR)/$(FBSET_BINARY)
|
||||
|
||||
Reference in New Issue
Block a user