From: Jarkko Hietaniemi Date: Tue, 24 Apr 2001 00:54:04 +0000 (+0000) Subject: Add make target "install-all" which is alias for "install" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=adbebc0b48cadbf7319b9fc2090fadc929baf733;p=p5sagit%2Fp5-mst-13.2.git Add make target "install-all" which is alias for "install" to cater for case-preserving filesystems like HFS+. p4raw-id: //depot/perl@9806 --- diff --git a/INSTALL b/INSTALL index dbf6cb5..4f5c039 100644 --- 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. diff --git a/Makefile.SH b/Makefile.SH index 7d4b87c..ed1dc69 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -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: