[commit: ghc] wip/nfs-locking: Refer to the build script simple as 'build'. (b9af374)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:47:07 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/b9af374ec77c17971166f3a37c7409710bd7d8c5/ghc

>---------------------------------------------------------------

commit b9af374ec77c17971166f3a37c7409710bd7d8c5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Feb 5 01:37:29 2016 +0000

    Refer to the build script simple as 'build'.
    
    [skip ci]


>---------------------------------------------------------------

b9af374ec77c17971166f3a37c7409710bd7d8c5
 README.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index f048ee4..37a144e 100644
--- a/README.md
+++ b/README.md
@@ -75,24 +75,24 @@ experiment following the Haddock comments.
 
 #### Clean and full rebuild
 
-* `shake-build/build.sh clean` removes all build artefacts. Note, we are working
-towards a complete separation of GHC sources and build artefacts: [#113][build-artefacts-issue].
+* `build clean` removes all build artefacts. Note, we are working towards a
+complete separation of GHC sources and build artefacts: [#113][build-artefacts-issue].
 
-* `shake-build/build.sh -B` forces Shake to rerun all rules, even if results of
-the previous build are still in the GHC tree. 
+* `build -B` forces Shake to rerun all rules, even if results of the previous build
+are still in the GHC tree. 
 
 #### Testing
 
-* `shake-build/build.sh validate` runs GHC tests by simply executing `make fast` in `testsuite/tests`
-directory. This can be used instead of `sh validate --fast --no-clean` in the existing build system.
-Note: this will rebuild Stage2 GHC, `ghc-pkg` and `hpc` if they are out of date.
+* `build validate` runs GHC tests by simply executing `make fast` in `testsuite/tests`
+directory. This can be used instead of `sh validate --fast --no-clean` in the existing
+build system. Note: this will rebuild Stage2 GHC, `ghc-pkg` and `hpc` if they are out of date.
 
-* `shake-build/build.sh test` runs GHC tests by calling the `testsuite/driver/runtests.py` python
-script with appropriate flags. The current implementation is limited and cannot replace the
-`validate` script (see [#187][validation-issue]).
+* `build test` runs GHC tests by calling the `testsuite/driver/runtests.py` python
+script with appropriate flags. The current implementation is limited and cannot
+replace the `validate` script (see [#187][validation-issue]).
 
-* `shake-build/build.sh selftest` runs tests of the build system. Current test
-coverage is close to zero (see [#197][test-issue]).
+* `build selftest` runs tests of the build system. Current test coverage is close to
+zero (see [#197][test-issue]).
 
 Current limitations
 -------------------



More information about the ghc-commits mailing list