El día Monday, March 30, 2009 a las 11:55:25AM +0200, Mel Flynn escribió: > On Monday 30 March 2009 09:45:02 Matthias Apitz wrote: > > Hello, > > > > I have created a boot-able USB key with -CURRENT from CVS following > > this recipe: > > > > # mkdir -p /usr/src/myHEAD/obj > > # cd /usr/src/myHEAD > > # cvs checkout src > > # setenv MAKEOBJDIRPREFIX /usr/src/myHEAD/obj > <snip> > > > # setenv MAKEOBJDIRPREFIX /myHEAD/obj > > There's your problem. Your .OBJDIR does not contain output of buildworld. Ofc it contains the output of the previous buildworld; I've copied it over with: # cd /usr/src/ # tar -cf - myHEAD | ( cd /mnt ; tar -xpf - ) before unmounting the key from the originator system; Why do you think it is not there? For example: # ls /myHEAD/obj/usr/src/myHEAD/src/usr.bin/make .depend for.o main.o proc.o util.o arch.o hash.o make shell.o var.o buf.o hash_tables.o make.1.gz str.o cond.o job.o make.o suff.o dir.o lst.o parse.o targ.o matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e <matthias.apitz_at_oclc.org> - w http://www.oclc.org/ http://www.UnixArea.de/Received on Mon Mar 30 2009 - 08:03:59 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:45 UTC