summaryrefslogtreecommitdiff
path: root/share/mk/bsd.dep.mk
Commit message (Expand)AuthorAgeFilesLines
* Allow per-file lex and yacc options.Bjoern A. Zeeb2019-11-151-4/+4
* Fix spelling of DPSRCS.Bryan Drewery2019-10-191-1/+1
* Rework some multi-output target dependency handling.Bryan Drewery2019-07-191-6/+16
* Rework r349061: Don't apply guessed dependencies if there is a custom target.Bryan Drewery2019-06-181-1/+3
* Allow DEPENDOBJS/DEPENDSRCS to work with only OBJS set and no SRCS.Bryan Drewery2019-06-151-2/+5
* Avoid generating DEPENDFILES='.depend.' when there's no DEPENDOBJS.Bryan Drewery2019-06-151-0/+2
* Don't force OBJS_DEPEND_GUESS headers onto all objects.Bryan Drewery2019-06-151-10/+9
* Created static libc PIC/no-SSP library to be used by rtld.Konstantin Belousov2018-05-091-1/+4
* Fix DPSRCS not getting .depend.* files.Bryan Drewery2017-12-051-2/+2
* Allow Makefiles to append to DEPENDSRCS.Bryan Drewery2017-12-051-1/+1
* Allow consuming Makefiles to add to DEPENDFILES.Bryan Drewery2017-11-101-4/+4
* META_MODE: Bmake 20171028 in r325340 simplifies the meta filename.Bryan Drewery2017-11-081-1/+5
* AUTO_OBJ: Allow 'make cleandir obj all' combinations.Bryan Drewery2017-11-051-0/+4
* Use OBJS_SRCS_FILTER to control setting OBJS from SRCSSimon J. Gerraty2017-09-161-2/+2
* Allow -DNO_SKIP_DEPEND to override the _SKIP_DEPEND logic.Bryan Drewery2017-07-251-1/+1
* Allow disabling dependency tracking if DEPEND_CFLAGS is empty.Bryan Drewery2017-07-241-3/+1
* Slightly simplify logic for which depend file is expected.Bryan Drewery2017-07-241-3/+7
* Rework logic for skipping .depend/.meta file read/stat/writes.Bryan Drewery2017-06-221-5/+17
* Remove logic for setting .MAKE.DEPENDFILE=/dev/null already covered by _SKIP_...Bryan Drewery2017-06-211-2/+1
* Fix 'make clean all' to work again.Bryan Drewery2017-06-201-1/+1
* META_MODE: Fix not using .depend files when no OBJDIR is present.Bryan Drewery2017-03-171-0/+7
* DIRDEPS_BUILD: Consolidate some logic for skipping of reading Makefile.depend.Bryan Drewery2016-11-131-2/+3
* Consolidate the "don't build" optimizations into _SKIP_BUILD.Bryan Drewery2016-11-131-4/+2
* When MAKEOBJDIRPREFIX points to a case-insensitive file system, theMarcel Moolenaar2016-09-241-2/+2
* FAST_DEPEND/META_MODE: Fix several issues with SRCS containing '/'.Bryan Drewery2016-09-011-3/+12
* Add a 'make print-dir' that simply traverses all directories and prints them.Bryan Drewery2016-08-311-3/+3
* Allow parallelizing clean/cleandepend/depend with all.Bryan Drewery2016-08-291-0/+2
* FAST_DEPEND: Fix 'make all install' not properly rebuilding based on .depend....Bryan Drewery2016-08-231-3/+4
* META_MODE: Don't generate or read _EXTRADEPEND dependencies when using filemon.Bryan Drewery2016-06-211-11/+15
* WITH_META_MODE: Do include headers for specific guessed dependenciesBryan Drewery2016-06-151-2/+4
* Don't truncate OBJS_DEPEND_GUESS.target from MakefileBryan Drewery2016-06-151-3/+3
* WITH_META_MODE: Avoid "building" .depend if there is nothing to do.Bryan Drewery2016-06-031-1/+3
* WITH_META_MODE: Don't expect meta files for side-effect generated files.Bryan Drewery2016-06-031-0/+2
* Revert r301079.Bryan Drewery2016-06-031-9/+7
* WITH_META_MODE: Mitigate switching from without to with META_MODE.Bryan Drewery2016-05-311-7/+9
* WITH_META_MODE: Fix suffix transformation rules with guessed dependencies.Bryan Drewery2016-05-211-0/+6
* META_MODE: Don't hide the .depend rm -f command.Bryan Drewery2016-04-181-1/+1
* META_MODE: Clean .meta files with 'make cleandepend'.Bryan Drewery2016-04-181-0/+3
* Implement the dependency condition more safely.Bryan Drewery2016-04-141-1/+1
* Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-54/+3
* FAST_DEPEND: Use .dinclude to enable full .depend logic in bmake.Bryan Drewery2016-03-111-0/+6
* FAST_DEPEND: Prefer .OBJDIR depend files.Bryan Drewery2016-02-291-1/+1
* Import bsd.clang-analyze.mk based on NetBSD's version.Bryan Drewery2016-02-261-1/+1
* Let CLEANDEPENDFILES actually be set before bsd.dep.mk.Bryan Drewery2016-02-261-1/+1
* Fix build without FAST_DEPEND and without running 'make depend' after r295985.Bryan Drewery2016-02-251-1/+0
* FAST_DEPEND: Still need to remove DEPENDFILE when rebuilding.Bryan Drewery2016-02-241-1/+3
* FAST_DEPEND: Always run depend via beforebuild which removes many hacks.Bryan Drewery2016-02-241-0/+9
* Hook the meta/nofilemon build into using FAST_DEPEND.Bryan Drewery2016-02-241-10/+20
* FAST_DEPEND: Don't waste time generating an empty .depend file.Bryan Drewery2016-02-241-2/+2
* FAST_DEPEND: Rework how guessed dependencies are handled.Bryan Drewery2016-02-241-8/+23