svn commit: lorikeet r563 - in trunk/heimdal: .

abartlet at samba.org abartlet at samba.org
Fri Oct 6 01:01:29 GMT 2006


Author: abartlet
Date: 2006-10-06 01:01:29 +0000 (Fri, 06 Oct 2006)
New Revision: 563

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=563

Log:
Don't set 'CFLAGS=-g' ever, as this could create massive binaries on
some systems.

The 'ed' script that commented this out caused us pain in
lorikeet-heimdal's SVN checkout, as it meant the updates caused
conflicts.

Andrew Bartlett


Modified:
   trunk/heimdal/configure.in
   trunk/heimdal/fix-export


Changeset:
Modified: trunk/heimdal/configure.in
===================================================================
--- trunk/heimdal/configure.in	2006-10-06 00:31:48 UTC (rev 562)
+++ trunk/heimdal/configure.in	2006-10-06 01:01:29 UTC (rev 563)
@@ -1,7 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_REVISION($Revision: 1.388 $)
 AC_PREREQ([2.59])
-#####################test -z "$CFLAGS" && CFLAGS="-g"
 AC_INIT([Lorikeet-Heimdal, Modified for Samba4],[0.8pre-samba],[samba-technical at samba.org])
 AC_CONFIG_SRCDIR([kuser/kinit.c])
 AC_CONFIG_HEADERS(include/config.h)

Modified: trunk/heimdal/fix-export
===================================================================
--- trunk/heimdal/fix-export	2006-10-06 00:31:48 UTC (rev 562)
+++ trunk/heimdal/fix-export	2006-10-06 01:01:29 UTC (rev 563)
@@ -27,11 +27,6 @@
 echo "$M"
 echo "$M" | sed -e 's/./*/g'
 
-ed -s configure.in << END
-/test -z/s,^,#,
-w
-q
-END
 autoreconf --force --install || exit 1
 (cd doc && makeinfo heimdal.texi)
 



More information about the samba-cvs mailing list