Date: Wed, 4 Jul 2012 13:00:49 +0000 (UTC) From: "Andrey V. Elsukov" <ae@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r238101 - in user/ae/bootcode/sys/boot/i386: libi386 loader Message-ID: <201207041300.q64D0nfa011844@svn.freebsd.org>
index | next in thread | raw e-mail
Author: ae Date: Wed Jul 4 13:00:48 2012 New Revision: 238101 URL: http://svn.freebsd.org/changeset/base/238101 Log: Remove unneeded flags, they are set by default in the common code. Modified: user/ae/bootcode/sys/boot/i386/libi386/Makefile user/ae/bootcode/sys/boot/i386/loader/Makefile Modified: user/ae/bootcode/sys/boot/i386/libi386/Makefile ============================================================================== --- user/ae/bootcode/sys/boot/i386/libi386/Makefile Wed Jul 4 12:59:20 2012 (r238100) +++ user/ae/bootcode/sys/boot/i386/libi386/Makefile Wed Jul 4 13:00:48 2012 (r238101) @@ -39,10 +39,6 @@ CFLAGS+= -DSMBIOS_LITTLE_ENDIAN_UUID .endif .endif -.if !defined(LOADER_NO_GPT_SUPPORT) -CFLAGS+= -DLOADER_GPT_SUPPORT -.endif - # Include simple terminal emulation (cons25-compatible) CFLAGS+= -DTERM_EMU Modified: user/ae/bootcode/sys/boot/i386/loader/Makefile ============================================================================== --- user/ae/bootcode/sys/boot/i386/loader/Makefile Wed Jul 4 12:59:20 2012 (r238100) +++ user/ae/bootcode/sys/boot/i386/loader/Makefile Wed Jul 4 13:00:48 2012 (r238101) @@ -50,12 +50,6 @@ CFLAGS+= -DLOADER_BZIP2_SUPPORT .if !defined(LOADER_NO_GZIP_SUPPORT) CFLAGS+= -DLOADER_GZIP_SUPPORT .endif -.if !defined(LOADER_NO_MBR_SUPPORT) -CFLAGS+= -DLOADER_MBR_SUPPORT -.endif -.if !defined(LOADER_NO_GPT_SUPPORT) -CFLAGS+= -DLOADER_GPT_SUPPORT -.endif .if defined(LOADER_NANDFS_SUPPORT) CFLAGS+= -DLOADER_NANDFS_SUPPORT .endifhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207041300.q64D0nfa011844>
