diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2017-05-22 11:50:55 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-05-22 11:51:44 -0400 |
commit | 0440af6abe592c2366d302d603664fe763ad0828 (patch) | |
tree | 4bcbd09d62c9de9a439b2c7723dc7370f3338da3 /MAKEHELP.md | |
parent | d6686a254293442a633482eae7ca78be968bef58 (diff) | |
download | haskell-0440af6abe592c2366d302d603664fe763ad0828.tar.gz |
Rewrite boot in Python
Test Plan: Validate
Reviewers: hvr, austin
Subscribers: rwbarton, thomie, erikd
Differential Revision: https://phabricator.haskell.org/D3567
Diffstat (limited to 'MAKEHELP.md')
-rw-r--r-- | MAKEHELP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAKEHELP.md b/MAKEHELP.md index 233298478e..819da9754b 100644 --- a/MAKEHELP.md +++ b/MAKEHELP.md @@ -48,7 +48,7 @@ Common commands: Various levels of cleaning: "clean" restores the tree to the state after "./configure", "distclean" restores to the state - after "perl boot", and maintainer-clean restores the tree to the + after "python3 boot", and maintainer-clean restores the tree to the completely clean checked-out state. Using `make` in subdirectories |