PERFORCE change 129953 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Dec 1 17:36:28 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=129953

Change 129953 by gonzo at 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


More information about the p4-projects mailing list