9ad44ce879
in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
6 lines
114 B
Makefile
6 lines
114 B
Makefile
# $NetBSD: bsd.depall.mk,v 1.1 1999/09/14 01:31:11 perry Exp $
|
|
|
|
dependall: depend
|
|
@cd ${.CURDIR}; \
|
|
${MAKE} all
|