svn commit: r239067 - head/sys/boot/i386/loader

Andrey V. Elsukov ae at FreeBSD.org
Sun Aug 5 14:38:53 UTC 2012


Author: ae
Date: Sun Aug  5 14:38:53 2012
New Revision: 239067
URL: http://svn.freebsd.org/changeset/base/239067

Log:
  Remove unneeded flag.

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

Modified: head/sys/boot/i386/loader/Makefile
==============================================================================
--- head/sys/boot/i386/loader/Makefile	Sun Aug  5 14:37:48 2012	(r239066)
+++ head/sys/boot/i386/loader/Makefile	Sun Aug  5 14:38:53 2012	(r239067)
@@ -50,9 +50,6 @@ CFLAGS+=	-DLOADER_BZIP2_SUPPORT
 .if !defined(LOADER_NO_GZIP_SUPPORT)
 CFLAGS+=	-DLOADER_GZIP_SUPPORT
 .endif
-.if !defined(LOADER_NO_GPT_SUPPORT)
-CFLAGS+=	-DLOADER_GPT_SUPPORT
-.endif
 .if defined(LOADER_NANDFS_SUPPORT)
 CFLAGS+=	-DLOADER_NANDFS_SUPPORT
 .endif


More information about the svn-src-head mailing list