mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-11 21:17:23 +00:00
Unset DH_OPTIONS while running dh_autoreconf.
This commit is contained in:
parent
a60fec8f3c
commit
864c8c5f50
2
debian/rules
vendored
2
debian/rules
vendored
@ -79,7 +79,7 @@ install/%: export DH_OPTIONS = -p$(package) -Bbuild/$(patsubst grub-common,grub-
|
||||
|
||||
build/stamps/autogen: autogen.sh configure.ac Makefile.util.def grub-core/Makefile.core.def
|
||||
mkdir -p build/stamps
|
||||
dh_autoreconf -- ./autogen.sh
|
||||
env -u DH_OPTIONS dh_autoreconf -- ./autogen.sh
|
||||
touch $@
|
||||
|
||||
build/stamps/configure-grub-common: build/stamps/configure-grub-$(COMMON_PLATFORM)
|
||||
|
Loading…
Reference in New Issue
Block a user