From owner-svn-soc-all@FreeBSD.ORG Fri Jul 19 08:48:46 2013 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 575C981E for ; Fri, 19 Jul 2013 08:48:46 +0000 (UTC) (envelope-from dpl@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) by mx1.freebsd.org (Postfix) with ESMTP id 48CDAA23 for ; Fri, 19 Jul 2013 08:48:46 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6J8mkiQ095464 for ; Fri, 19 Jul 2013 08:48:46 GMT (envelope-from dpl@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.7/8.14.6/Submit) id r6J8mkmF095459 for svn-soc-all@FreeBSD.org; Fri, 19 Jul 2013 08:48:46 GMT (envelope-from dpl@FreeBSD.org) Date: Fri, 19 Jul 2013 08:48:46 GMT Message-Id: <201307190848.r6J8mkmF095459@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to dpl@FreeBSD.org using -f From: dpl@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r254944 - soc2013/dpl/head/lib/libz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 08:48:46 -0000 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