Source-Changes archive

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

CVS commit: src/etc



Module Name:    src
Committed By:   apb
Date:           Sat Mar  3 06:36:01 UTC 2007

Modified Files:
        src/etc: MAKEDEV.local MAKEDEV.tmpl Makefile
Removed Files:
        src/etc: MAKEDEV.subr.tmpl

Log Message:
Remove MAKEDEV.subr.  This removes the risk of third party scripts (or
human procedures) breaking because they assume it's enough to copy
MAKEDEV fom one place to another.

Let MAKEDEV return after defining shell functions but before doing any
real work, if MAKEDEV_AS_LIBRARY is set.

Let MAKEDEV.local load MAKEDEV as a function library via
"MAKEDEV_AS_LIBRARY=1 . MAKEDEV".


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/etc/MAKEDEV.local
cvs rdiff -r1.2 -r0 src/etc/MAKEDEV.subr.tmpl
cvs rdiff -r1.78 -r1.79 src/etc/MAKEDEV.tmpl
cvs rdiff -r1.339 -r1.340 src/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index