]> git.sesse.net Git - rdpsrv/blobdiff - Xserver/config/util/makeg.sh
Removed Xserver/ directory, it does nothing useful ATM.
[rdpsrv] / Xserver / config / util / makeg.sh
diff --git a/Xserver/config/util/makeg.sh b/Xserver/config/util/makeg.sh
deleted file mode 100755 (executable)
index 0b68a10..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-# makeg - run "make" with options necessary to make a debuggable executable
-# $XConsortium: makeg.sh /main/4 1996/06/13 11:45:08 ray $
-
-# set GDB=1 in your environment if using gdb on Solaris 2.
-
-make="${MAKE-make}"
-flags="CDEBUGFLAGS=-g CXXDEBUGFLAGS=-g"
-
-# gdb on Solaris needs the stabs included in the executable
-test "${GDB+yes}" = yes && flags="$flags -xs"
-
-exec "$make" $flags LDSTRIPFLAGS= ${1+"$@"}