mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-31 15:52:52 +00:00
Support parallel builds.
This commit is contained in:
parent
f3fdeaebef
commit
8fb8ec2ec0
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
grub2 (2.00-10) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Support parallel builds.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@debian.org> Wed, 02 Jan 2013 08:58:20 +0000
|
||||||
|
|
||||||
grub2 (2.00-9) experimental; urgency=low
|
grub2 (2.00-9) experimental; urgency=low
|
||||||
|
|
||||||
* Ensure /boot/grub exists before copying files to it for EFI installs
|
* Ensure /boot/grub exists before copying files to it for EFI installs
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -53,7 +53,7 @@ $(error COMMON_PLATFORM not set for $(DEB_HOST_ARCH_CPU))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@ --parallel
|
||||||
|
|
||||||
override_dh_auto_configure: $(patsubst %,configure/%,$(BUILD_PACKAGES))
|
override_dh_auto_configure: $(patsubst %,configure/%,$(BUILD_PACKAGES))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user