~ubuntu-branches/ubuntu/precise/checkpolicy/precise

« back to all changes in this revision

Viewing changes to debian/common/pkgvars.mk

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2009-06-15 14:12:44 UTC
  • mfrom: (1.1.11 upstream) (2.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090615141244-de4pxqbhtxvsqh83
Tags: 2.0.19-1
* New upstream release
  * Fix alias field in module format, caused by boundary format change
    from Caleb Case.
  * Properly escape regex symbols in the lexer from Stephen Smalley.
  * Add bounds support from KaiGai Kohei.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
# This package is what we get after removing the psuedo dirs we use in rules
90
90
package = $(notdir $@)
91
91
 
 
92
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 
93
    NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 
94
    MAKEFLAGS += -j$(NUMJOBS)
 
95
endif
 
96
 
92
97
#Local variables:
93
98
#mode: makefile
94
99
#End: