mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-02 23:17:21 +00:00
autogen.sh: touch stamp-h.in after running autoheader
This prevents autoheader from being rerun by make if somebody changes configure.ac or aclocal.m4 and runs autogen.sh. Suggested by Christian Franke <Christian.Franke@t-online.de>
This commit is contained in:
parent
c298def0bf
commit
96cdbeff6a
@ -4,6 +4,7 @@ set -e
|
||||
|
||||
autoconf
|
||||
autoheader
|
||||
echo timestamp > stamp-h.in
|
||||
for rmk in conf/*.rmk; do
|
||||
ruby genmk.rb < $rmk > `echo $rmk | sed 's/\.rmk$/.mk/'`
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user