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.387 2024/12/23 01:51:13 kre Exp $
2
+ # $NetBSD: build.sh,v 1.388 2024/12/28 00:39:56 gutteridge Exp $
3
3
#
4
4
# Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
5
5
# All rights reserved.
@@ -1154,7 +1154,7 @@ help()
1154
1154
mkrepro-timestamp Show the latest source timestamp used for reproducible
1155
1155
builds and exit. Requires -P or -V MKREPRO=yes.
1156
1156
show-revisionid Show the revision ID of the current directory
1157
- (in SCM dependend format) and exit.
1157
+ (in SCM-dependent format) and exit.
1158
1158
Requires -P or -V MKREPRO=yes.
1159
1159
1160
1160
Options:
@@ -2205,7 +2205,7 @@ createmakewrapper()
2205
2205
eval cat << EOF ${makewrapout}
2206
2206
#! ${HOST_SH}
2207
2207
# Set proper variables to allow easy "make" building of a NetBSD subtree.
2208
- # Generated from: \$ NetBSD: build.sh,v 1.387 2024/12/23 01:51:13 kre Exp $
2208
+ # Generated from: \$ NetBSD: build.sh,v 1.388 2024/12/28 00:39:56 gutteridge Exp $
2209
2209
# with these arguments: ${_args}
2210
2210
#
2211
2211
You can’t perform that action at this time.
0 commit comments