Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
2686238d
Commit
2686238d
authored
May 23, 2012
by
Guillaume Lazzara
Committed by
Roland Levillain
Jun 30, 2014
Browse files
debian/rules: Handles '-j' option for make.
Signed-off-by:
Roland Levillain
<
roland@lrde.epita.fr
>
parent
073c30c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2686238d
2012-05-23 Guillaume Lazzara <z@lrde.epita.fr>
* debian/rules: Handles '-j' option for make.
2012-05-23 Guillaume Lazzara <z@lrde.epita.fr>
* debian/control: Update Standards-Version.
...
...
debian/rules
View file @
2686238d
...
...
@@ -10,6 +10,7 @@ export DH_OPTIONS
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
CPU_COUNT ?= $(shell grep -c processor /proc/cpuinfo)
CFLAGS = -Wall -g
...
...
@@ -25,7 +26,7 @@ build-stamp:
dh_testdir
./bootstrap
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-scribo --prefix=/usr --libexecdir=/usr/lib
$(MAKE)
$(MAKE)
-j$(CPU_COUNT)
touch $@
clean:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment