Source-Changes-D archive

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

Re: CVS commit: src/sys



In message: <87fxhgt4tq.fsf%snark.cb.piermont.com@localhost>
            "Perry E. Metzger" <perry%piermont.com@localhost> writes:
: 
: David Laight <dsl%netbsd.org@localhost> writes:
: > Log Message:
: > Remove all the __P() from sys (excluding sys/dist)
: > Diff checked with grep and MK1 eyeball.
: > i386 and amd64 GENERIC and sys still build.
: 
: For future reference, a good way to check such things is to make
: sure there is no difference in the binaries generated after the
: change.

md5 *.o > /tmp/1
rm *.o
make
md5 *.o > /tmp/2
diff /tmp/[12]

:)

Warner


Home | Main Index | Thread Index | Old Index