Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wiback
senf
Commits
53b06469
Commit
53b06469
authored
17 years ago
by
g0dil
Browse files
Options
Downloads
Patches
Plain Diff
admin: Allow SCONS var to override the scons binary to use
parent
2d732b96
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
admin/build.sh
+6
-6
6 additions, 6 deletions
admin/build.sh
with
6 additions
and
6 deletions
admin/build.sh
+
6
−
6
View file @
53b06469
...
...
@@ -24,12 +24,12 @@ if grep -qv '^At ' ../svn-update.log; then
fi
rm
-f
../svn-update.log
echo
"
\$
nice scons -kj2 all
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
"
nice
scons
-kj2
all
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
echo
"
\$
nice scons linklint
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
"
nice
scons linklint
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
echo
"
\$
nice scons fixlinks
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
"
nice
scons fixlinks
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
echo
"
\$
nice
${
SCONS
:-
scons
}
-kj2 all
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
"
nice
${
SCONS
:-
scons
}
-kj2
all
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
echo
"
\$
nice
${
SCONS
:-
scons
}
linklint
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
"
nice
${
SCONS
:-
scons
}
linklint
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
echo
"
\$
nice
${
SCONS
:-
scons
}
fixlinks
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
"
nice
${
SCONS
:-
scons
}
fixlinks
${
DOXYGEN
:+DOXYGEN
=
"
$DOXYGEN
"
}
echo
-n
'# Build completed at '
;
date
--utc
exec
>
../upload.log 2>&1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment