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

/freebsd-9.3-release/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.am137 CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess`
140 echo "$(CVO)" > .buildcvo
143 @if [ "`cat .buildcvo`" != "$(CVO)" ];then \
145 echo "but this machine is a $(CVO)"; \
H A DMakefile.in596 CVO = `$(srcdir)/sntp/libevent/build-aux/config.guess`
1151 echo "$(CVO)" > .buildcvo
1154 @if [ "`cat .buildcvo`" != "$(CVO)" ];then \
1156 echo "but this machine is a $(CVO)"; \
/freebsd-9.3-release/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 '-' ' '`
90 echo "gronk - I don't understand <$CVO>!"
130 CVO=$CVO_CPU-$CVO_VENDOR-$CVO_OS
134 set | grep CVO
[all...]

Completed in 133 milliseconds