diff options
| author | Po Lu | 2022-08-18 14:24:30 +0800 |
|---|---|---|
| committer | Po Lu | 2022-08-18 14:24:43 +0800 |
| commit | 9f26a8d31b1c7e6a596ca0933f327df5ac60463d (patch) | |
| tree | 631b12d0705af4489bb3a7ccf163a8504b737db5 | |
| parent | 7406ae4c98fdbf9ea53444defcc75ee75e7e2668 (diff) | |
| download | emacs-9f26a8d31b1c7e6a596ca0933f327df5ac60463d.tar.gz emacs-9f26a8d31b1c7e6a596ca0933f327df5ac60463d.zip | |
Fix the MS-DOS build
* config.bat: Generate stdckdint.in.h
* msdos/sedlibmk.inp (STDCKDINT_H)
(GL_GENERATE_STDCKDINT_H_CONDITION): Update these variables too.
| -rw-r--r-- | config.bat | 1 | ||||
| -rw-r--r-- | msdos/sedlibmk.inp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config.bat b/config.bat index e9a180c8eed..4adc477bc95 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -301,6 +301,7 @@ If Exist sys_time.in.h update sys_time.in.h sys_time.in-h | |||
| 301 | If Exist sys_types.in.h update sys_types.in.h sys_types.in-h | 301 | If Exist sys_types.in.h update sys_types.in.h sys_types.in-h |
| 302 | If Exist time.in.h update time.in.h time.in-h | 302 | If Exist time.in.h update time.in.h time.in-h |
| 303 | If Exist unistd.in.h update unistd.in.h unistd.in-h | 303 | If Exist unistd.in.h update unistd.in.h unistd.in-h |
| 304 | If Exist stdckdint.in.h update stdckdint.in.h stdckdint.in-h | ||
| 304 | If Exist gnulib.mk.in update gnulib.mk.in gnulib.mk-in | 305 | If Exist gnulib.mk.in update gnulib.mk.in gnulib.mk-in |
| 305 | Rem Only repository has the msdos/autogen directory | 306 | Rem Only repository has the msdos/autogen directory |
| 306 | If Exist Makefile.in sed -f ../msdos/sedlibcf.inp < Makefile.in > makefile.tmp | 307 | If Exist Makefile.in sed -f ../msdos/sedlibcf.inp < Makefile.in > makefile.tmp |
diff --git a/msdos/sedlibmk.inp b/msdos/sedlibmk.inp index 9847e710c0f..79430bbaf1d 100644 --- a/msdos/sedlibmk.inp +++ b/msdos/sedlibmk.inp | |||
| @@ -333,6 +333,7 @@ s/@PACKAGE@/emacs/ | |||
| 333 | /^LIMITS_H *=/s/@[^@\n]*@/limits.h/ | 333 | /^LIMITS_H *=/s/@[^@\n]*@/limits.h/ |
| 334 | /^IEEE754_H *=/s/@[^@\n]*@/ieee754.h/ | 334 | /^IEEE754_H *=/s/@[^@\n]*@/ieee754.h/ |
| 335 | /^STDALIGN_H *=/s/@[^@\n]*@/stdalign.h/ | 335 | /^STDALIGN_H *=/s/@[^@\n]*@/stdalign.h/ |
| 336 | /^STDCKDINT_H *=/s/@[^@\n]*@/stdckdint.h/ | ||
| 336 | /^STDDEF_H *=/s/@[^@\n]*@/stddef.h/ | 337 | /^STDDEF_H *=/s/@[^@\n]*@/stddef.h/ |
| 337 | /^STDINT_H *=/s/@[^@\n]*@/stdint.h/ | 338 | /^STDINT_H *=/s/@[^@\n]*@/stdint.h/ |
| 338 | /^SYS_TIME_H_DEFINES_STRUCT_TIMESPEC *=/s/@[^@\n]*@/0/ | 339 | /^SYS_TIME_H_DEFINES_STRUCT_TIMESPEC *=/s/@[^@\n]*@/0/ |
| @@ -424,6 +425,7 @@ s/= @GL_GENERATE_LIMITS_H_CONDITION@/= / | |||
| 424 | s/= @GL_GENERATE_GMP_H_CONDITION@/= 1/ | 425 | s/= @GL_GENERATE_GMP_H_CONDITION@/= 1/ |
| 425 | s/= @GL_GENERATE_GMP_GMP_H_CONDITION@/= / | 426 | s/= @GL_GENERATE_GMP_GMP_H_CONDITION@/= / |
| 426 | s/= @GL_GENERATE_MINI_GMP_H_CONDITION@/= 1/ | 427 | s/= @GL_GENERATE_MINI_GMP_H_CONDITION@/= 1/ |
| 428 | s/= @GL_GENERATE_STDCKDINT_H_CONDITION@/= 1/ | ||
| 427 | s/= @GL_COND_OBJ_STDIO_READ_CONDITION@/= / | 429 | s/= @GL_COND_OBJ_STDIO_READ_CONDITION@/= / |
| 428 | s/= @GL_COND_OBJ_STDIO_WRITE_CONDITION@/= / | 430 | s/= @GL_COND_OBJ_STDIO_WRITE_CONDITION@/= / |
| 429 | s/\$\(MKDIR_P\) malloc// | 431 | s/\$\(MKDIR_P\) malloc// |