mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Add initial BR2_JLEVEL support, with some exceptions for apps that
have broken 'make -j' support
This commit is contained in:
@@ -51,7 +51,7 @@ $(FLEX_DIR)/$(FLEX_BINARY): $(FLEX_DIR)/.configured
|
||||
$(MAKE) -C $(FLEX_DIR)
|
||||
|
||||
$(TARGET_DIR)/$(FLEX_TARGET_BINARY): $(FLEX_DIR)/$(FLEX_BINARY)
|
||||
$(MAKE) \
|
||||
$(MAKE1) \
|
||||
prefix=$(TARGET_DIR)/usr \
|
||||
exec_prefix=$(TARGET_DIR)/usr \
|
||||
bindir=$(TARGET_DIR)/usr/bin \
|
||||
|
||||
Reference in New Issue
Block a user