Add initial BR2_JLEVEL support, with some exceptions for apps that

have broken 'make -j' support
This commit is contained in:
Eric Andersen
2004-12-11 13:01:10 +00:00
parent c7bf26e6d7
commit 8e5fb3fb4a
5 changed files with 27 additions and 15 deletions

View File

@@ -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 \