Skip to content

Commit 6aad3d2

Browse files
committed
silent SDK build
Signed-off-by: Michel-FK <[email protected]>
1 parent d4e9dbb commit 6aad3d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ cd FunKey-OS
9292
You may now build your FunKey with:
9393

9494
```bash
95-
$ make
95+
$ make sdk all
9696
```
9797
This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-)
9898

0 commit comments

Comments
 (0)