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 _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"