You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/07/27 15:22:31 UTC

[incubator-nuttx] 03/06: tools: Unix.mk: Generate .tar.gz file with make export

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 88d0a4d20e0b1e4d2fa59a995e385f36f6b6a5f0
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Wed Jul 27 16:03:58 2022 +0900

    tools: Unix.mk: Generate .tar.gz file with make export
    
    Summary:
    - This commit generates .tar.gz file with make export
    
    Impact:
    - make export file format
    
    Testing:
    - Tested with sabre-6quad:netknsh
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 tools/Unix.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Unix.mk b/tools/Unix.mk
index 292dceef6f..86abf0e579 100644
--- a/tools/Unix.mk
+++ b/tools/Unix.mk
@@ -127,7 +127,7 @@ LINKLIBS = $(patsubst staging/%,%,$(NUTTXLIBS))
 # Export tool definitions
 
 MKEXPORT= tools/mkexport.sh
-MKEXPORT_ARGS = -t "$(TOPDIR)" -b "$(BOARD_DIR)"
+MKEXPORT_ARGS = -z -t "$(TOPDIR)" -b "$(BOARD_DIR)"
 
 ifneq ($(CONFIG_BUILD_FLAT),y)
 MKEXPORT_ARGS += -u