svn commit: r272249 - head/sys/boot/i386/boot2

Takahashi Yoshihiro nyan at FreeBSD.org
Sun Sep 28 12:12:55 UTC 2014


Author: nyan
Date: Sun Sep 28 12:12:54 2014
New Revision: 272249
URL: http://svnweb.freebsd.org/changeset/base/272249

Log:
  Remove extra '\'.

Modified:
  head/sys/boot/i386/boot2/Makefile

Modified: head/sys/boot/i386/boot2/Makefile
==============================================================================
--- head/sys/boot/i386/boot2/Makefile	Sun Sep 28 11:32:46 2014	(r272248)
+++ head/sys/boot/i386/boot2/Makefile	Sun Sep 28 12:12:54 2014	(r272249)
@@ -37,7 +37,7 @@ CFLAGS=	-Os \
 	-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
 	-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
 	-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
-	-Winline \
+	-Winline
 
 CFLAGS.gcc+=	-fno-guess-branch-probability \
 		-fno-unit-at-a-time \


More information about the svn-src-all mailing list