summaryrefslogtreecommitdiff
path: root/README.DOS.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-19 21:22:44 +0000
committerPaul Smith <psmith@gnu.org>2000-06-19 21:22:44 +0000
commit1200b07866d19c9959e88e0054728453a1264611 (patch)
tree32fb96cf9f4774e02ed385228361ad31cc4bb901 /README.DOS.template
parent267c9aad436e7c5ba2ad3f2fd18f73307bbeee94 (diff)
downloadmake-1200b07866d19c9959e88e0054728453a1264611.tar.gz
* Various fixes for problems in the 3.79.0.1 pretest.
Diffstat (limited to 'README.DOS.template')
-rw-r--r--README.DOS.template9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.DOS.template b/README.DOS.template
index 5218bb49..ac11d46f 100644
--- a/README.DOS.template
+++ b/README.DOS.template
@@ -95,6 +95,15 @@ To build from sources:
will also need GNU Fileutils and GNU Sed for this (they should
be available from the DJGPP sites).
+ By default, GNU make will install into your DJGPP installation
+ area. If you wish to use a different directory, override the
+ DESTDIR variable when invoking "make install", like this:
+
+ make install DESTDIR=c:/other/dir
+
+ This causes the make executable to be placed in c:/other/dir/bin,
+ the man pages in c:/other/dir/man, etc.
+
Without a Unix-style shell, you will have to install programs
and the docs manually. Copy make.exe to a directory on your
PATH, make.i* info files to your Info directory, and update the