makesyscalls.sh: spit out a deprecation notice to stderr
This has for a while been replaced by makesyscalls.lua in the stock FreeBSD build. Ensure downstreams get some notice that it'a going away if they're reliant on it, maybe.
This commit is contained in:
parent
0ae0e8d2bd
commit
bb97350f28
@ -60,6 +60,8 @@ case $# in
|
||||
;;
|
||||
esac
|
||||
|
||||
1>&2 echo "$0: This script is deprecated and will be removed before FreeBSD 13."
|
||||
|
||||
if [ -n "$2" ]; then
|
||||
. "$2"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user