Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 1997 12:16:50 +0100 (MET)
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-current@freebsd.org
Subject:   Re: aic question
Message-ID:  <199712251116.MAA21447@uriah.heep.sax.de>
References:  <XFMail.971224193502.shimon@simon-shapiro.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Simon Shapiro <shimon@simon-shapiro.org> wrote:

> From kernel make as of tonight:
> mv y.tab.c aicasm_gram.c
> cc -O -pipe -I.   -c aicasm_gram.c
> lex -t  ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c
> cc -O -pipe -I.   -c aicasm_scan.c
> cc -O -pipe -I.   -c ../../dev/aic7xxx/aicasm.c
> cc -O -pipe -I.   -c ../../dev/aic7xxx/aicasm_symbol.c
> ../../dev/aic7xxx/aicasm_symbol.c: In function `symbol_delete':
> ../../dev/aic7xxx/aicasm_symbol.c:75: warning: passing arg 2 from
> incompatible pointer type

Chicken-and-egg problem.  aicasm is used to create some .c and/or .h
files, thus it is built and run before `makedepend'.

IIRC, removing the old .depend file is doing the trick.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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