diff options
| author | Eli Zaretskii | 2003-08-31 16:44:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2003-08-31 16:44:25 +0000 |
| commit | bbc2d90e8c8343a5274d3a22f3436f7d8452a403 (patch) | |
| tree | 6096fceb6702859a3df947bb36213c090b219b0b /msdos | |
| parent | bb61abb8a10b460c78483cc802277a5d2b36ad92 (diff) | |
| download | emacs-bbc2d90e8c8343a5274d3a22f3436f7d8452a403.tar.gz emacs-bbc2d90e8c8343a5274d3a22f3436f7d8452a403.zip | |
(srcdir): Use "command.com /c cd" to produce an
absolute file name of the current working directory. This avoids
the warning from Make about circular dependencies.
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 6 | ||||
| -rw-r--r-- | msdos/sed3v2.inp | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 9cce78fa303..dc4772ec98c 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2003-08-31 Eli Zaretskii <eliz@elta.co.il> | ||
| 2 | |||
| 3 | * sed3v2.inp (srcdir): Use "command.com /c cd" to produce an | ||
| 4 | absolute file name of the current working directory. This avoids | ||
| 5 | the warning from Make about circular dependencies. | ||
| 6 | |||
| 1 | 2003-08-30 Eli Zaretskii <eliz@elta.co.il> | 7 | 2003-08-30 Eli Zaretskii <eliz@elta.co.il> |
| 2 | 8 | ||
| 3 | * sedlisp.inp: Set FNCASE=y for all targets in the lisp directory, | 9 | * sedlisp.inp: Set FNCASE=y for all targets in the lisp directory, |
diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp index c856ad77ae6..0390ee39e01 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | /^archlibdir *=/s!=.*$!=/emacs/bin! | 24 | /^archlibdir *=/s!=.*$!=/emacs/bin! |
| 25 | /^bindir *=/s!=.*$!=/emacs/bin! | 25 | /^bindir *=/s!=.*$!=/emacs/bin! |
| 26 | /^libdir *=/s!=.*$!=/emacs/bin! | 26 | /^libdir *=/s!=.*$!=/emacs/bin! |
| 27 | /^srcdir *=/s!=.*$!=.! | 27 | /^srcdir=/s!srcdir=@srcdir@!srcdir := $(subst \\,/,$(shell command.com /c cd))! |
| 28 | /^VPATH *=/s!=.*$!=.! | 28 | /^VPATH *=/s!=.*$!=.! |
| 29 | /^CFLAGS *=/s!=.*$!=-O2 -g! | 29 | /^CFLAGS *=/s!=.*$!=-O2 -g! |
| 30 | /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! | 30 | /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! |