# HG changeset patch # User Eli Zaretskii # Date 982331823 0 # Node ID 53ca0e322e9e3b76df0ecd640e1c0184cacdf1cb # Parent e6572f8d3aa8a4584a599bdad37af437d5a6b314 List additional utilities required on MS-DOS to run lisp/Makefile. diff -r e6572f8d3aa8 -r 53ca0e322e9e INSTALL --- a/INSTALL Fri Feb 16 13:49:36 2001 +0000 +++ b/INSTALL Fri Feb 16 13:57:03 2001 +0000 @@ -773,6 +773,14 @@ (see below) will test for these utilities and will refuse to continue if any of them isn't found. +Recompiling Lisp files in the `lisp' subdirectory using the various +targets in the lisp/Makefile file requires additional utilities: +`find' and `xargs' (from Findutils), `touch' (from Fileutils) GNU +`echo' and `test' (from Sh-utils), `tr, `sort', and `uniq' (from +Textutils), and a port of Bash. However, you should not normally need +to run lisp/Makefile, as all the Lisp files are distributed in +byte-compiled form as well. + If you are building the MSDOG version of Emacs on an MSDOG-like system which supports long file names (e.g. Windows 95), you need to make sure that long file names are handled consistently both when you