diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-12 16:03:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-12 16:03:01 +0000 |
commit | 4f14f060c79ea5c96a1fccd279b67b9aa2308427 (patch) | |
tree | 7165d66b6c0dc51e80da6036c54b9a4360a6debd /msdos | |
parent | 659d3b439c911daaf4af01c63ba09863b800c8ca (diff) | |
download | emacs-4f14f060c79ea5c96a1fccd279b67b9aa2308427.tar.gz |
*** empty log message ***
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/mainmake.v2 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 5fa9b3e2dd0..9477c2342f0 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -42,6 +42,10 @@ lib-src: FRC src: FRC cd src $(MAKE) + cd .. + +gdb: src + cd src redir -o gdb.tmp sed \ -e '/-geometry/s,^.*,set environment HOME $(topdir),' \ -e '/environment *TERM/s/^.*/set environment TERM internal/' \ @@ -54,9 +58,12 @@ src: FRC cd .. install: all - if not exist bin\\nul md bin + -md bin cd lib-src - for %%p in (hexl.exe etags.exe ctags.exe b2m.exe) do if exist %%p mv -f %%p ../bin/ + -copy hexl.exe ..\\bin + -copy etags.exe ..\\bin + -copy ctags.exe ..\\bin + -copy b2m.exe ..\\bin cd .. cd src stubify emacs |