Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
mikel
Thu Dec 4 01:03:19 PST 1997
Update of /cvsroot/src/gnu/usr.bin/gcc
In directory netbsd1:/var/slash-tmp/cvs-serv3199/src/gnu/usr.bin/gcc
Modified Files:
gcc2netbsd
Log Message:
add missing ".o"; from Brian Grayson in PR 4487
mikel
Thu Dec 4 01:03:20 PST 1997
Update of /cvsroot/src/gnu/usr.bin/gcc/libgcc
In directory netbsd1:/var/slash-tmp/cvs-serv3199/src/gnu/usr.bin/gcc/libgcc
Modified Files:
Makefile
Log Message:
add missing ".o"; from Brian Grayson in PR 4487
jonathan
Thu Dec 4 01:05:38 PST 1997
Update of /a/cvsroot/src/distrib/utils/sysinst
In directory netbsd1:/var/slash-tmp/cvs-serv3163
Modified Files:
target.c main.c menus.mi.fr menus.mi.eng defs.h
Log Message:
Implement TODO item to unwind target mounts on completion:
* Add mount_with_unwind() that adds mountpoint to a LIFO queue
of mountpoints to undo on error. Use in target_mount().
* Add unwind_mounts() which traverses the LIFO queue and unmounts
filesystems, silently ignoring errors.
* create toplevel() function which displays banner message and
calls unwind_mounts().
* change toplevel menu to call toplevel() instead of inline banner.
Where to do unwinds needs more thought. Perhaps we should only unwind
if an upgrade or install appears unsuccessful, so after a successful
install, the target is mounted (e.g., for upgrading /etc/rc.conf).
Home |
Main Index |
Thread Index |
Old Index