diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-08 22:54:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-08 22:54:27 +0000 |
commit | 49fda5e4d9d5f0f195894d82b3554deb88dfe413 (patch) | |
tree | cc197363e0c88e1367d25821a89aa4c5f4b49ec9 /target/sdk/Makefile | |
parent | 1a27d74827b6f1ca494aa8e476d311ba74e82747 (diff) | |
download | upstream-49fda5e4d9d5f0f195894d82b3554deb88dfe413.tar.gz upstream-49fda5e4d9d5f0f195894d82b3554deb88dfe413.tar.bz2 upstream-49fda5e4d9d5f0f195894d82b3554deb88dfe413.zip |
sdk: use prepare target to initialize git snapshot
The new approach is less prone to race conditions and will properly
snapshot the symlinks prepared by the prereq-build target.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44330
Diffstat (limited to 'target/sdk/Makefile')
-rw-r--r-- | target/sdk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 8ae63c4314..d81c2375e0 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -98,6 +98,7 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean $(TOPDIR)/.config \ ./files/Config.in \ ./files/Makefile \ + ./files/include/prepare.mk \ ./files/README.SDK \ $(SDK_BUILD_DIR)/ $(CP) \ |