Re: How building sys/boot

2017-01-26 Thread Warner Losh
On Wed, Jan 25, 2017 at 5:37 PM, Ilya A. Arkhipov wrote: > Many thanks Dimitry for full definition > > 25.01.2017, 21:46, "Dimitry Andric" : >> On 25 Jan 2017, at 14:58, Ilya A. Arkhipov wrote: >>> Somebody can explain to me how build sys/boot? >>> Right now I doing: >>> make -C sys/boot obj d

Re: How building sys/boot

2017-01-25 Thread Ilya A . Arkhipov
Many thanks Dimitry for full definition 25.01.2017, 21:46, "Dimitry Andric" : > On 25 Jan 2017, at 14:58, Ilya A. Arkhipov wrote: >>  Somebody can explain to me how build sys/boot? >>  Right now I doing: >>  make -C sys/boot obj depend all >>  And I get: >>  cc -O2 -pipe -DSKEIN_LOOP=111 -fPIC -I

Re: How building sys/boot

2017-01-25 Thread Dimitry Andric
On 25 Jan 2017, at 14:58, Ilya A. Arkhipov wrote: > > Somebody can explain to me how build sys/boot? > Right now I doing: > make -C sys/boot obj depend all > And I get: > cc -O2 -pipe -DSKEIN_LOOP=111 -fPIC -I/usr/src/sys/boot/efi/loader > -I/usr/src/sys/boot/efi/loader/arch/amd64 > -I/usr/s

Re: How building sys/boot

2017-01-25 Thread Ilya A . Arkhipov
___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: How building sys/boot

2017-01-25 Thread Kamil Czekirda
Hi, looks like: https://lists.freebsd.org/pipermail/svn-src-head/ 2016-November/093494.html Kamil 2017-01-25 14:58 GMT+01:00 Ilya A. Arkhipov : > Hi All, > > Somebody can explain to me how build sys/boot? > Right now I doing: > make -C sys/boot obj depend all > And I get: > cc -O2 -pipe -DS

How building sys/boot

2017-01-25 Thread Ilya A . Arkhipov
Hi All, Somebody can explain to me how build sys/boot? Right now I doing: make -C sys/boot obj depend all And I get: cc -O2 -pipe -DSKEIN_LOOP=111 -fPIC -I/usr/src/sys/boot/efi/loader -I/usr/src/sys/boot/efi/loader/arch/amd64 -I/usr/src/sys/boot/efi/loader/../include -I/usr/src/sys/boot/ef