Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2010 23:24:43 +0200 (CEST)
From:      Alexander Best <alexbestms@wwu.de>
To:        Roman Divacky <rdivacky@FreeBSD.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: [CFT]: ClangBSD is selfhosting, we need testers now
Message-ID:  <permail-2010042121244380e26a0b00001059-a_best01@message-id.uni-muenster.de>
In-Reply-To: <20100421201556.GA14044@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Roman Divacky schrieb am 2010-04-21:
> On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote:
> > Roman Divacky schrieb am 2010-04-21:

> > [snip]

> > > 1) cd modules/sound/sound && make CC=gcc

> > after this step these are the sizes of sound.ko* in
> > modules/sound/sound:

> > -rw-r--r--  1 root  wheel   449120 Apr 21 21:36 sound.ko
> > -rw-r--r--  1 root  wheel  2284757 Apr 21 21:36 sound.ko.debug
> > -rw-r--r--  1 root  wheel  2055512 Apr 21 21:36 sound.ko.symbols

> > > 2) make -V SRCS | tr " " "\n" | grep -v \.h | sort | grep
> > >    "^[a-m].*"
> > >    | xargs touch

> this line is wrong.. it creates empty files which are used instead
> of touching the existing ones...  it needs to be adjusted so it
> touches the files (thus forcing them to be rebuilt with the second
> make invocation)

ok. i think i found the file which is causing all the trouble. it's
sys/dev/sound/pcm/buffer.c

-- 
Alexander Best



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-2010042121244380e26a0b00001059-a_best01>