Mailing List Archive

cvs commit: apache-1.3 INSTALL
rse 98/04/27 04:02:45

Modified: . INSTALL
Log:
Add note for package authors about "make install-quiet root=/tmp/apache-root"

Revision Changes Path
1.19 +9 -0 apache-1.3/INSTALL

Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache-1.3/INSTALL,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- INSTALL 1998/04/23 03:49:59 1.18
+++ INSTALL 1998/04/27 11:02:44 1.19
@@ -296,6 +296,15 @@
prefix _only_, i.e. no other stuff from your system is touched. Even if
you upgrade an existing installation your configuration files in
PREFIX/etc/ are preserved.
+
+ Note for package authors:
+
+ To simplify rolling a package tarball from the installed files APACI
+ provides a way to override the installation root for the install step.
+ Additionally you can get rid of the user message at the end of the
+ installation process by using the `install-quiet' target. Example:
+
+ $ make install-quiet root=/tmp/apache-root

6. Testing the package
-------------------