public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "fmn at oneiroi dot net" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug build/12440] New: `make distclean' failing - with patch
Date: Wed, 26 Jan 2011 00:10:00 -0000	[thread overview]
Message-ID: <bug-12440-4717@http.sourceware.org/bugzilla/> (raw)

http://sourceware.org/bugzilla/show_bug.cgi?id=12440

           Summary: `make distclean' failing - with patch
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: minor
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: fmn@oneiroi.net


after compilation `make distclean' is failing to remove old config.caches:


gdb-7.2]$: find . -name config.cache 
./bfd/config.cache
./etc/config.cache
./gdb/config.cache
./intl/config.cache
./libdecnumber/config.cache
./libiberty/config.cache
./opcodes/config.cache
./readline/config.cache
./sim/config.cache

gdb-7.2]$: make distclean
make[1]: Entering directory `/home/milo/srcs/gdb-7.2'
make[1]: Nothing to be done for `distclean-target'.
make[1]: Leaving directory `/home/milo/srcs/gdb-7.2'
rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
rm -f Makefile config.status config.cache mh-frag mt-frag
rm -f maybedep.tmp serdep.tmp
if [ "x86_64-unknown-linux-gnu" != "." ]; then \
      rm -rf x86_64-unknown-linux-gnu; \
    else true; fi
rm -rf build-x86_64-unknown-linux-gnu
if [ "." != "." ]; then \
      rm -rf .; \
    else true; fi
rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile
rm -f texinfo/doc/Makefile texinfo/po/POTFILES
rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
make: [local-distclean] Error 1 (ignored)
rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
make: [local-distclean] Error 1 (ignored)
rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null
make: [local-distclean] Error 1 (ignored)
find . -name config.cache -exec rm -f {} \; \; 2>/dev/null
make: [local-distclean] Error 1 (ignored)

gdb-7.2]$: find . -name config.cache 
./bfd/config.cache
./etc/config.cache
./gdb/config.cache
./intl/config.cache
./libdecnumber/config.cache
./libiberty/config.cache
./opcodes/config.cache
./readline/config.cache
./sim/config.cache


that's because of repeated `\;' in find invocation:

Makefile.in:2661:    -find . -name config.cache -exec rm -f {} \; \;
2>/dev/null
Makefile.tpl:774:    -find . -name config.cache -exec rm -f {} \; \;
2>/dev/null



silly one but patch attached anyway.

-- 
Regards,
Milo

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


             reply	other threads:[~2011-01-26  0:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-26  0:10 fmn at oneiroi dot net [this message]
2011-01-26  0:14 ` [Bug build/12440] " fmn at oneiroi dot net
2022-02-27 23:39 ` tromey at sourceware dot org
2022-02-27 23:50 ` tromey at sourceware dot org
2022-02-28  0:27 ` tromey at sourceware dot org
2022-02-28  0:34 ` tromey at sourceware dot org
2022-03-01 23:54 ` cvs-commit at gcc dot gnu.org
2022-03-01 23:55 ` tromey at sourceware dot org

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=bug-12440-4717@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).