mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 21:22:22 +03:00
Merge pull request #236 from andralex/auto-autobootstrap
Rename update.sh to setup.sh and make it work with auto-boostraping merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
This commit is contained in:
commit
7c724f0974
1 changed files with 3 additions and 2 deletions
|
@ -168,9 +168,10 @@ function update() {
|
|||
function makeWorld() {
|
||||
# First make dmd
|
||||
(
|
||||
which dmd >/dev/null || BT="AUTO_BOOTSTRAP=1"
|
||||
cd "$wd/dmd/src" &&
|
||||
$makecmd -f posix.mak clean MODEL=$model &&
|
||||
$makecmd -f posix.mak -j $parallel MODEL=$model
|
||||
$makecmd -f posix.mak clean MODEL=$model $BT &&
|
||||
$makecmd -f posix.mak -j $parallel MODEL=$model $BT
|
||||
)
|
||||
|
||||
# Update the running dmd version
|
Loading…
Add table
Add a link
Reference in a new issue