Source-Changes archive

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

CVS commit: syssrc/usr.sbin/config



Module Name:    syssrc
Committed By:   thorpej
Date:           Sun Nov 17 23:36:20 UTC 2002

Modified Files:
        syssrc/usr.sbin/config: defs.h gram.y scan.l

Log Message:
Add a "package" keyword, which makes it somewhat easier to add 3rd
party software packages to the kernel.  The statment:

package "../path/to/some/directory/files.package"

is equivalent to the sequence:

prefix "../path/to/some/directory"
include "files.package"
prefix


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/usr.sbin/config/defs.h
cvs rdiff -r1.38 -r1.39 syssrc/usr.sbin/config/gram.y
cvs rdiff -r1.35 -r1.36 syssrc/usr.sbin/config/scan.l

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