Fixed typo in Makefile.am which left out xfs, md5cyrpt, serial support and hercules support

This commit is contained in:
jthomas 2002-02-04 04:55:48 +00:00
parent 7cb0e801d5
commit 60ea787e84
3 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2002-02-04 Jason Thomas <jason@topic.com.ah>
From Denis Kitzman <dkitzman@blue.weeg.uiowa.edu>:
* stage2/Makefile.am (libgrub_a_CFLAGS): Fixed a typo.
FSYS_XFS, USE_MD5_PASSWORDS, SUPPORT_SERIAL, and
SUPPORT_HERCULES did not get defined.
2002-01-20 Yoshinori K. Okuji <okuji@gnu.org>
* util/grub-image.in: Check stage2 instead of stage2.c to

View file

@ -20,7 +20,7 @@ libgrub_a_SOURCES = boot.c builtins.c common.c char_io.c cmdline.c \
fsys_xfs.c stage2.c md5.c
libgrub_a_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/lib \
-DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 \
-DFSYS_JFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1
-DFSYS_JFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 \
-DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 \
-DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -fwritable-strings

View file

@ -113,7 +113,9 @@ libgrub_a_SOURCES = boot.c builtins.c common.c char_io.c cmdline.c \
libgrub_a_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/lib \
-DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 \
-DFSYS_JFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1
-DFSYS_JFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 \
-DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 \
-DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -fwritable-strings
EXTRA_PROGRAMS = nbloader.exec pxeloader.exec diskless.exec
@ -2572,8 +2574,6 @@ uninstall-am: uninstall-info-am uninstall-pkgdataDATA
mostlyclean mostlyclean-compile mostlyclean-generic tags \
uninstall uninstall-am uninstall-info-am uninstall-pkgdataDATA
-DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 \
-DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -fwritable-strings
stage2_size.h: pre_stage2
-rm -f stage2_size.h