Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



mycroft
Mon Mar 24 11:51:30 PST 1997
Update of /cvsroot/src/sys/arch/amiga/stand/boot
In directory netbsd1:/var/slash-tmp/cvs-serv21593

Modified Files:
        main.c 
Log Message:
Fix calculation of fmem and fmemsz for old ROMs.

mycroft
Mon Mar 24 11:53:35 PST 1997
Update of /cvsroot/src/sys/arch/amiga/stand/boot
In directory netbsd1:/var/slash-tmp/cvs-serv21690

Modified Files:
        Makefile 
Log Message:
Build fdboot.

perry
Mon Mar 24 11:54:36 PST 1997
Update of /a/cvsroot/src/gnu/usr.bin/ld
In directory netbsd1:/var/slash-tmp/cvs-serv21576

Modified Files:
        Makefile 
Log Message:
Fix bug which has kept ld.so from being built for some time:

<bsd.prog.mk> was being included before an .if !defined(NOPIC)
which added rtld to the SUBDIRs. This was so that the definition
of NOPIC would get picked up. Unfortunately, this is WRONG, because
after <bsd.prog.mk> is included you shouldn't be able to touch SUBDIR
as the magic has already happened.

However, a complementary bug in the .mk files kept anyone from
noticing until now.

Fixed by moving the include of <bsd.prog.mk> to the bottom and
including <bsd.own.mk> above the .if !defined, which is the correct
way to do this sort of thing.


pk
Mon Mar 24 11:57:00 PST 1997
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv22457

Modified Files:
        cache.h 
Log Message:
Add `c_associativity' field.




Home | Main Index | Thread Index | Old Index