for now, make the fact that no sources were specified a warning.
This commit is contained in:
parent
ccaf934316
commit
2a8b4af820
|
@ -1,6 +1,6 @@
|
|||
#!@BSHELL@ -
|
||||
#
|
||||
# $NetBSD: host-mkdep.in,v 1.8 2003/06/10 20:40:39 christos Exp $
|
||||
# $NetBSD: host-mkdep.in,v 1.9 2003/06/10 21:34:02 christos Exp $
|
||||
#
|
||||
# Copyright (c) 1991, 1993
|
||||
# The Regents of the University of California. All rights reserved.
|
||||
|
@ -114,8 +114,8 @@ while [ $# -gt 0 ]; do
|
|||
done
|
||||
|
||||
if [ -z "$SRCS" ]; then
|
||||
echo "$USAGE" 1>&2
|
||||
exit 1
|
||||
echo "$0: Warning no sources specified." 1>&2
|
||||
exit 0
|
||||
fi
|
||||
|
||||
TMP=/tmp/mkdep$$
|
||||
|
|
Loading…
Reference in New Issue