make release - bfd/mybfd.h - no such file

2005-07-08 Thread Jonas Melian
I'm trying build openbsd from source with 'make release'. In the first, I updated from release to stable. But i always get the same error. _ install -C -o root -g bin -m 444 bfd/mybfd.h /usr/dest/usr/include/bfd.h install: bfd/mybfd.h: No such file or directory *** Error code 71 Stop in /usr

Re: make release - bfd/mybfd.h - no such file

2005-07-09 Thread Jonas Melian
Kenneth R Westerback wrote: >man release > > Ken > >On Fri, Jul 08, 2005 at 05:18:44PM +0100, Jonas Melian wrote: > > >>I'm trying build openbsd from source with 'make release'. In the first, >>I updated from release to stable. >> >

Stripping libraries

2005-07-15 Thread Jonas Melian
The binaries are stripped by default, how set it in /etc/mk.conf for stripping libraries too?

Ports - Installing in another subdirectory

2005-07-17 Thread Jonas Melian
For installing a port in another subdirectory, i'd used DESTDIR and DESTDIRNAME but both fails. I also tried with 'FAKE_FLAGS=${DESTDIRNAME}=/usr/test' and 'PREFIX=${DESTDIR}/usr/local' in /etc/mk.conf but nothing. sudo make install DESTDIR=/usr/test I looked at man bsd.port.mk Any suggestion?

Re: Ports - Installing in another subdirectory

2005-07-18 Thread Jonas Melian
Marc Espie wrote: On Sun, Jul 17, 2005 at 07:56:11PM +0100, Jonas Melian wrote: For installing a port in another subdirectory, i'd used DESTDIR and DESTDIRNAME but both fails. I also tried with 'FAKE_FLAGS=${DESTDIRNAME}=/usr/test' and 'PREFIX=${DESTDIR}/usr/local&

Re: Ports - Installing in another subdirectory

2005-07-23 Thread Jonas Melian
Marc Espie wrote: On Mon, Jul 18, 2005 at 02:58:40PM +0100, Jonas Melian wrote: Marc Espie wrote: On Sun, Jul 17, 2005 at 07:56:11PM +0100, Jonas Melian wrote: For installing a port in another subdirectory, i'd used DESTDIR and DESTDIRNAME but both fails. I also tried