building: belated docs update: GNU make is required, not recommended
authorDan Winship <danw@gnome.org>
Wed, 20 Nov 2013 14:31:20 +0000 (09:31 -0500)
committerDan Winship <danw@gnome.org>
Wed, 20 Nov 2013 21:30:43 +0000 (16:30 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=710519

INSTALL.in
docs/reference/glib/building.xml

index 27a7c1a..8cc3ae8 100644 (file)
@@ -21,7 +21,7 @@ information.) Information about pkg-config can be found at:
 
   http://www.freedesktop.org/software/pkgconfig/
 
-GNU make (http://www.gnu.org/software/make) is also recommended.
+GNU make (http://www.gnu.org/software/make) is also required.
 
 In order to implement conversions between character sets,
 GLib requires an implementation of the standard iconv() routine.
index ecb9458..079db8d 100644 (file)
       </listitem>
       <listitem>
         <para>
-          The GTK+ makefiles will mostly work with different versions
-          of <command>make</command>, however, there tends to be
-          a few incompatibilities, so the GTK+ team recommends
-          installing <ulink url="http://www.gnu.org/software/make">GNU
-          make</ulink> if you don't already have it on your system
-          and using it. (It may be called <command>gmake</command>
-          rather than <command>make</command>.)
+          The GLib Makefiles make use of several features specific to
+          <ulink url="http://www.gnu.org/software/make">GNU
+          make</ulink>, and will not build correctly with other
+          versions of <command>make</command>. You will need to
+          install it if you don't already have it on your system. (It
+          may be called <command>gmake</command> rather than
+          <command>make</command>.)
         </para>
       </listitem>
     </itemizedlist>