Skip to content

Commit

Permalink
Respect Version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanosz committed Oct 15, 2017
1 parent 72a52ee commit 386a27b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ target/.config: target
$(MAKE) -C target defconfig

target/bin/packages/all/nodeconfig/Packages: target/.config
$(MAKE) -C target package/node-config/compile CONFIG_TARGET_ARCH_PACKAGES=all
@echo Version: $(PKG_VERSION)
$(MAKE) -C target package/node-config/compile CONFIG_TARGET_ARCH_PACKAGES=all PKG_VERSION=$(PKG_VERSION)
$(MAKE) -C target package/index CONFIG_TARGET_ARCH_PACKAGES=all $(SIGN_STR)
$(RM) -rf target/bin/packages/all/base/

Expand Down

0 comments on commit 386a27b

Please sign in to comment.