makesyscalls.sh: improve the 'this is going away' message
Reported by: Ronald Klop, rgrimes
This commit is contained in:
parent
952d18a214
commit
fd35bfaecf
@ -60,7 +60,8 @@ case $# in
|
||||
;;
|
||||
esac
|
||||
|
||||
1>&2 echo "$0: This script is deprecated and will be removed before FreeBSD 13."
|
||||
1>&2 echo "$0: This script has been replaced by sys/tools/makesyscalls.lua and"
|
||||
1>&2 echo "$0: will be removed before FreeBSD 13. See also: sys/conf/sysent.mk"
|
||||
|
||||
if [ -n "$2" ]; then
|
||||
. "$2"
|
||||
|
Loading…
Reference in New Issue
Block a user