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:
Jeff 2017-07-06 14:07:17 -06:00 committed by Gregory Nutt
parent 3f644f4184
commit 4143c8a985
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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%