File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
- # $NetBSD: build.sh,v 1.378 2024/07/05 00:34:11 riastradh Exp $
2
+ # $NetBSD: build.sh,v 1.379 2024/07/23 20:46:40 riastradh Exp $
3
3
#
4
4
# Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
5
5
# All rights reserved.
@@ -1547,7 +1547,7 @@ sanitycheck()
1547
1547
1548
1548
while [ ${MKX11-no} = " yes" ]; do # not really a loop
1549
1549
test -n " ${X11SRCDIR} " && {
1550
- test -f " ${X11SRCDIR} /Makefile " ||
1550
+ test -d " ${X11SRCDIR} /external " ||
1551
1551
bomb " X11SRCDIR (${X11SRCDIR} ) does not exist (with -x)"
1552
1552
break
1553
1553
}
@@ -2031,7 +2031,7 @@ createmakewrapper()
2031
2031
eval cat << EOF ${makewrapout}
2032
2032
#! ${HOST_SH}
2033
2033
# Set proper variables to allow easy "make" building of a NetBSD subtree.
2034
- # Generated from: \$ NetBSD: build.sh,v 1.378 2024/07/05 00:34:11 riastradh Exp $
2034
+ # Generated from: \$ NetBSD: build.sh,v 1.379 2024/07/23 20:46:40 riastradh Exp $
2035
2035
# with these arguments: ${_args}
2036
2036
#
2037
2037
You can’t perform that action at this time.
0 commit comments