[source] sdk: exclude locale files to save some space

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 13 10:47:12 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/3e521fa11227b54d25c93aad335a9c4bd696c09a

commit 3e521fa11227b54d25c93aad335a9c4bd696c09a
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 13 18:00:18 2017 +0100

    sdk: exclude locale files to save some space
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/sdk/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index c1eca73..e9599c3 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -29,7 +29,8 @@ EXCLUDE_DIRS:=*/ccache/* \
 	*.install.clean \
 	*.install.flags \
 	*.install \
-	*/doc
+	*/doc \
+	*/share/locale
 
 SDK_DIRS = \
 		$(STAGING_SUBDIR_HOST) \



More information about the lede-commits mailing list