diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-14 14:16:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-14 14:16:26 +0000 |
commit | f480fb301f2d6f8c556061604ddbcc5a57da0be7 (patch) | |
tree | 8b380854d551a2d0782329731c86d42e20708eeb /target/Makefile | |
parent | f061dc403c042fe619e3ea8d51868c28ff7a2cbc (diff) | |
download | master-187ad058-f480fb301f2d6f8c556061604ddbcc5a57da0be7.tar.gz master-187ad058-f480fb301f2d6f8c556061604ddbcc5a57da0be7.tar.bz2 master-187ad058-f480fb301f2d6f8c556061604ddbcc5a57da0be7.zip |
leave out the ccache directory when copying the staging dir into the sdk (#843)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5081 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile')
-rw-r--r-- | target/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile index 195878e665..dc21033e5f 100644 --- a/target/Makefile +++ b/target/Makefile @@ -17,7 +17,6 @@ TARGETS-$(CONFIG_SDK) += sdk linux-compile: utils-install linux-install: $(BIN_DIR) -sdk-compile: linux-install image_install: linux-install download: $(patsubst %,%-download,$(TARGETS-y)) |