Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 08:27:08 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r254289 - in soc2013/dpl/head/usr.bin: bzip2 xz
Message-ID:  <201307070827.r678R8fL001779@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dpl
Date: Sun Jul  7 08:27:08 2013
New Revision: 254289
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=254289

Log:
  Cleaning bzip2 Makefile.
  

Modified:
  soc2013/dpl/head/usr.bin/bzip2/Makefile
  soc2013/dpl/head/usr.bin/xz/Makefile

Modified: soc2013/dpl/head/usr.bin/bzip2/Makefile
==============================================================================
--- soc2013/dpl/head/usr.bin/bzip2/Makefile	Sun Jul  7 08:19:38 2013	(r254288)
+++ soc2013/dpl/head/usr.bin/bzip2/Makefile	Sun Jul  7 08:27:08 2013	(r254289)
@@ -5,9 +5,6 @@
 
 PROG=	bzip2
 CFLAGS+= -D_FILE_OFFSET_BITS=64
-#TODO: Delete this.
-CFLAGS+= -fno-color-diagnostics
-CFLAGS+= -Wall -Werror -g
 
 WARNS?=	3
 

Modified: soc2013/dpl/head/usr.bin/xz/Makefile
==============================================================================
--- soc2013/dpl/head/usr.bin/xz/Makefile	Sun Jul  7 08:19:38 2013	(r254288)
+++ soc2013/dpl/head/usr.bin/xz/Makefile	Sun Jul  7 08:27:08 2013	(r254289)
@@ -41,6 +41,9 @@
 CFLAGS+=	-DHAVE_CONFIG_H \
 		-I${LZMALIBDIR} \
 		-I${XZDIR}/common
+#TODO: Delete this.
+CFLAGS+= -fno-color-diagnostics
+CFLAGS+= -Wall -Werror -g
 
 DPADD=	${LIBLZMA}
 LDADD=	-llzma



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