Re: which "include" being used?

2011-09-20 Thread paradox
try remove or move /usr/include and rebuild the world > wrote: > > Why build the world uses /usr/include ? > > why not use "include" from the /obj/...include ? > > > > issue to "build world" with loss of multiple files at > /usr/include/ > > Did your make "build world" or "buildworld"? It should

which "include" being used?

2011-09-20 Thread paradox
Why build the world uses /usr/include ? why not use "include" from the /obj/...include ? issue to "build world" with loss of multiple files at /usr/include/ ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cu

Re: WITHOUT_CLANG=yes fix

2010-08-02 Thread paradox
> > http://svn.freebsd.org/viewvc/base/head/Makefile.inc1?revision=210116&view=markup > > > > plz fix buidl without clang > > > > # XXX: There is no way to specify bootstrap tools > depending on MK-flags > > # with different per-architecture default values. > Always build tblgen. > > Did you rea

WITHOUT_CLANG=yes fix

2010-08-02 Thread paradox
http://svn.freebsd.org/viewvc/base/head/Makefile.inc1?revision=210116&view=markup plz fix buidl without clang # XXX: There is no way to specify bootstrap tools depending on MK-flags # with different per-architecture default values. Always build tblgen. +.if ${MK_CLANG} != "no" _clang_tblgen= \

Re: propose: all arch move into a separate dir

2010-03-04 Thread paradox
> * paradox > wrote: > > Well, maybe my thoughts will be understood, then when > the folder > > /usr/src/sys/ number of architectures to increase to ~ > 50, [...] > > s/when/if/. ;-) more than ~ 5 years, it was necessary that would create /usr/src/sys/x86/ (http://

Re: propose: all arch move into a separate dir

2010-03-04 Thread paradox
so, I really do not understand why it is so difficult to move a few folders in the shared folder is a big problem as is done in openbsd and netbsd http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/?only_with_tag=MAIN http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/ as you can see Well, may

propose: all arch move into a separate dir

2010-03-04 Thread paradox
iam propose all the architecture move in a separate directory as is done in openbsd and netbsd ie #mkdir /usr/src/sys/arch #mv -R /usr/src/sys/{amd64,arm,i386,ia64,mips,pc98,powerpc,sparc64,sun4v,xen,x86) /usr/src/sys/arch/ Would it ever done in freebsd? __