Bläddra i källkod

silent SDK build

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
Michel-FK 3 år sedan
förälder
incheckning
6aad3d29e8
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      Makefile
  2. 1 1
      README.md

+ 1 - 1
Makefile

@@ -61,7 +61,7 @@ sdk: buildroot SDK/output/.config
 	@$(call MESSAGE,"Making FunKey SDK")
 	@$(BRMAKE) BR2_EXTERNAL=../SDK O=../SDK/output prepare-sdk
 	@$(call MESSAGE,"Generating SDK tarball")
-	export LC_ALL=C; \
+	@export LC_ALL=C; \
 	SDK=FunKey-sdk-$(shell cat FunKey/board/funkey/rootfs-overlay/etc/sw-versions | cut -f 2); \
 	grep -lr "$(shell pwd)/SDK/output/host" SDK/output/host | while read -r FILE ; do \
 		if file -b --mime-type "$${FILE}" | grep -q '^text/'; then \

+ 1 - 1
README.md

@@ -92,7 +92,7 @@ $ cd FunKey-OS
 You may now build your FunKey with:
 
 ```bash
-$ make
+$ make sdk all
 ```
 This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-)