Source-Changes archive

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

CVS commit: src/share/mk



Module Name:    src
Committed By:   lukem
Date:           Tue Jan 27 03:31:49 UTC 2004

Modified Files:
        src/share/mk: bsd.dep.mk bsd.hostprog.mk bsd.kmod.mk bsd.lib.mk
            bsd.prog.mk bsd.sys.mk sys.mk

Log Message:
Replace
        :M-[IDU]*
with
        :C/-([IDU])[  ]*/-\1/Wg:M-[IDU]*
so that arguments with whitespace after them work correctly.
Resolves [toolchain/18248] from Andrew White at Motorola.

Be consisent in this syntax; previously we'd sometimes we'd just have :M-[ID]*
which would ignore -Ufoo ...

(This needs :C///W support in make(1) that Simon Gerraty added for me :)


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 src/share/mk/bsd.dep.mk
cvs rdiff -r1.39 -r1.40 src/share/mk/bsd.hostprog.mk
cvs rdiff -r1.72 -r1.73 src/share/mk/bsd.kmod.mk
cvs rdiff -r1.244 -r1.245 src/share/mk/bsd.lib.mk
cvs rdiff -r1.195 -r1.196 src/share/mk/bsd.prog.mk
cvs rdiff -r1.110 -r1.111 src/share/mk/bsd.sys.mk
cvs rdiff -r1.82 -r1.83 src/share/mk/sys.mk

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