cvs commit: src/etc Makefile

Matthew Dillon dillon at apollo.backplane.com
Fri Jan 16 01:27:48 PST 2004


    For people who don't know, there is an 'upgrade' target in
    /usr/src/Makefile which upgrades the pieces of /etc which are
    normally not modified by the sysadmin.

    This target will do things like update your /etc/rc.d files and so
    on and so forth.  It also cleans up stale files that are no longer
    used, and as of this commit it will cleanup the 'stale' compiler related
    files from their old locations in /usr/bin, /usr/libexec, and /usr/lib.

    It would be a good idea to run this target after building and installing
    a new world after the big compiler commit I just made.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>
:
:dillon      2004/01/16 01:11:10 PST
:
:DragonFly src repository
:
:  Modified files:
:    etc                  Makefile 
:  Log:
:  Augment the upgrade_etc target to remove stale compiler-related binaries
:  and data files if it detects that the gcc upgrade has occured from a
:  recent installworld.
:  
:  Revision  Changes    Path
:  1.9       +14 -0     src/etc/Makefile
:
:
:http://www.dragonflybsd.org/cvsweb/src/etc/Makefile.diff?r1=1.8&r2=1.9&f=h
:






More information about the Kernel mailing list