mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Windows build fixes: tools/mkkconfig.bat - switch APPSDIR path to use forward slashes for kconfig-frontends. interpreters/ficl - Reorder some targets that causes GNUwin32 make to behave badly.
This commit is contained in:
parent
3f644f4184
commit
4143c8a985
2 changed files with 4 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ SRC_DEPPATH = --dep-path src
|
|||
VPATH = src:$(FICL_SUBDIR)
|
||||
|
||||
all: .built
|
||||
.PHONY: debug context depend clean distclean
|
||||
.PHONY: debug context depend clean distclean preconfig
|
||||
|
||||
$(AOBJS): %$(OBJEXT): %.S
|
||||
$(call ASSEMBLE, $<, $@)
|
||||
|
|
@ -113,6 +113,6 @@ distclean: clean
|
|||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
-include Make.dep
|
||||
.PHONY: preconfig
|
||||
preconfig:
|
||||
|
||||
-include Make.dep
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ REM )
|
|||
|
||||
REM Get the current directory
|
||||
SET APPSDIR=%cd%
|
||||
SET APPSDIR=%APPSDIR:\=/%
|
||||
|
||||
Echo # > %kconfig%
|
||||
Echo # For a description of the syntax of this configuration file, >> %kconfig%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue