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

next in thread | previous in thread | raw e-mail | index | archive | help
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)





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