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

/freebsd-11.0-release/bin/sh/
H A DMakefilediff 2180 Sun Aug 21 10:44:51 MDT 1994 bde Touch init.c after making it in case mkinit refused to touch it after not
changing it. mkinit's attempted smartness about timestamps is mismatched
with the makefile. init.o is compiled _twice_ the first time it is made...
/freebsd-11.0-release/sys/tools/
H A Dvnode_if.awkdiff 12656 Wed Dec 06 23:33:39 MST 1995 bde Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (a
single typedef) is now declared in <sys/types.h>.

This is the first of 4 commits that will remove some excessive
includes of vm*.h and user.h. The total speed improvement isn't
as large as I first thought. `make depend; make' for LINT only
improved from 2180 seconds to 2108 seconds user time.

Completed in 168 milliseconds