summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/build
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2000-01-28 14:55:50 +0000
committerroberto <roberto@FreeBSD.org>2000-01-28 14:55:50 +0000
commitb5b40f9e420899251189775800d9f74092925299 (patch)
tree98efdf1b74d6ecb7828bb502a0350116eeb2fd3c /contrib/ntp/build
parentef64b99e8412f2273dd2e8b3291c2f78ffc4667f (diff)
downloadFreeBSD-src-b5b40f9e420899251189775800d9f74092925299.zip
FreeBSD-src-b5b40f9e420899251189775800d9f74092925299.tar.gz
Virgin import of ntpd 4.0.99b
Diffstat (limited to 'contrib/ntp/build')
-rwxr-xr-xcontrib/ntp/build12
1 files changed, 1 insertions, 11 deletions
diff --git a/contrib/ntp/build b/contrib/ntp/build
index e23865a..8caf641 100755
--- a/contrib/ntp/build
+++ b/contrib/ntp/build
@@ -1,13 +1,6 @@
#! /bin/sh
LOGF=make.log
-case "$1" in
- -l) LOG=1
- shift
- ;;
- *) LOG=0
- ;;
-esac
CONFIG_ARGS="$@"
@@ -52,8 +45,6 @@ BDIR="$BDIR$CCSUF"
cd $BDIR
(
-cp /dev/null $LOGF
-
[ -f config.status ] || ../configure $CONFIG_ARGS
case "$MAKE" in
@@ -62,5 +53,4 @@ case "$MAKE" in
*) $MAKE && $MAKE check
;;
esac
-) >> $LOGF 2>&1
-
+) > $LOGF 2>&1
OpenPOWER on IntegriCloud