mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
Change the way of definition of SUFFIX
When archiving, if the number of files is large, the full path in SUFFIX may exceed the command line limit for Cygwin and other programs. To avoid this, the SUFFIX can be changed in the Makefile in each application or library.
This commit is contained in:
@@ -61,7 +61,7 @@ ifeq ($(BUILD_MODULE),y)
|
||||
LDLIBS += $(COMPILER_RT_LIB)
|
||||
endif
|
||||
|
||||
SUFFIX = $(subst $(DELIM),.,$(CWD))
|
||||
SUFFIX ?= $(subst $(DELIM),.,$(CWD))
|
||||
|
||||
PROGNAME := $(subst ",,$(PROGNAME))
|
||||
|
||||
|
Reference in New Issue
Block a user