Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
23571 commits behind the upstream repository.
Herbert Valerio Riedel's avatar
Herbert Valerio Riedel authored
Using `:` as sed-`s`-expr separator is not a good idea on windows, as
this can result in an expression like

   's:@INSTALL@:$(subst ../install-sh,E:/msys64/home/foo/ghc/install-sh,@INSTALL@):g'

(note the `E:/` drive component)

Using `|` instead of `:` has less risk of collision with the substitution expression
4976ab2b
History
Name Last commit Last update
..
Makefile
ghc.mk
libffi.x86-execstack.patch
ln