[commit: ghc] wip/nfs-locking: Bring && back. (4198a65)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:00:06 UTC 2017


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

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

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

commit 4198a65a93270c5be30cf99acecc922bd4a4712b
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Dec 30 03:53:34 2014 +0000

    Bring && back.


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

4198a65a93270c5be30cf99acecc922bd4a4712b
 build.bat | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.bat b/build.bat
index 0e1f581..b6b9a82 100644
--- a/build.bat
+++ b/build.bat
@@ -1,3 +1,2 @@
 @mkdir _shake 2> nul
- at ghc --make -fwarn-tabs -fwarn-unused-imports src/Main.hs -isrc -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build 
- at _shake\build --lint --directory ".." %*
+ at ghc --make -fwarn-tabs -fwarn-unused-imports src/Main.hs -isrc -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake\build --lint --directory ".." %*



More information about the ghc-commits mailing list