[PATCH] Add -x mode to include/install-sh; add build hints to doc/INSTALL.

Robert Herndon rherndon at sgi.com
Tue Jun 2 16:44:40 CDT 2009


Signed-off-by: Robert Herndon <rherndon at sgi.com>
---
 doc/INSTALL        |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
 mode change 100644 => 100755 include/install-sh

diff --git a/doc/INSTALL b/doc/INSTALL
index 2ecbf6c..b3a7a3c 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -1,5 +1,5 @@
 This document describes how to configure and build the open source XFS
-commands and utilites ("xfsprogs") from source, and how to install and
+commands and utilities ("xfsprogs") from source, and how to install and
 run them.
 
 See the README file in the top level directory for details about how
@@ -42,8 +42,12 @@ Linux Instructions
 	# make
 	# su root
 	# make install
-	[and optionally, for the development libraries and headers]
+	[and optionally, for the development libraries and basic headers;
+         this is required to build xfsdump and dmapi]
 	# make install-dev
+	[and optionally, for the development libraries and full headers;
+         this is required to build xfstests]
+	# make install-qa
 
    Note that there are so many "install" variants out there that we
    wrote our own script (see "install-sh" in the top level directory).
@@ -98,7 +102,8 @@ Mac OS X Instructions
 	$ make
 	$ su root
 	# make install
-	[and optionally, for the development libraries and headers]
+	[and optionally, for the development libraries and headers;
+         this is required to build xfsdump and dmapi]
 	# make install-dev
 
 
diff --git a/include/install-sh b/include/install-sh
old mode 100644
new mode 100755
-- 
1.5.4.rc3




More information about the xfs mailing list