Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
d089b0c6
Commit
d089b0c6
authored
Aug 04, 2011
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmake/jmake: use nice
parent
2f93b72a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dmake
bin/dmake
+2
-2
jmake
bin/jmake
+1
-1
No files found.
bin/dmake
View file @
d089b0c6
...
@@ -84,5 +84,5 @@ if [ -n "$PLAIN_DISTCC" ] ; then
...
@@ -84,5 +84,5 @@ if [ -n "$PLAIN_DISTCC" ] ; then
# unset DISTCC_HOSTS
# unset DISTCC_HOSTS
fi
fi
showcmd
time
-p
$PUMP
make
-j
$DISTCC_THREADS
CC
=
"
$DISTCC
"
CXX
=
"
$DISTCXX
"
$@
showcmd
$NICE
time
-p
$PUMP
make
-j
$DISTCC_THREADS
CC
=
"
$DISTCC
"
CXX
=
"
$DISTCXX
"
$@
time
-p
$PUMP
make
-j
$DISTCC_THREADS
CC
=
"
$DISTCC
"
CXX
=
"
$DISTCXX
"
$@
$NICE
time
-p
$PUMP
make
-j
$DISTCC_THREADS
CC
=
"
$DISTCC
"
CXX
=
"
$DISTCXX
"
$@
bin/jmake
View file @
d089b0c6
...
@@ -23,4 +23,4 @@ MAKEARG="-j$NPROCS"
...
@@ -23,4 +23,4 @@ MAKEARG="-j$NPROCS"
#[ "$(( $NPROCS - $LOADAVG ))" -gt 1 ] || MAKEARG=""
#[ "$(( $NPROCS - $LOADAVG ))" -gt 1 ] || MAKEARG=""
#make $MAKEARG "CC=$CC" "CXX=$CXX" "CPP=$CPP" "CXXCPP=$CXXCPP" $@
#make $MAKEARG "CC=$CC" "CXX=$CXX" "CPP=$CPP" "CXXCPP=$CXXCPP" $@
docmd
time
-p
make
$MAKEARG
$@
docmd
$NICE
time
-p
make
$MAKEARG
$@
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