summaryrefslogtreecommitdiffstats
path: root/tools/tinder.sh
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-30 23:50:23 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-30 23:50:23 +0000
commit59f4cb814dffd0fdde3c6d489c893c2cb67f3fc2 (patch)
tree10dd676fe27eeae3526bd1b656f1cf7e9e25b69b /tools/tinder.sh
parent8ee97b1290deddeff3de89007ded526a0b59ed8e (diff)
downloadFreeBSD-src-59f4cb814dffd0fdde3c6d489c893c2cb67f3fc2.zip
FreeBSD-src-59f4cb814dffd0fdde3c6d489c893c2cb67f3fc2.tar.gz
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
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 4291e88..aaca7c8 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"
OpenPOWER on IntegriCloud