From owner-cvs-all Tue Jul 11 0:21:53 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 9A5A637BD6E; Tue, 11 Jul 2000 00:21:48 -0700 (PDT) Date: Tue, 11 Jul 2000 00:21:48 -0700 From: "Andrey A. Chernov" To: Wilfredo S?nchez Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/usr.bin/make main.c Message-ID: <20000711002148.A98442@freebsd.org> References: <200007110040.RAA25907@scv3.apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <200007110040.RAA25907@scv3.apple.com>; from wsanchez@apple.com on Mon, Jul 10, 2000 at 05:40:45PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 05:40:45PM -0700, Wilfredo S?nchez wrote: > | Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro > > I guess my assembler is more forgiving... What's the problem exactly? (So I know to avoid it; \n in __COPYRIGHT seemed reasonable enough.) I assume the same rule applies to all of the __IDSTRING variants. The problem is broken assembler instruction, incomplete string. Use -S to see what happens. Yes, the same is true for all IDSTRINGS -current assembler produce warning in that case. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message