Searched hist:31859 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.bin/jot/
H A Djot.cdiff 86196 Thu Nov 08 20:49:24 MST 2001 gallatin fix jot -r on 64-bit platforms by teaching it that arc4random outputs
an int, not a long

Submitted by: Paul Herman <pherman@frenchfries.net>
PR#: alpha/31859
/freebsd-11.0-release/share/mk/
H A Dbsd.obj.mkdiff 31859 Fri Dec 19 18:48:45 MST 1997 bde Only remove ${CLEANFILES} in the default clean rule. In particular,
don't remove a.out explicitly. a.out should only be generated for
libraries and is removed in the non-default rule in bsd.lib.mk.

Removed undocumented cleanfiles target. It was the same as the
default clean target except it didn't descend into subdirs. It was
different from special clean targets in other ways. This feature
hasn't been missed for more important targets.

Removed unused default cleandepend target. bsd.dep.mk has a better
version which is always used.

Use a better rule for checkdpadd in the BINFORMAT=aout case. This
mainly checks that ld -f is working correctly. The old rule is
still available via `make BINFORMAT=foo checkdpadd' and should be
used to check for regressions under 2.2 where ld -f is not available.

Completed in 135 milliseconds