Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Aug 2006 08:43:35 -0700
From:      Nate Lawson <nate@root.org>
To:        =?UTF-8?B?IuadjumRqyBcIihMSSBYaW4pXCIi?= <delphij@delphij.net>
Cc:        Alexander Leidinger <netchild@freebsd.org>, current <current@freebsd.org>
Subject:   Re: buildworld broken by sade import
Message-ID:  <44D8B127.2030500@root.org>
In-Reply-To: <1155026901.1132.1.camel@spirit>
References:  <44D8335C.1000102@root.org> <1155026901.1132.1.camel@spirit>

next in thread | previous in thread | raw e-mail | index | archive | help
李鑫 (LI Xin) wrote:
> Hi, Nate,
> 
> 在 2006-08-07一的 23:46 -0700,Nate Lawson写道:
>> Looks like the tinderbox picked it up too.  For now, I just disconnected 
>> sade from usr.sbin/Makefile locally.
>>
>> [...]
>> makedevs.c:10: error: syntax error before ',' token
>> makedevs.c:13: error: syntax error before ',' token
>> makedevs.c:16: error: syntax error before ',' token
>> makedevs.c:19: error: syntax error before ',' token
>> makedevs.c:22: error: syntax error before ',' token
>> makedevs.c:25: error: syntax error before ',' token
>> makedevs.c:28: error: syntax error before ',' token
>> makedevs.c:31: error: syntax error before ',' token
>> *** Error code 1
> 
> I have a under-reviewing patch that addresses some issues that sade(8)
> have, but I do not think that is related to the problem, and I am unable
> to reproduce the build issue right now.  Would you please give me a copy
> of the generated makedevs.c so I can investigate further?
> 
> Cheers,

Easy:

#include <sys/types.h>
const char termcap_ansi[] = {

,0};
const char termcap_cons25w[] = {

,0};
const char termcap_cons25[] = {

,0};
const char termcap_cons25_m[] = {

,0};
const char termcap_cons25r[] = {

,0};
const char termcap_cons25r_m[] = {

,0};
const char termcap_cons25l1[] = {

,0};
const char termcap_cons25l1_m[] = {

,0};
const char termcap_vt100[] = {

,0};
const char termcap_xterm[] = {

,0};


-- 
Nate



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