Sun Jul 2 19:12:36 CEST 2006 Jochen Eisinger <coffee@silcnet.org>
authorJochen Eisinger <coffee@silcnet.org>
Sun, 2 Jul 2006 17:13:23 +0000 (17:13 +0000)
committerJochen Eisinger <coffee@silcnet.org>
Sun, 2 Jul 2006 17:13:23 +0000 (17:13 +0000)
* Make gmake the default for autodist, so I can properly work
  on otaku.  Affected files README.DIST, distdir/autodist.conf

CHANGES
README.DIST
distdir/autodist.conf

diff --git a/CHANGES b/CHANGES
index 19177fa1ed6507ebcc2025b6b0da6ee28373d7ac..408b8b5e617f3389309dd7d74e10db38c29efc12 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Sun Jul  2 19:12:36 CEST 2006  Jochen Eisinger <coffee@silcnet.org>
+
+       * Make gmake the default for autodist, so I can properly work
+         on otaku.  Affected files README.DIST, distdir/autodist.conf
+
 Fri Jan  6 13:08:15 CET 2006 Jochen Eisinger <coffee@silcnet.org>
 
        * Fixed more autodist issues.  Affected file doc/Makefile.ad,
index a2942501957a1ad683e1075c92767649e319006a..fb08e833ae85931d951be881762d52987a72cc17 100644 (file)
@@ -71,6 +71,9 @@ directories.  Make sure they are not compiled and does not include any
 extra files.  If you haven't compiled them after the CVS checkout, they do
 not include any extra files.
 
+NOTE: The default make command use by autodist is gmake. You can change
+this by editing distdir/autodist.conf.
+
 NOTE for 'toolkit' distribution:  Running ./configure for toolkit 
 distribution is not necessary.  Toolkit is packaged simply by giving 
 command:
index 8a279ae8c746a3a4a1aaab74efd70451c2023bcb..22cc82ba5fb2f7d36b8724ec16791975255ef021 100644 (file)
@@ -46,4 +46,4 @@ LIBTOOLIZE="libtoolize --automake --copy"
 # Location of the make program.  This must be specified in order to be 
 # able to create distributions.
 #
-MAKE="make"
+MAKE="gmake"