All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add -x mode to include/install-sh; add build hints to doc/INSTALL.
@ 2009-06-02 21:44 Robert Herndon
  2009-06-03 16:43 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Herndon @ 2009-06-02 21:44 UTC (permalink / raw)
  To: xfs; +Cc: Robert Herndon


Signed-off-by: Robert Herndon <rherndon@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

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add -x mode to include/install-sh; add build hints to doc/INSTALL.
  2009-06-02 21:44 [PATCH] Add -x mode to include/install-sh; add build hints to doc/INSTALL Robert Herndon
@ 2009-06-03 16:43 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2009-06-03 16:43 UTC (permalink / raw)
  To: Robert Herndon; +Cc: xfs

Should be two separate patches/commits, please.

It would be useful to mention what package this is again in the
subject line:

	[PATCH] xfsprogs: add -x mode to include/install-sh
	[PATCH] xfsprogs: add build hints to doc/INSTALL

(also note that commit subject lines after the prefix are not
capitalized.

>  	# make install-dev
> +	[and optionally, for the development libraries and full headers;
> +         this is required to build xfstests]
> +	# make install-qa

It's not actually required anymore.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-03 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-02 21:44 [PATCH] Add -x mode to include/install-sh; add build hints to doc/INSTALL Robert Herndon
2009-06-03 16:43 ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.