Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105755488
D22101.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
698 B
Referenced Files
None
Subscribers
None
D22101.diff
View Options
Index: head/usr.sbin/ntp/Makefile.inc
===================================================================
--- head/usr.sbin/ntp/Makefile.inc
+++ head/usr.sbin/ntp/Makefile.inc
@@ -16,4 +16,6 @@
WARNS?= 0
+.export ECHO
+
.include "../Makefile.inc"
Index: head/usr.sbin/ntp/scripts/mkver
===================================================================
--- head/usr.sbin/ntp/scripts/mkver
+++ head/usr.sbin/ntp/scripts/mkver
@@ -4,6 +4,8 @@
#
PROG=${1-UNKNOWN}
+: ${ECHO:=echo}
+
ConfStr="$PROG"
ConfStr="$ConfStr 4.2.8p12"
@@ -32,7 +34,7 @@
ConfStr="$ConfStr (${RUN})"
-echo "Version <${ConfStr}>";
+${ECHO} "Version <${ConfStr}>";
rm -f version.c
cat > version.c << -EoF-
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 5:19 AM (17 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15538397
Default Alt Text
D22101.diff (698 B)
Attached To
Mode
D22101: usr.sbin/ntp: don't emit versions w/ make -s
Attached
Detach File
Event Timeline
Log In to Comment