aboutsummaryrefslogtreecommitdiffstats
path: root/dist/msys2-mingw
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-05-20 17:57:55 +0200
committertgingold <tgingold@users.noreply.github.com>2020-05-22 06:18:18 +0200
commit00e5954a6e012e190cf1518c43525dbfaad5e832 (patch)
tree81d871dc6fe3daa94d3e272d86a1b5fd1ad81198 /dist/msys2-mingw
parent8d53413036308d0a253881fc26e09f89f067b9ec (diff)
downloadghdl-00e5954a6e012e190cf1518c43525dbfaad5e832.tar.gz
ghdl-00e5954a6e012e190cf1518c43525dbfaad5e832.tar.bz2
ghdl-00e5954a6e012e190cf1518c43525dbfaad5e832.zip
ci(msys2): explicitly exiting is not required anymore
Diffstat (limited to 'dist/msys2-mingw')
-rw-r--r--dist/msys2-mingw/llvm/PKGBUILD1
-rw-r--r--dist/msys2-mingw/mcode/PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/dist/msys2-mingw/llvm/PKGBUILD b/dist/msys2-mingw/llvm/PKGBUILD
index 3fa78522d..a947aa1e3 100644
--- a/dist/msys2-mingw/llvm/PKGBUILD
+++ b/dist/msys2-mingw/llvm/PKGBUILD
@@ -19,7 +19,6 @@ build() {
cd "${srcdir}/builddir"
../../../../../configure --prefix=${MINGW_PREFIX} --with-llvm-config="llvm-config --link-static" LDFLAGS="-static" --enable-libghdl --enable-synth
make GNATMAKE="gnatmake -j$(nproc)"
- exit
}
package() {
diff --git a/dist/msys2-mingw/mcode/PKGBUILD b/dist/msys2-mingw/mcode/PKGBUILD
index 79c0c399f..591fa6693 100644
--- a/dist/msys2-mingw/mcode/PKGBUILD
+++ b/dist/msys2-mingw/mcode/PKGBUILD
@@ -19,7 +19,6 @@ build() {
cd "${srcdir}/builddir"
../../../../../configure --prefix=${MINGW_PREFIX} LDFLAGS=-static --enable-libghdl --enable-synth
make GNATMAKE="gnatmake -j$(nproc)"
- exit
}
package() {