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 | f1d6fb4be149cd364524ff1db63a3f8a98f7ab7e (patch) | |
tree | 5185dc7cab405d8cf7ace1bad16391faa3c0cfa3 /target/Makefile | |
parent | d4e038fe5dfdc4e3cff41be1bdd133c5a2af6542 (diff) | |
download | upstream-f1d6fb4be149cd364524ff1db63a3f8a98f7ab7e.tar.gz upstream-f1d6fb4be149cd364524ff1db63a3f8a98f7ab7e.tar.bz2 upstream-f1d6fb4be149cd364524ff1db63a3f8a98f7ab7e.zip |
leave out the ccache directory when copying the staging dir into the sdk (#843)
SVN-Revision: 5081
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)) |