We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e339bfd commit 92e4440Copy full SHA for 92e4440
automation/Makefile
@@ -89,7 +89,7 @@ fetch deps:
89
90
#----------------------------------------------------------------------------------------------
91
92
-pack: $(BINDIR)/BINDIR
+pack:
93
$(SHOW)DEVICE=$(DEVICE) BINDIR=$(BINROOT) INSTALL_DIR=$(INSTALL_DIR) DEPS=0 ./pack.sh
94
ifneq ($(PACK_DEPS),0)
95
$(SHOW)DEVICE=$(DEVICE) BINDIR=$(BINROOT) INSTALL_DIR=$(INSTALL_DIR) DEPS=1 ./pack.sh
0 commit comments