X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=Xserver%2Fconfig%2Futil%2Fmakeg.sh;fp=Xserver%2Fconfig%2Futil%2Fmakeg.sh;h=0000000000000000000000000000000000000000;hp=0b68a10802b365e92553182612585f05b6461d1e;hb=ce66b81460e5353db09d45c02339d4583fbda255;hpb=7772d71ffd742cfc9b7ff214659d16c5bb56a391 diff --git a/Xserver/config/util/makeg.sh b/Xserver/config/util/makeg.sh deleted file mode 100755 index 0b68a10..0000000 --- a/Xserver/config/util/makeg.sh +++ /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+"$@"}