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
b927febc
Commit
b927febc
authored
Jun 04, 2012
by
Guillaume Lazzara
Committed by
Roland Levillain
Jun 30, 2014
Browse files
debian/rules: Limit simultaneous compilations.
Signed-off-by:
Roland Levillain
<
roland@lrde.epita.fr
>
parent
8e3da2c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b927febc
2012-06-04 Guillaume Lazzara <z@lrde.epita.fr>
* debian/rules: Limit simultaneous compilations.
2012-06-04 Guillaume Lazzara <z@lrde.epita.fr>
* debian/rules: Remove empty directories in package.
...
...
debian/rules
View file @
b927febc
...
...
@@ -10,7 +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)
CPU_COUNT ?= $(shell
echo "`
grep -c processor /proc/cpuinfo
` / 2" | bc
)
CFLAGS = -Wall -g
...
...
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