annotate src/gdb-1-fix-shell.patch @ 3556:22b42ac3fd68

native-gcc: remove unintended changes to native-gcc.mk from cs b1ca68ddd02c src/native-gcc.mk: remove changes of b1ca68ddd02c.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 27 Feb 2014 06:36:03 -0500
parents 99516e73b368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2218
diff changeset
1 This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 See index.html for further information.
1000
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 This patch has been taken from:
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 http://sourceware.org/bugzilla/show_bug.cgi?id=9098
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 --- a/gdb/gdbserver/Makefile.in 2010-01-05 02:03:00.000000000 +1100
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 +++ b/gdb/gdbserver/Makefile.in 2010-05-21 23:49:45.960860228 +1000
2218
c3a94678f81a update packages curl gdb
Mark Brand <mabrand@mabrand.nl>
parents: 1000
diff changeset
9 @@ -41,7 +41,7 @@
1000
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 htmldir = $(prefix)/html
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 includedir = @includedir@
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 -SHELL = /bin/sh
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 +SHELL = @SHELL@
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 EXEEXT = @EXEEXT@
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 INSTALL = @INSTALL@