index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
share
/
mk
/
bsd.dep.mk
Age
Commit message (
Expand
)
Author
2017-10-17
remove the remaining references to .depend files since nothing creates them
Christian Weisgerber
2017-08-12
Let DFLAGS been added to by the per-directory Makefile
Philip Guenther
2017-07-10
re-add unintentionally removed cleandir part that rm tags from the .CURDIR
Marc Espie
2017-07-09
have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
Marc Espie
2017-07-05
based on florian@'s observation and guenther@'s work in kernel makefiles.
Marc Espie
2017-07-04
let BUILDFIRST just build first, using the same trick guenther@ did in
Marc Espie
2017-07-03
re-add dependencies from SRCS to corresponding OBJS.
Marc Espie
2017-07-03
explicitly pass -MD -MP in DFLAGS, so that even if CFLAGS are forced
Marc Espie
2017-07-01
effectively kill depend as an independant target (there are a few corners
Marc Espie
2017-06-16
introduce a BUILDFIRST/BUILDAFTER mechanism:
Marc Espie
2017-06-04
pass better arguments to mkdep.
Marc Espie
2017-05-31
Drop -t option from ctags call.
anton
2016-09-04
Treat .cpp files as C++ source code in make depend.
Patrick Wildt
2012-10-15
old stuff:
Marc Espie
2012-08-31
use subdir realtarget => target recursion (for subdir.mk .USE macro)
Marc Espie
2010-03-27
pass -d -t to the default ``make tags'' flags.
Owain Ainsworth
2008-03-24
check for emptiness of SRCS, since make warns otherwise.
Marc Espie
2007-11-03
unmess make depend: make sure stuff is built in the correct order.
Marc Espie
2006-06-30
generate deps for yacc and lex, and clean stuff generated by these;
Otto Moerbeek
2003-08-07
trivial clean-up: indent tests and mark phony targets.
Marc Espie
1998-06-09
Add CTAGS, with a full pathname, and use it.
Jason Downs
1996-03-05
Labeling style changed ($OpenBSD$).
Michael Shalayeff
1996-02-25
Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README.
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt