Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2000 00:21:48 -0700
From:      "Andrey A. Chernov" <ache@freebsd.org>
To:        Wilfredo S?nchez <wsanchez@apple.com>
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>
In-Reply-To: <200007110040.RAA25907@scv3.apple.com>; from wsanchez@apple.com on Mon, Jul 10, 2000 at 05:40:45PM -0700
References:  <200007110040.RAA25907@scv3.apple.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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
<ache@nagual.pp.ru>
http://ache.pp.ru/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000711002148.A98442>