more build fixes

This commit is contained in:
BVK Chaitanya 2010-07-15 02:02:01 +05:30
parent c1c6e4c017
commit d9b78bce4a
4 changed files with 81 additions and 44 deletions

View file

@ -20,6 +20,9 @@ ln -svf ../config.rpath grub-core/
ln -svf ../gentpl.py grub-core/
ln -svf ../configure.common grub-core/
mkdir -vp grub-core/docs/man
ln -svf ../../../docs/man/grub-emu.h2m grub-core/docs/man
echo "Creating Makefile.tpl..."
python gentpl.py | sed -e '/^$/{N;/^\n$/D;}' > Makefile.tpl
echo "Running autogen..."