From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7EBA43858C52; Sun, 27 Mar 2022 06:53:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7EBA43858C52 From: "eliz at gnu dot org" To: gdb-prs@sourceware.org Subject: [Bug build/29003] New: "make TAGS" fails in the gdbserver directory Date: Sun, 27 Mar 2022 06:53:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eliz at gnu dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2022 06:53:03 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29003 Bug ID: 29003 Summary: "make TAGS" fails in the gdbserver directory Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: eliz at gnu dot org Target Milestone: --- Like this: $ make TAGS etags \ `for i in yzzy x86-low.o nat/x86-dregs.o win32-low.o win32-i386-low.o nat/windows-nat.o arch/i386.o ; do \ if [ x$i !=3D xyzzy ]; then \ echo ./$i | sed -e 's/\.o$/\.cc/' \ -e 's,/\(arch\|nat\|target\)/,/../\1/,' \ fi; \ done` \ ./debug.cc ./dll.cc ./gdbreplay.cc ./hostio.cc ./i387-fp.cc=20 ./inferiors.cc ./linux-aarch64-low.cc ./linux-arc-low.cc ./linux-arm-low= .cc=20 ./linux-ia64-low.cc ./linux-low.cc ./linux-m68k-low.cc ./linux-mips-low.= cc=20 ./linux-nios2-low.cc ./linux-or1k-low.cc ./linux-ppc-low.cc=20 ./linux-riscv-low.cc ./linux-s390-low.cc ./linux-sh-low.cc=20 ./linux-sparc-low.cc ./linux-x86-low.cc ./linux-xtensa-low.cc ./mem-brea= k.cc ./netbsd-aarch64-low.cc ./netbsd-amd64-low.cc ./netbsd-i386-low.cc=20 ./netbsd-low.cc ./netbsd-low.h ./proc-service.cc ./proc-service.list=20 ./regcache.cc ./remote-utils.cc ./server.cc ./symbol.cc ./target.cc=20 ./thread-db.cc ./utils.cc ./win32-i386-low.cc ./win32-low.cc ./x86-low.= cc=20 ./../gdb/alloc.c ./../gdb/arch/arc.c ./../gdb/arch/arm.c=20 ./../gdb/arch/arm-get-next-pcs.c ./../gdb/arch/arm-linux.c=20 ./../gdb/arch/ppc-linux-common.c ./../gdb/arch/riscv.c=20 ./../gdb/nat/aarch64-mte-linux-ptrace.c=20 ./../gdb/nat/aarch64-sve-linux-ptrace.c ./../gdb/nat/linux-btrace.c=20 ./../gdb/nat/linux-namespaces.c ./../gdb/nat/linux-osdata.c=20 ./../gdb/nat/linux-personality.c ./../gdb/nat/mips-linux-watch.c=20 ./../gdb/nat/ppc-linux.c ./../gdb/nat/riscv-linux-tdesc.c=20 ./../gdb/nat/fork-inferior.c ./../gdb/target/waitstatus.c /bin/sh: command substitution: line 6: syntax error near unexpected token `done' /bin/sh: command substitution: line 6: `for i in yzzy x86-low.o nat/x86-dre= gs.o win32-low.o win32-i386-low.o nat/windows-nat.o arch/i386.o ; do if [ x= $i !=3D xyzzy ]; then echo ./$i | sed -e 's/\.o$/\.cc/' -e 's,/\(arch\|nat\|target\)/,/../\1/,' fi; done' --=20 You are receiving this mail because: You are on the CC list for the bug.=