mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00: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_DIR2)/.unpacked: $(DL_DIR)/$(BIND_SOURCE)
|
||||||
$(BIND_CAT) $(DL_DIR)/$(BIND_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
$(BIND_CAT) $(DL_DIR)/$(BIND_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
toolchain/patch-kernel.sh $(BIND_DIR2) package/bind/ bind\*.patch
|
toolchain/patch-kernel.sh $(BIND_DIR2) package/bind/ bind\*.patch
|
||||||
touch $(BIND_DIR2)/.unpacked
|
touch $@
|
||||||
|
|
||||||
$(BIND_DIR2)/Makefile: $(BIND_DIR2)/.unpacked
|
$(BIND_DIR2)/Makefile: $(BIND_DIR2)/.unpacked
|
||||||
(cd $(BIND_DIR2); rm -rf config.cache; \
|
(cd $(BIND_DIR2); rm -rf config.cache; \
|
||||||
@ -51,7 +51,7 @@ $(BIND_DIR2)/Makefile: $(BIND_DIR2)/.unpacked
|
|||||||
|
|
||||||
$(BIND_DIR2)/$(BIND_BINARY): $(BIND_DIR2)/Makefile
|
$(BIND_DIR2)/$(BIND_BINARY): $(BIND_DIR2)/Makefile
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -j1 -C $(BIND_DIR2)
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) -j1 -C $(BIND_DIR2)
|
||||||
touch -c $(BIND_DIR2)/$(BIND_BINARY)
|
touch -c $@
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user