From 49fda5e4d9d5f0f195894d82b3554deb88dfe413 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 8 Feb 2015 22:54:27 +0000 Subject: 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 SVN-Revision: 44330 --- target/sdk/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/sdk/Makefile') 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) \ -- cgit v1.2.3