cvs commit: src/usr.bin/make
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Wed Dec 1 07:09:11 PST 2004
joerg 2004/12/01 07:06:55 PST
DragonFly src repository
Modified files:
usr.bin/make make.1 var.c
Log:
var.c: 1.42->1.43
make.1: 1.63->1.64
Author: marcel, ru
Log:
Implement the O modifier. The O modifier sorts the words in a
variable. The implementation is based upon the patch sent to
arch@, but modified to be compatible with NetBSD. The modifier
that does a reverse sort has been dropped for now, but the
ability to add one later has been preserved.
Document the `O' modifier.
Revision Changes Path
1.16 +2 -0 src/usr.bin/make/make.1
1.18 +51 -1 src/usr.bin/make/var.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.1.diff?r1=1.15&r2=1.16&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var.c.diff?r1=1.17&r2=1.18&f=u
More information about the Commits
mailing list