Support parallel builds.

This commit is contained in:
Colin Watson 2013-01-02 10:17:56 +00:00
parent f3fdeaebef
commit 8fb8ec2ec0
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -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
* Ensure /boot/grub exists before copying files to it for EFI installs

2
debian/rules vendored
View File

@ -53,7 +53,7 @@ $(error COMMON_PLATFORM not set for $(DEB_HOST_ARCH_CPU))
endif
%:
dh $@
dh $@ --parallel
override_dh_auto_configure: $(patsubst %,configure/%,$(BUILD_PACKAGES))