aboutsummaryrefslogtreecommitdiff
path: root/libexec/build-make-distclean
blob: 9e73919d2f2734bc9b1278b8ca357ad72f09d140 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env build

import build-make-clean

if test "${BUILDER_CALL_STACK}" = '__main__'; then
	simple_usage 'distclean' '[all|[<category>/]<package|all>]' "$@"
	echo "distcleaning: ${1}"
	build_make_distclean "${@}"
fi

# vim: filetype=sh