summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc21
-rw-r--r--tools/build/options/WITHOUT_GPIB2
-rw-r--r--tools/tools/ether_reflect/ether_reflect.14
-rw-r--r--tools/tools/sysbuild/sysbuild.sh8
-rw-r--r--tools/tools/vimage/vimage.84
5 files changed, 9 insertions, 30 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 6ba1776..553a768 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1333,26 +1333,6 @@ OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
OLD_FILES+=usr/share/man/man1/kgdb.1.gz
.endif
-.if ${MK_GPIB} == no
-OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h
-OLD_FILES+=usr/include/dev/ieee488/tnt4882.h
-OLD_FILES+=usr/include/dev/ieee488/ugpib.h
-OLD_FILES+=usr/include/dev/ieee488/upd7210.h
-OLD_DIRS+=usr/include/dev/ieee488
-OLD_FILES+=usr/include/gpib/gpib.h
-OLD_DIRS+=usr/include/gpib
-OLD_FILES+=usr/lib/libgpib.a
-OLD_FILES+=usr/lib/libgpib.so
-OLD_LIBS+=usr/lib/libgpib.so.3
-OLD_FILES+=usr/lib/libgpib_p.a
-.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
-OLD_FILES+=usr/lib32/libgpib.a
-OLD_FILES+=usr/lib32/libgpib.so
-OLD_LIBS+=usr/lib32/libgpib.so.3
-OLD_FILES+=usr/lib32/libgpib_p.a
-.endif
-.endif
-
.if ${MK_GPIO} == no
OLD_FILES+=usr/sbin/gpioctl
OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
@@ -3705,7 +3685,6 @@ OLD_FILES+=usr/lib/libformw_p.a
OLD_FILES+=usr/lib/libgcc_p.a
OLD_FILES+=usr/lib/libgeom_p.a
OLD_FILES+=usr/lib/libgnuregex_p.a
-OLD_FILES+=usr/lib/libgpib_p.a
OLD_FILES+=usr/lib/libgssapi_krb5_p.a
OLD_FILES+=usr/lib/libgssapi_p.a
OLD_FILES+=usr/lib/libhdb_p.a
diff --git a/tools/build/options/WITHOUT_GPIB b/tools/build/options/WITHOUT_GPIB
deleted file mode 100644
index 82cec15..0000000
--- a/tools/build/options/WITHOUT_GPIB
+++ /dev/null
@@ -1,2 +0,0 @@
-.\" $FreeBSD$
-Set to not build GPIB bus support.
diff --git a/tools/tools/ether_reflect/ether_reflect.1 b/tools/tools/ether_reflect/ether_reflect.1
index e6539b1..421136b 100644
--- a/tools/tools/ether_reflect/ether_reflect.1
+++ b/tools/tools/ether_reflect/ether_reflect.1
@@ -91,10 +91,10 @@ are seen on ineterface em0. The timeout is 1 millisecond.
Rewrite the destination address in each packet to 00:00:00:aa:bb:cc
before reflecting the packet.
.Sh SEE ALSO
-.Xr ifconfig 8 ,
.Xr tcpdump 1 ,
+.Xr bpf 2 ,
.Xr pcap 4 ,
-.Xr bpf 2 .
+.Xr ifconfig 8
.Sh HISTORY
The
.Nm
diff --git a/tools/tools/sysbuild/sysbuild.sh b/tools/tools/sysbuild/sysbuild.sh
index bb22a69..d95b8df 100644
--- a/tools/tools/sysbuild/sysbuild.sh
+++ b/tools/tools/sysbuild/sysbuild.sh
@@ -219,6 +219,10 @@ ports_build() (
ports_recurse . $PORTS_WE_WANT
+ if [ "x${PKG_DIR}" != "x" ] ; then
+ mkdir -p ${PKG_DIR}
+ fi
+
# Now build & install them
for p in `cat /tmp/_.plist`
do
@@ -231,9 +235,7 @@ ports_build() (
(
cd $p
- make clean ${PORTS_OPTS}
- make all ${PORTS_OPTS}
- make install ${PORTS_OPTS}
+ make clean all install ${PORTS_OPTS}
) > _.$b 2>&1 < /dev/null
continue
fi
diff --git a/tools/tools/vimage/vimage.8 b/tools/tools/vimage/vimage.8
index 306bf83..3ceb069 100644
--- a/tools/tools/vimage/vimage.8
+++ b/tools/tools/vimage/vimage.8
@@ -178,8 +178,8 @@ The
.Nm
command exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
-.Xr jail 8
-.Xr jexec 8
+.Xr jail 8 ,
+.Xr jexec 8 ,
.Xr jls 8
.Sh HISTORY
Network stack virtualization framework first appeared as a patchset
OpenPOWER on IntegriCloud