Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
olena
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Robert Sachunsky
olena
Commits
b927febc
Commit
b927febc
authored
Jun 04, 2012
by
Guillaume Lazzara
Committed by
Roland Levillain
Jun 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
debian/rules
debian/rules
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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