aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/build
diff options
context:
space:
mode:
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 e23865a3aaeb..8caf6413a7e5 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