2008-02-04 Bean <bean123ch@gmail.com>
* Makefile.in (enable_grub_fstest): New variable. * conf/common.rmk (grub_fstest_init.lst): New rule. (grub_fstest_init.h): Likewise. (grub_fstest_init.c): Likewise. (util/grub-fstest.c_DEPENDENCIES): New variable. (grub_fstest_SOURCES): Likewise. * configure.ac (enable_grub_fstest): Check for --enable-grub-fstest. * util/grub-fstest.c: New file.
This commit is contained in:
parent
bf567c5067
commit
99fadbaafd
7 changed files with 790 additions and 1 deletions
|
@ -320,6 +320,11 @@ AC_ARG_ENABLE([grub-emu],
|
|||
[fi]
|
||||
AC_SUBST([enable_grub_emu])
|
||||
|
||||
AC_ARG_ENABLE([grub-fstest],
|
||||
[AS_HELP_STRING([--enable-grub-fstest],
|
||||
[build and install the `grub-fstest' debugging utility])])
|
||||
AC_SUBST([enable_grub_fstest])
|
||||
|
||||
# Output files.
|
||||
AC_CONFIG_LINKS([include/grub/cpu:include/grub/$target_cpu
|
||||
include/grub/machine:include/grub/$target_cpu/$platform])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue