Author: rfm
Date: Thu May 19 12:31:25 2016
New Revision: 39785
URL: http://svn.gna.org/viewcvs/gnustep?rev=39785&view=rev
Log:
try to clarify usage a little
Modified:
tools/make/trunk/Documentation/gnustep-config.1
tools/make/trunk/gnustep-config.in
tools/make/trunk/rules.make
Modified: tools/make/trunk/Documentation/gnustep-config.1
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Documentation/gnustep-config.1?rev=39785&r1=39784&r2=39785&view=diff
==============================================================================
--- tools/make/trunk/Documentation/gnustep-config.1 (original)
+++ tools/make/trunk/Documentation/gnustep-config.1 Thu May 19 12:31:25 2016
@@ -10,7 +10,10 @@
.RB | \-\-objc-flags | \-\-objc-libs | \-\-base-libs | \-\-gui-libs " ]"
.SH DESCRIPTION
.B gnustep-config
-can print information about the currently installed GNUstep system. It can
output dependend on the options used the different flags used for compilation,
but also the different internal variables used by the make system.
+can print information about the currently installed GNUstep system. Output
+is generated dynamically based on environment variables such as
+GNUSTEP_CONFIG_FILE and GNUSTEP_MAKEFILES,
+though default values for these are generated when the tool is
configured/installed. Output is primarily the locations in which various
GNUstep resources are installed, but also provide flags used to build differnt
types of GNUstep project.
.SH OPTIONS
.TP
.BI \-\-variable= variable
Modified: tools/make/trunk/gnustep-config.in
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/gnustep-config.in?rev=39785&r1=39784&r2=39785&view=diff
==============================================================================
--- tools/make/trunk/gnustep-config.in (original)
+++ tools/make/trunk/gnustep-config.in Thu May 19 12:31:25 2016
@@ -2,9 +2,10 @@
#
# @configure_input@
#
-# Script that outputs GNUstep filesystem configuration; can
-# be used by non-gnustep-make building/config systems to know
-# how GNUstep is configured on this machine
+# Script that outputs GNUstep filesystem configuration; Primarily to
+# provide information about the default/current GNUstep installation,
+# but may be used by non-gnustep-make building/config systems to ask
+# gnustep-make how GNUstep is configured on this machine
#
# Copyright (C) 2007 Free Software Foundation, Inc.
#
Modified: tools/make/trunk/rules.make
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/rules.make?rev=39785&r1=39784&r2=39785&view=diff
==============================================================================
--- tools/make/trunk/rules.make (original)
+++ tools/make/trunk/rules.make Thu May 19 12:31:25 2016
@@ -739,7 +739,7 @@
print-gnustep-make-help:
@(cat $(GNUSTEP_MAKEFILES)/gnustep-make-help | sed -e '/^#.*/d' -e
's/_MAKE_/$(notdir $(MAKE))/')
-# These targets are used by gnustep-config to allow people to get
+# These targets are used by gnustep-config to allow people to see the
# basic compilation/link flags for GNUstep ObjC code.
# Flags used when compiling ObjC
@@ -762,7 +762,7 @@
@(echo $(GNUSTEP_INSTALLATION_DOMAIN))
# These targets are used if gnustep-config can't be found but GNUSTEP_MAKEFILES
-# is defined ... they's let you get libraries and their headers (eg libobjc2)
+# is defined ... they let you get libraries and their headers (eg libobjc2)
# installed in the right place.
print-gnustep-install-headers:
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs