mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-29 00:13:30 +08:00
Build fbset using a single process
This commit is contained in:
parent
b2e06a8e71
commit
ef3e95f2e4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user