* Also honor parallel=n in DEB_BUILD_OPTIONS.
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -2,8 +2,9 @@ gtk+2.0 (2.10.12-2) UNRELEASED; urgency=low
|
||||
|
||||
* New patch, 15_default-fallback-icon-theme, sets the default
|
||||
gtk-fallback-icon-theme to "gnome"; closes: #421353.
|
||||
* Also honor parallel=n in DEB_BUILD_OPTIONS.
|
||||
|
||||
-- Loic Minier <lool@dooz.org> Thu, 03 May 2007 21:26:54 +0200
|
||||
-- Loic Minier <lool@dooz.org> Tue, 08 May 2007 11:10:05 +0200
|
||||
|
||||
gtk+2.0 (2.10.12-1) unstable; urgency=low
|
||||
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -18,9 +18,10 @@ PATCH_DIR := debian/patches
|
||||
# rules in this debian/rules Makefile can be built concurrently as well as
|
||||
# upstream rules in Makefile; all $(MAKE) invocations will inherit this flag,
|
||||
# if you recurse into debian/rules ($(MAKE)
|
||||
# -f debian/rules in rules), you need to pass a flag to avoid adding "-j2" when
|
||||
# -f debian/rules in rules), you need to pass a flag to avoid adding "-jX" when
|
||||
# the childs encounters this line
|
||||
MAKEFLAGS += $(if $(DEB_BUILD_OPTIONS_PARALLEL),-j2 $(DEB_BUILD_OPTIONS_PARALLEL))
|
||||
DEB_BUILD_OPTIONS_PARALLEL ?= $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
||||
MAKEFLAGS += $(if $(DEB_BUILD_OPTIONS_PARALLEL),-j$(DEB_BUILD_OPTIONS_PARALLEL))
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
|
Reference in New Issue
Block a user