Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Ian Lance Taylor <ian@cygnus.com>
To: phdm@macqel.be
Cc: gdb-patches@cygnus.com
Subject: Re: gdb distclean : arg list too long
Date: Mon, 06 Apr 1998 08:59:00 -0000	[thread overview]
Message-ID: <199804061559.LAA05297@subrogation.cygnus.com> (raw)
In-Reply-To: <199804040616.IAA15504@mail.macqel.be>

   Date: Sat, 4 Apr 1998 08:16:19 +0200 (MET DST)
   From: "Philippe De Muyter" <phdm@macqel.be>

   On m68k-motorola-sysv, gdb-4.18.97 fails for gnumake distclean with
	   do-distclean : arg list too long
   Here is a patch.

   Sat Apr  4 07:45:45 1998  Philippe De Muyter  <phdm@macqel.be>

	   * Makefile.in (EXTRA_GCC_FLAGS): Useless XFOO=bar definitions removed.

Unfortunately, this patch fails when using GNU make.  This patch will
result in passing an empty string to make, and GNU make will report

make: *** empty string invalid as file name.  Stop.

We need to be able to quote the the LANGUAGES line, or it won't work
if there are spaces.  Because of how shell quoting works, we need to
quote the entire backquoted expression.  That in turns implies that we
need to have something in the string, or make won't like it.

Of course this line doesn't matter for a gdb release, but it does
matter for an egcs release.

I don't see a simple solution at this point.  We could save a few
characters here and there by using [ -n ] and changing XFOO=bar to
x=y.  Would that be enough to make a difference on your host?

Ian


       reply	other threads:[~1998-04-06  8:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199804040616.IAA15504@mail.macqel.be>
1998-04-06  8:59 ` Ian Lance Taylor [this message]
1998-04-07  2:20   ` Philippe De Muyter
1998-04-08 10:21     ` Ian Lance Taylor
1998-04-06  4:43 Philippe De Muyter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199804061559.LAA05297@subrogation.cygnus.com \
    --to=ian@cygnus.com \
    --cc=gdb-patches@cygnus.com \
    --cc=phdm@macqel.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox