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
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
abuild
Commits
95886293
Commit
95886293
authored
Jan 07, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild.conf: added JOBS variable
makes it easier to support parallel builds on non gnu make system
parent
2b9d261d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
abuild.conf
abuild.conf
+2
-1
No files found.
abuild.conf
View file @
95886293
...
...
@@ -6,7 +6,8 @@ export LDFLAGS="-Wl,--as-needed"
export
PATH
=:/
usr
/
i386
-
gentoo
-
linux
-
uclibc
/
binutils
-
bin
/
2
.
18
:$
PATH
export
MAKEFLAGS
=-
j2
export
JOBS
=
2
export
MAKEFLAGS
=-
j
$
JOBS
# remove line below to disable colors
USE_COLORS
=
1
...
...
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