X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Fsdk%2Ffiles%2FMakefile;h=2edf7b3a20461b81b122261976f33bef9845ff7d;hb=34b6c8b0759f2ae68afb2953280e27f23b9d7e5e;hp=01c1e1c788352af23ff65a2ae1e74ba8ec6f787c;hpb=4685e4f27310d55c20c8062b2b4f782e4b709694;p=openwrt%2Fopenwrt.git diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile index 01c1e1c788..2edf7b3a20 100644 --- a/target/sdk/files/Makefile +++ b/target/sdk/files/Makefile @@ -1,6 +1,6 @@ # Makefile for OpenWrt # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,16 +14,6 @@ export TOPDIR LC_ALL LANG SDK world: -# Initialize SDK snapshot -.git/config: - @( \ - echo -n "Initializing SDK ... "; \ - git init -q .; \ - find . -mindepth 1 -maxdepth 1 -not -name feeds | xargs git add; \ - git commit -q -m "Initial state"; \ - echo "ok."; \ - ) - include $(TOPDIR)/include/host.mk ifneq ($(OPENWRT_BUILD),1)