Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2007 01:36:27 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 129953 for review
Message-ID:  <200712020136.lB21aRwT026717@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129953

Change 129953 by gonzo@gonzo_jeeves on 2007/12/02 01:36:11

	o Do not override CFLAGS, otherwise all platform-specific stuff
	   (like endianess) would be lost.

Affected files ...

.. //depot/projects/mips2/src/usr.bin/fstat/zfs/Makefile#2 edit

Differences ...

==== //depot/projects/mips2/src/usr.bin/fstat/zfs/Makefile#2 (text+ko) ====

@@ -6,7 +6,7 @@
 OBJS=	zfs.o
 WARNS?=	1
 
-CFLAGS=-D_SOLARIS_C_SOURCE
+CFLAGS+=-D_SOLARIS_C_SOURCE
 CFLAGS+= -I${.CURDIR}/../../../sys/compat/opensolaris
 CFLAGS+= -I${.CURDIR}/../../../compat/opensolaris/include
 CFLAGS+= -I${.CURDIR}/../../../compat/opensolaris/lib/libumem



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