diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-05-26 18:27:37 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-05-26 18:27:37 -0400 |
commit | 7fce4cbc0e0d00352826c5ef1d7f6bf8dbb826b9 (patch) | |
tree | 6ccf8b52da4f1a8e43af21a4a142b3abe403f543 /MAKEHELP.md | |
parent | 19c4203f12a849e1d468d7c1de5cd6bfe75a4bc1 (diff) | |
download | haskell-7fce4cbc0e0d00352826c5ef1d7f6bf8dbb826b9.tar.gz |
Revert "Rewrite boot in Python"
This reverts commit 0440af6abe592c2366d302d603664fe763ad0828.
Unfortunately this breaks on Windows for tiresome reasons. I'll need to
reevaluate this.
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 819da9754b..233298478e 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 "python3 boot", and maintainer-clean restores the tree to the + after "perl boot", and maintainer-clean restores the tree to the completely clean checked-out state. Using `make` in subdirectories |