Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-grub2
Commits
cb180fdf
Commit
cb180fdf
authored
Apr 08, 2011
by
Vladimir 'phcoder' Serbinenko
Browse files
revert last revision. It's ineffective
parent
947aa4f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cb180fdf
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.am: Properly escape parenthesis in sed expressions.
Fixes Estonian locale.
Reported by: Leho Kraav.
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/menu.c: Add missing include.
grub-core/Makefile.am
View file @
cb180fdf
...
...
@@ -200,8 +200,8 @@ noinst_DATA += kernel_syms.lst
kernel_syms.lst
:
$(KERNEL_HEADER_FILES) $(top_builddir)/config.h
$(TARGET_CPP)
$(DEFS)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS_KERNEL)
$(CPPFLAGS)
$(CFLAGS)
-DGRUB_SYMBOL_GENERATOR
=
1
$^
>
kernel_syms.input
cat
kernel_syms.input |
grep
-v
'^#'
|
sed
-n
\
-e
'/EXPORT_FUNC *
\
([a-zA-Z0-9_]*
\
)/{s/.*EXPORT_FUNC *(\([a-zA-Z0-9_]*\)).*/defined kernel '
"
$(ASM_PREFIX)
"
'\1/;p;}'
\
-e
'/EXPORT_VAR *
\
([a-zA-Z0-9_]*
\
)/{s/.*EXPORT_VAR *(\([a-zA-Z0-9_]*\)).*/defined kernel '
"
$(ASM_PREFIX)
"
'\1/;p;}'
\
-e
'/EXPORT_FUNC *([a-zA-Z0-9_]*)/{s/.*EXPORT_FUNC *(\([a-zA-Z0-9_]*\)).*/defined kernel '
"
$(ASM_PREFIX)
"
'\1/;p;}'
\
-e
'/EXPORT_VAR *([a-zA-Z0-9_]*)/{s/.*EXPORT_VAR *(\([a-zA-Z0-9_]*\)).*/defined kernel '
"
$(ASM_PREFIX)
"
'\1/;p;}'
\
|
sort
-u
>
$@
rm
-f
kernel_syms.input
CLEANFILES
+=
kernel_syms.lst
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment