e1fd193905
* autogen.sh: Create symlinks to ${GRUB_CONTRIB} if necessary to avoid confusing Automake. Run autogen only twice, once for the top level and once for grub-core. Add Makefile.util.def and Makefile.core.def from extra modules to the appropriate autogen invocations. If Makefile.common exists in an extra module, include it in both Makefile.util.am and grub-core/Makefile.core.am; similarly, include any Makefile.util.common file in Makefile.util.am and any Makefile.core.common file in grub-core/Makefile.core.am. * conf/Makefile.common ($(top_srcdir)/grub-core/Makefile.core.am): Depend on $(top_srcdir)/grub-core/Makefile.gcry.def. ($(top_srcdir)/grub-core/Makefile.gcry.def): Remove. * grub-core/Makefile.am: Remove inclusion of Makefile.gcry.am. * gentpl.py (gvar_add): Turn GVARS into a set. (global_variable_initializers): Sort global variables on output. (vars_init): New function. (first_time): Likewise. (library): Ensure that non-global variable initialisations are emitted before the first time we emit code for a library block. Append to variables rather than setting them. Only emit noinst_LIBRARIES, BUILT_SOURCES, and CLEANFILES the first time for each conditional path. (program): installdir() emits an Autogen macro, so must be passed to var_add rather than gvar_add. (data): Likewise. (script): Likewise. (rules): New function, centralising handling for different target types. Set up Guile association lists for first_time and vars_init, and send most output to a diversion so that variable initialisations can be emitted first. (module_rules): Use new rules function. (kernel_rules): Likewise. (image_rules): Likewise. (library_rules): Likewise. (program_rules): Likewise. (script_rules): Likewise. (data_rules): Likewise. * configure.ac: Add AC_PROG_LN_S, for the benefit of ntldr-img. * .bzrignore: Add contrib and grub-core/contrib. Remove grub-core/Makefile.gcry.am.
135 lines
2 KiB
Text
135 lines
2 KiB
Text
00_header
|
|
10_*
|
|
20_linux_xen
|
|
30_os-prober
|
|
40_custom
|
|
41_custom
|
|
*.1
|
|
*.8
|
|
aclocal.m4
|
|
ascii.bitmaps
|
|
ascii.h
|
|
autom4te.cache
|
|
build_env.mk
|
|
.bzrignore
|
|
config.cache
|
|
config.guess
|
|
config.h
|
|
config-util.h
|
|
config-util.h.in
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
DISTLIST
|
|
docs/*.info
|
|
docs/stamp-vti
|
|
docs/version.texi
|
|
*.elf
|
|
*.exec
|
|
genkernsyms.sh
|
|
gensymlist.sh
|
|
gentrigtables
|
|
grub-bin2h
|
|
grub-dumpbios
|
|
grub-editenv
|
|
grub-emu
|
|
grub_emu_init.c
|
|
grub_emu_init.h
|
|
grub-fstest
|
|
grub_fstest_init.c
|
|
grub_fstest_init.h
|
|
grub-install
|
|
grub-kbdcomp
|
|
grub-macho2img
|
|
grub-menulst2cfg
|
|
grub-mk*
|
|
grub-pbkdf2
|
|
grub-pe2elf
|
|
grub-probe
|
|
grub_probe_init.c
|
|
grub_probe_init.h
|
|
grub-reboot
|
|
grub-script-check
|
|
grub_script_check_init.c
|
|
grub_script_check_init.h
|
|
grub_script.tab.c
|
|
grub_script.tab.h
|
|
grub_script.yy.c
|
|
grub_script.yy.h
|
|
grub-set-default
|
|
grub-setup
|
|
grub_setup_init.c
|
|
grub_setup_init.h
|
|
grub-shell
|
|
grub-shell-tester
|
|
*.img
|
|
*.image
|
|
include/grub/cpu
|
|
include/grub/machine
|
|
install-sh
|
|
lib/libgcrypt-grub
|
|
libgrub_a_init.c
|
|
*.lst
|
|
*.marker
|
|
Makefile
|
|
*.mod
|
|
mod-*.c
|
|
missing
|
|
*.pf2
|
|
*.pp
|
|
po/*.mo
|
|
po/grub.pot
|
|
stamp-h
|
|
stamp-h1
|
|
stamp-h.in
|
|
symlist.c
|
|
symlist.h
|
|
trigtables.c
|
|
update-grub_lib
|
|
unidata.c
|
|
Makefile.in
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
Makefile.tpl
|
|
compile
|
|
depcomp
|
|
mdate-sh
|
|
texinfo.tex
|
|
grub-core/lib/libgcrypt-grub
|
|
**/.deps
|
|
**/.deps-util
|
|
**/.deps-core
|
|
**/.dirstamp
|
|
Makefile.util.am
|
|
contrib
|
|
grub-core/Makefile.core.am
|
|
grub-core/Makefile.gcry.def
|
|
grub-core/contrib
|
|
grub-core/genmod.sh
|
|
grub-core/gensyminfo.sh
|
|
grub-core/*.module
|
|
grub-core/*.pp
|
|
util/bash-completion.d/grub
|
|
grub-core/gnulib/alloca.h
|
|
grub-core/gnulib/arg-nonnull.h
|
|
grub-core/gnulib/c++defs.h
|
|
grub-core/gnulib/charset.alias
|
|
grub-core/gnulib/configmake.h
|
|
grub-core/gnulib/getopt.h
|
|
grub-core/gnulib/langinfo.h
|
|
grub-core/gnulib/ref-add.sed
|
|
grub-core/gnulib/ref-del.sed
|
|
grub-core/gnulib/stdio.h
|
|
grub-core/gnulib/stdlib.h
|
|
grub-core/gnulib/string.h
|
|
grub-core/gnulib/strings.h
|
|
grub-core/gnulib/sys
|
|
grub-core/gnulib/unistd.h
|
|
grub-core/gnulib/warn-on-use.h
|
|
grub-core/gnulib/wchar.h
|
|
grub-core/gnulib/wctype.h
|
|
widthspec.bin
|
|
widthspec.h
|