Add make target "install-all" which is alias for "install"
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 24 Apr 2001 00:54:04 +0000 (00:54 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 24 Apr 2001 00:54:04 +0000 (00:54 +0000)
to cater for case-preserving filesystems like HFS+.

p4raw-id: //depot/perl@9806

INSTALL
Makefile.SH

diff --git a/INSTALL b/INSTALL
index dbf6cb5..4f5c039 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -42,8 +42,13 @@ on the platform.  If that's not okay with you, use
        make test
        make install
 
-For information on non-Unix systems, see the section on
-L<"Porting information"> below.
+For information on non-Unix systems, see the section on L<"Porting
+information"> below.
+
+If "make install" just says "`install' is up to date" or something
+similar, you may be on case-preserving filesystems such as Mac's HFS+
+and you should say "make install-all".  (This confusion brought to you
+by the Perl distribution having a file called INSTALL.)
 
 If you have problems, corrections, or questions, please see
 L<"Reporting Problems"> below.
index 7d4b87c..ed1dc69 100644 (file)
@@ -606,7 +606,7 @@ extra.pods: miniperl
 install-strip:
        $(MAKE) STRIPFLAGS=-s install
 
-install:
+install install-all:
        $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS)
 
 install-verbose: