Home
last modified time | relevance | path

Searched refs:CVO (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/
H A Dbuild41 CVO=`env PATH="$PATH:./sntp/libevent/build-aux" sntp/scripts/cvo.sh @cvo@`
42 case "$CVO" in
43 *-*-*-*) echo "sntp/scripts/cvo.sh returned <$CVO>, which makes no sense to me."
47 *) echo "sntp/scripts/cvo.sh returned <$CVO>, which makes no sense to me."
62 case "$CVO" in
80 BASEDIR=A.$CVO
123 [ -f "$BDIR/.buildcvo" ] || echo $CVO > $BDIR/.buildcvo
H A DMakefile.am136 CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess` macro
139 echo "$(CVO)" > .buildcvo
142 @if [ "`cat .buildcvo`" != "$(CVO)" ];then \
144 echo "but this machine is a $(CVO)"; \
H A DMakefile.in594 CVO = `$(srcdir)/sntp/libevent/build-aux/config.guess`
1158 echo "$(CVO)" > .buildcvo
1161 @if [ "`cat .buildcvo`" != "$(CVO)" ];then \
1163 echo "but this machine is a $(CVO)"; \
/freebsd/contrib/ntp/sntp/scripts/
H A Dcvo.sh8 # CVO=... Shell variable
9 # CVO=... ; export CVO Old-style exported envariable
10 # export CVO=... New-style exported envariable
11 # setenv CVO ... csh-style exported envariable
16 CVO=$CVO_raw
18 set 1 `echo $CVO | tr '-' ' '`
96 echo "gronk - I don't understand <$CVO>!"
136 CVO=$CVO_CPU-$CVO_VENDOR-$CVO_OS
140 set | grep CVO
[all...]