grub/.bzrignore

184 lines
2.9 KiB
Plaintext
Raw Normal View History

2009-11-24 01:36:21 +00:00
00_header
10_*
2010-07-20 10:20:23 +00:00
20_linux_xen
2009-11-24 01:36:21 +00:00
30_os-prober
40_custom
2010-06-12 14:09:38 +00:00
41_custom
*.1
*.8
aclocal.m4
ascii.bitmaps
ascii.h
2009-11-24 01:36:21 +00:00
autom4te.cache
build_env.mk
.bzrignore
config.cache
config.guess
2009-11-24 01:36:21 +00:00
config.h
config-util.h
config-util.h.in
2009-11-24 01:36:21 +00:00
config.log
config.status
config.sub
2009-11-24 01:36:21 +00:00
configure
DISTLIST
docs/*.info
docs/stamp-vti
docs/version.texi
*.elf
example_grub_script_test
example_scripted_test
example_unit_test
2009-11-24 01:36:21 +00:00
*.exec
genkernsyms.sh
gensymlist.sh
gentrigtables
grub-bin2h
grub-bios-setup
grub_cmd_echo
grub_cmd_regexp
2009-11-24 01:36:21 +00:00
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
2009-11-24 01:36:21 +00:00
grub-mk*
2011-04-10 21:12:23 +00:00
grub-mount
grub-ofpathname
2009-11-24 01:36:21 +00:00
grub-pe2elf
grub-probe
grub_probe_init.c
grub_probe_init.h
grub-reboot
grub_script_blanklines
grub_script_blockarg
grub_script_break
grub-script-check
grub_script_check_init.c
grub_script_check_init.h
grub_script_comments
grub_script_continue
grub_script_dollar
grub_script_echo1
grub_script_echo_keywords
grub_script_expansion
grub_script_final_semicolon
grub_script_for1
grub_script_functions
grub_script_if
grub_script_not
grub_script_return
grub_script_setparams
grub_script_shift
grub_script_vars1
grub_script_while1
2009-11-24 01:36:21 +00:00
grub_script.tab.c
grub_script.tab.h
grub_script.yy.c
grub_script.yy.h
grub-set-default
2009-11-24 01:36:21 +00:00
grub-setup
grub_setup_init.c
grub_setup_init.h
grub-shell
grub-shell-tester
grub-sparc64-setup
2009-11-24 01:36:21 +00:00
*.img
*.image
2009-11-24 01:36:21 +00:00
include/grub/cpu
include/grub/machine
install-sh
2009-11-23 12:18:37 +00:00
lib/libgcrypt-grub
libgrub_a_init.c
2009-11-24 01:36:21 +00:00
*.lst
*.marker
2009-11-24 01:36:21 +00:00
Makefile
*.mod
mod-*.c
missing
partmap_test
2009-11-24 01:36:21 +00:00
*.pf2
*.pp
po/*.mo
po/grub.pot
2012-02-23 06:25:45 +00:00
po/POTFILES
po/stamp-po
2009-11-24 01:36:21 +00:00
stamp-h
stamp-h1
stamp-h.in
symlist.c
symlist.h
trigtables.c
2009-11-24 01:36:21 +00:00
update-grub_lib
unidata.c
2010-05-06 06:04:04 +00:00
Makefile.in
GPATH
GRTAGS
GSYMS
2010-06-03 10:02:21 +00:00
GTAGS
Makefile.tpl
compile
depcomp
mdate-sh
texinfo.tex
grub-core/lib/libgcrypt-grub
**/.deps
2010-08-20 05:43:37 +00:00
**/.deps-util
**/.deps-core
**/.dirstamp
2010-08-20 12:51:31 +00:00
Makefile.util.am
Re-enable grub-extras. * 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.
2010-09-24 08:48:27 +00:00
contrib
2010-08-20 12:51:31 +00:00
grub-core/Makefile.core.am
grub-core/Makefile.gcry.def
Re-enable grub-extras. * 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.
2010-09-24 08:48:27 +00:00
grub-core/contrib
2012-02-23 06:25:45 +00:00
grub-core/gdb_grub
grub-core/genmod.sh
grub-core/gensyminfo.sh
2012-02-23 06:25:45 +00:00
grub-core/gmodule.pl
grub-core/modinfo.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
grub-core/rs_decoder.S
widthspec.bin
widthspec.h
docs/stamp-1
docs/version-dev.texi
2011-04-22 17:04:21 +00:00
Makefile.utilgcry.def
2012-05-09 11:09:38 +00:00
po/*.po
po/*.gmo
po/LINGUAS
2013-01-12 15:17:31 +00:00
include/grub/gcrypt/gcrypt.h
include/grub/gcrypt/g10lib.h
po/POTFILES.in
2013-05-11 07:35:33 +00:00
po/POTFILES-shell.in
grub-glue-efi
grub-render-label
grub-core/gnulib/locale.h
grub-core/gnulib/unitypes.h
grub-core/gnulib/uniwidth.h