[Git][ghc/ghc][master] Remove obsolete executable wrappers from the tree

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Fri Nov 8 00:29:27 UTC 2024



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
9ede97f3 by Cheng Shao at 2024-11-07T19:28:58-05:00
Remove obsolete executable wrappers from the tree

The executable wrappers are handled by hadrian and bindist Makefile.
The various .wrapper scripts in the tree are unused since removal of
Make build system, so this patch removes them all.

- - - - -


5 changed files:

- − ghc/ghc.wrapper
- − utils/ghc-pkg/ghc-pkg.wrapper
- − utils/haddock/haddock.wrapper
- − utils/hp2ps/hp2ps.wrapper
- − utils/runghc/runghc.wrapper


Changes:

=====================================
ghc/ghc.wrapper deleted
=====================================
@@ -1 +0,0 @@
-exec "$executablename" -B"$topdir" ${1+"$@"}


=====================================
utils/ghc-pkg/ghc-pkg.wrapper deleted
=====================================
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-PKGCONF="$topdir/package.conf.d"
-exec "$executablename" --global-package-db "$PKGCONF" ${1+"$@"}
-


=====================================
utils/haddock/haddock.wrapper deleted
=====================================
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec "$executablename" -B"$topdir" -l"$topdir" ${1+"$@"}


=====================================
utils/hp2ps/hp2ps.wrapper deleted
=====================================
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec "$executablename" ${1+"$@"}


=====================================
utils/runghc/runghc.wrapper deleted
=====================================
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec "$executablename" -f "$bindir/$ghcprog" ${1+"$@"}



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9ede97f3431cba9394904751762b9ab1a59dde0e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9ede97f3431cba9394904751762b9ab1a59dde0e
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241107/d33624ad/attachment-0001.html>


More information about the ghc-commits mailing list