Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2010 00:36:52 GMT
From:      arundel@FreeBSD.org
To:        gergely.czuczy@harmless.hu, arundel@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: misc/145261: [build] 8.0-R source doesn't respect WITHOUT_TOOLCHAIN as src.conf(5) says
Message-ID:  <201011240036.oAO0aqFh026215@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [build] 8.0-R source doesn't respect WITHOUT_TOOLCHAIN as src.conf(5) says

State-Changed-From-To: open->feedback
State-Changed-By: arundel
State-Changed-When: Wed Nov 24 00:35:16 UTC 2010
State-Changed-Why: 
Which tools are included exactly which you think shouldn't be?

usr.bin/Makefile defines the following:

.if ${MK_TOOLCHAIN} != "no"
SUBDIR+=        ar
SUBDIR+=        c89
SUBDIR+=        c99
SUBDIR+=        compile_et
SUBDIR+=        ctags
SUBDIR+=        file2c
SUBDIR+=        gprof
SUBDIR+=        indent
SUBDIR+=        lex
SUBDIR+=        mkstr
SUBDIR+=        rpcgen
SUBDIR+=        unifdef
SUBDIR+=        xlint
SUBDIR+=        xstr
# XXX maybe under textproc?
SUBDIR+=        vgrind
SUBDIR+=        yacc
.endif

...so these shouldn't be included.

http://www.freebsd.org/cgi/query-pr.cgi?pr=145261



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