summaryrefslogtreecommitdiff
path: root/tools/tinder.sh
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-03-30 23:50:23 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-03-30 23:50:23 +0000
commit497e80911e0033a44f608c5c912024997ffb5d3c (patch)
tree10dd676fe27eeae3526bd1b656f1cf7e9e25b69b /tools/tinder.sh
parent4f1c85df14bdba51ee73298b4a37aa0eb4ea180a (diff)
downloadsrc-test2-497e80911e0033a44f608c5c912024997ffb5d3c.tar.gz
src-test2-497e80911e0033a44f608c5c912024997ffb5d3c.zip
Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.
Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742
Notes
Notes: svn path=/head/; revision=297434
Diffstat (limited to 'tools/tinder.sh')
-rwxr-xr-xtools/tinder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tinder.sh b/tools/tinder.sh
index 4291e88dfe95..aaca7c8f35b9 100755
--- a/tools/tinder.sh
+++ b/tools/tinder.sh
@@ -58,4 +58,4 @@ for i in "$@"; do
;;
esac
done
-make tinderbox UNIVERSE_TARGET="_cleanobj _obj _depend everything" $MAKE_ARGS SUBDIR_OVERRIDE="$SUBDIR"
+make tinderbox UNIVERSE_TARGET="_cleanobj _obj everything" $MAKE_ARGS SUBDIR_OVERRIDE="$SUBDIR"