[commit: ghc] wip/nfs-locking: Add a note on clean target (497f750)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:43:30 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/497f75095c1265b19025077a2fec0633604d1abf/ghc
>---------------------------------------------------------------
commit 497f75095c1265b19025077a2fec0633604d1abf
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jan 22 13:04:34 2016 +0000
Add a note on clean target
[skip ci]
>---------------------------------------------------------------
497f75095c1265b19025077a2fec0633604d1abf
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b80b621..602148b 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,8 @@ experiment following the Haddock comments.
To reset the new build system run the build script with `-B` flag. This forces Shake
to rerun all rules, even if results of the previous build are still in the GHC tree.
-This is a temporary solution; we are working on proper reset functionality ([#131][reset-issue]).
+To remove all build artefacts, run the build script with `clean` target. Note, we are
+working towards a complete separation of GHC sources and build artefacts: [#113][build-artefacts-issue].
Current limitations
-------------------
@@ -114,7 +115,6 @@ helped me endure and enjoy the project.
[build-artefacts-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/113
[ghc-split-objs-bug]: https://ghc.haskell.org/trac/ghc/ticket/11315
[user-settings]: https://github.com/snowleopard/shaking-up-ghc/blob/master/src/Settings/User.hs
-[reset-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/131
[dynamic-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/4
[profiling-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/186
[haddock-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/98
More information about the ghc-commits
mailing list