Integrate import_gcry.py in autogen.sh.
This commit is contained in:
parent
59917f8496
commit
0ef45b9398
2 changed files with 7 additions and 3 deletions
|
@ -4,7 +4,11 @@ set -e
|
|||
|
||||
autoconf
|
||||
autoheader
|
||||
|
||||
echo timestamp > stamp-h.in
|
||||
|
||||
python util/import_gcry.py lib/libgcrypt/ .
|
||||
|
||||
for rmk in conf/*.rmk ${GRUB_CONTRIB}/*/conf/*.rmk; do
|
||||
if test -e $rmk ; then
|
||||
ruby genmk.rb < $rmk > `echo $rmk | sed 's/\.rmk$/.mk/'`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue