Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename update.sh to setup.sh and make it work with auto-boostraping #236

Merged
merged 1 commit into from
Jun 18, 2017

Conversation

andralex
Copy link
Member

This little tool worked great when setting up a completely new computer. It's quite underrated!

This diff gives it a more intuitive name and makes it work with no previously installed dmd.

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 &&
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work right with set -u (which this script doesn't use)

@dlang-bot dlang-bot merged commit 7c724f0 into dlang:master Jun 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants