Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2013 08:48:46 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r254944 - soc2013/dpl/head/lib/libz
Message-ID:  <201307190848.r6J8mkmF095459@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dpl
Date: Fri Jul 19 08:48:46 2013
New Revision: 254944
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=254944

Log:
  Changed Makefile so that we can make without problems under acme.
  

Modified:
  soc2013/dpl/head/lib/libz/Makefile

Modified: soc2013/dpl/head/lib/libz/Makefile
==============================================================================
--- soc2013/dpl/head/lib/libz/Makefile	Fri Jul 19 08:46:33 2013	(r254943)
+++ soc2013/dpl/head/lib/libz/Makefile	Fri Jul 19 08:48:46 2013	(r254944)
@@ -13,7 +13,8 @@
 #           -Wstrict-prototypes -Wmissing-prototypes
 
 CFLAGS+=	-DHAS_snprintf -DHAS_vsnprintf -I${.CURDIR}
-
+#TODEL
+CFLAGS+= -Wall -g -fno-color-output
 WARNS?=		3
 
 CLEANFILES+=	example.o example foo.gz minigzip.o minigzip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307190848.r6J8mkmF095459>