From f726ca161c2617a400ce3823926813134ace287e Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 11 Feb 2022 20:19:34 +0800 Subject: Fix the DJGPP port * config.bat: * msdos/sed1v2.inp: * msdos/sedlibmk.inp: Update for present Emacs. * src/Makefile.in (MAKE_PDUMPER_FINGERPRINT): Fix indentation to not confuse sed*.inp. * src/conf_post.h [MSDOS]: Define some things gnulib wants. --- config.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.bat') diff --git a/config.bat b/config.bat index 29742eec52b..d647ad5e679 100644 --- a/config.bat +++ b/config.bat @@ -310,6 +310,9 @@ rm -f makefile.tmp sed -f ../msdos/sedlibcf.inp < gnulib.mk-in > gnulib.tmp sed -f ../msdos/sedlibmk.inp < gnulib.tmp > gnulib.mk rm -f gnulib.tmp +Rem Create directorys in lib/ that MKDIR_P is supposed to create +Rem but I have no idea how to do that on MS-DOS. +mkdir lib\sys Rem Create .d files for new files in lib/ and lib/malloc/ If Not Exist deps\stamp mkdir deps for %%f in (*.c) do @call ..\msdos\depfiles.bat %%f -- cgit v1.2.3