Hi, * TAKAHASHI Yoshihiro <[email protected]> wrote: > This broke 'make release' on i386 and pc98. > > cc <snip> > reboot.lo(.text+0x2f3): In function `main': > : undefined reference to `ulog_pututxline'
Ugh. It's a little frustrating that this information is a bit scattered throughout the source tree. My current development box is building other code right now, so I can't run a make release myself. The attached patch should probably fix it, right? Thanks for informing me. -- Ed Schouten <[email protected]> WWW: http://80386.nl/
Index: release/pc98/fixit_crunch.conf =================================================================== --- release/pc98/fixit_crunch.conf (revision 200169) +++ release/pc98/fixit_crunch.conf (working copy) @@ -44,4 +44,4 @@ progs chown ln chown chgrp -libs -ledit -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lutil +libs -ledit -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lulog -lutil Index: release/i386/fixit_crunch.conf =================================================================== --- release/i386/fixit_crunch.conf (revision 200169) +++ release/i386/fixit_crunch.conf (working copy) @@ -46,4 +46,4 @@ progs chroot ln chown chgrp -libs -ledit -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lutil +libs -ledit -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lulog -lutil
pgpjSejg45NHp.pgp
Description: PGP signature
