mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 06:53:32 +08:00
makefile cleanup for bind
This commit is contained in:
parent
9da2e71d63
commit
ce5699aaea
@ -25,7 +25,7 @@ bind-source: $(DL_DIR)/$(BIND_SOURCE)
|
||||
$(BIND_DIR2)/.unpacked: $(DL_DIR)/$(BIND_SOURCE)
|
||||
$(BIND_CAT) $(DL_DIR)/$(BIND_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(BIND_DIR2) package/bind/ bind\*.patch
|
||||
touch $(BIND_DIR2)/.unpacked
|
||||
touch $@
|
||||
|
||||
$(BIND_DIR2)/Makefile: $(BIND_DIR2)/.unpacked
|
||||
(cd $(BIND_DIR2); rm -rf config.cache; \
|
||||
@ -51,7 +51,7 @@ $(BIND_DIR2)/Makefile: $(BIND_DIR2)/.unpacked
|
||||
|
||||
$(BIND_DIR2)/$(BIND_BINARY): $(BIND_DIR2)/Makefile
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -j1 -C $(BIND_DIR2)
|
||||
touch -c $(BIND_DIR2)/$(BIND_BINARY)
|
||||
touch -c $@
|
||||
|
||||
#############################################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user