summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorHans Rosenfeld <rosenfeld@grumpf.hope-2000.org>2016-02-29 18:09:41 +0100
committerHans Rosenfeld <hans.rosenfeld@nexenta.com>2016-03-16 12:43:26 +0100
commit621be8d08fd45483b5ca1cb8e2e88239f1502b4d (patch)
tree633c9dc82e728db475c10ea903d877890e8e619f /usr/src
parent5a4ef21a18dfdc65328821a265582d03e85a97c9 (diff)
downloadillumos-joyent-621be8d08fd45483b5ca1cb8e2e88239f1502b4d.tar.gz
6716 eliminate remaining unused filesystems from GRUB
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/grub/grub-0.97/stage2/Makefile.solaris15
1 files changed, 8 insertions, 7 deletions
diff --git a/usr/src/grub/grub-0.97/stage2/Makefile.solaris b/usr/src/grub/grub-0.97/stage2/Makefile.solaris
index a9440da2b8..7863b5afe3 100644
--- a/usr/src/grub/grub-0.97/stage2/Makefile.solaris
+++ b/usr/src/grub/grub-0.97/stage2/Makefile.solaris
@@ -17,23 +17,24 @@ include ../Makefile.solaris.defs
INCLUDES = -I. -I.. -I../stage1 -I../netboot
LIBS =
-FSYS_CFLAGS = -DFSYS_UFS=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 \
- -DFSYS_ZFS=1 -DFSYS_UFS2=1 -DFSYS_ISO9660=1 \
+FSYS_CFLAGS = -DFSYS_UFS=1 -DFSYS_FAT=1 \
+ -DFSYS_ZFS=1 -DFSYS_ISO9660=1 \
-DUSE_MD5_PASSWORDS=1
$(STAGE2_NETBOOT)TFTP_CFLAGS = -DFSYS_TFTP=1
$(OPTION_FS)FSYS_CFLAGS += -DFSYS_MINIX=1 -DFSYS_JFS=1 -DFSYS_XFS=1 \
- -DSYS_VSTAFS=1 -DFSYS_FFS=1 -DFSYS_REISERFS=1
-
+ -DSYS_VSTAFS=1 -DFSYS_FFS=1 -DFSYS_REISERFS=1 \
+ -DFSYS_EXT2FS=1 -DFSYS_UFS2=1
GRAPHICS_CFLAGS = -DSUPPORT_GRAPHICS=1
# HERCULES_CFLAGS = -DSUPPORT_HERCULES=1
NETBOOT_CFLAGS = -DSUPPORT_NETBOOT=1
SERIAL_CFLAGS = -DSUPPORT_SERIAL=1
GRUB_CFLAGS = -O2 -I../lib -DGRUB_UTIL=1 \
- -DFSYS_ISO9660=1 -DFSYS_ZFS=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 \
- -DFSYS_UFS=1 -DFSYS_UFS2=1 \
+ -DFSYS_ISO9660=1 -DFSYS_ZFS=1 -DFSYS_FAT=1 \
+ -DFSYS_UFS=1 \
-DUSE_MD5_PASSWORDS=1 -DSUPPORT_SERIAL=1
$(OPTION_FS)GRUB_CFLAGS += -DFSYS_MINIX=1 -DFSYS_JFS=1 -DFSYS_XFS=1 \
- -DSYS_VSTAFS=1 -DFSYS_FFS=1 -DFSYS_REISERFS=1
+ -DSYS_VSTAFS=1 -DFSYS_FFS=1 -DFSYS_REISERFS=1 \
+ -DFSYS_EXT2FS=1 -DFSYS_UFS2=1
# GRUB_CFLAGS += -DSUPPORT_HERCULES=1
STAGE1_5_CFLAGS = $(STAGE2_CFLAGS) -DNO_DECOMPRESSION=1 -DSTAGE1_5=1
STAGE2_CFLAGS = -Os -fno-builtin -nostdinc \