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
@ -78,7 +78,7 @@ SRC_DEPPATH = --dep-path src
|
|||||||
VPATH = src:$(FICL_SUBDIR)
|
VPATH = src:$(FICL_SUBDIR)
|
||||||
|
|
||||||
all: .built
|
all: .built
|
||||||
.PHONY: debug context depend clean distclean
|
.PHONY: debug context depend clean distclean preconfig
|
||||||
|
|
||||||
$(AOBJS): %$(OBJEXT): %.S
|
$(AOBJS): %$(OBJEXT): %.S
|
||||||
$(call ASSEMBLE, $<, $@)
|
$(call ASSEMBLE, $<, $@)
|
||||||
@ -113,6 +113,6 @@ distclean: clean
|
|||||||
$(call DELFILE, Make.dep)
|
$(call DELFILE, Make.dep)
|
||||||
$(call DELFILE, .depend)
|
$(call DELFILE, .depend)
|
||||||
|
|
||||||
-include Make.dep
|
|
||||||
.PHONY: preconfig
|
|
||||||
preconfig:
|
preconfig:
|
||||||
|
|
||||||
|
-include Make.dep
|
||||||
|
@ -77,6 +77,7 @@ REM )
|
|||||||
|
|
||||||
REM Get the current directory
|
REM Get the current directory
|
||||||
SET APPSDIR=%cd%
|
SET APPSDIR=%cd%
|
||||||
|
SET APPSDIR=%APPSDIR:\=/%
|
||||||
|
|
||||||
Echo # > %kconfig%
|
Echo # > %kconfig%
|
||||||
Echo # For a description of the syntax of this configuration file, >> %kconfig%
|
Echo # For a description of the syntax of this configuration file, >> %kconfig%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user