svn commit: r333928 - head/usr.bin/top

Eitan Adler eadler at FreeBSD.org
Sun May 20 17:58:23 UTC 2018


Author: eadler
Date: Sun May 20 17:58:22 2018
New Revision: 333928
URL: https://svnweb.freebsd.org/changeset/base/333928

Log:
  top(1): remove 'xs' and 'xh' source files
  
  Now that we're our own upstream these files buy us nothing.

Deleted:
  head/usr.bin/top/top.local.hs
  head/usr.bin/top/top.xs
Modified:
  head/usr.bin/top/Makefile

Modified: head/usr.bin/top/Makefile
==============================================================================
--- head/usr.bin/top/Makefile	Sun May 20 17:25:52 2018	(r333927)
+++ head/usr.bin/top/Makefile	Sun May 20 17:58:22 2018	(r333928)
@@ -16,15 +16,4 @@ SIGNAL_H= ${SRCTOP}/sys/sys/signal.h
 sigdesc.h: sigconv.awk ${SIGNAL_H}
 	awk -f ${SRCTOP}/usr.bin/top/sigconv.awk < ${SIGNAL_H} > ${.TARGET}
 
-.SUFFIXES: .xs .x .hs .h
-.xs.x .hs.h:
-	@${ECHO} Making ${.TARGET} from ${.IMPSRC}
-	@sed -e's,%LoadMax%,5.0,g' \
-	-e's,%TableSize%,20011,g' \
-	-e's,%NominalTopn%,18,g' \
-	-e's,%topn%,-1,g' \
-	-e's,%delay%,2,g' \
-	-e's,%random%,1,g' \
-	${.IMPSRC} > ${.TARGET}
-
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list