gnustandards-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustandards ChangeLog standards.texi


From: Karl Berry
Subject: gnustandards ChangeLog standards.texi
Date: Mon, 14 Sep 2009 18:33:23 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       09/09/14 18:33:23

Modified files:
        .              : ChangeLog standards.texi 

Log message:
        CC=gcc should be supported as an environment setting as well as a 
configure option

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.99&r2=1.100
http://cvs.savannah.gnu.org/viewcvs/gnustandards/standards.texi?cvsroot=gnustandards&r1=1.187&r2=1.188

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- ChangeLog   24 Jul 2009 18:44:41 -0000      1.99
+++ ChangeLog   14 Sep 2009 18:33:22 -0000      1.100
@@ -1,3 +1,8 @@
+2009-09-14  Karl Berry  <address@hidden>
+
+       * standards.texi (Configuration): Environment variables should be
+       supported for configure as well as options.
+
 2009-07-24  Karl Berry  <address@hidden>
 
        * maintain.texi (Web Pages): reorganize into subnodes.

Index: standards.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/standards.texi,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -b -r1.187 -r1.188
--- standards.texi      7 Jun 2009 18:06:29 -0000       1.187
+++ standards.texi      14 Sep 2009 18:33:23 -0000      1.188
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
address@hidden lastupdate June 7, 2009
address@hidden lastupdate September 14, 2009
 @c %**end of header
 
 @dircategory GNU organization
@@ -3948,7 +3948,7 @@
 CC=gcc ./configure
 @end example
 as it helps to recreate the same configuration later with
address@hidden
address@hidden  However, both methods should be supported.
 @end table
 
 All @code{configure} scripts should accept all of the ``detail''
@@ -4210,5 +4210,5 @@
 time-stamp-start: "@set lastupdate "
 time-stamp-end: "$"
 time-stamp-format: "%:b %:d, %:y"
-compile-command: "make just-standards"
+compile-command: "cd work.s && make"
 End:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]