Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 17:58:22 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333928 - head/usr.bin/top
Message-ID:  <201805201758.w4KHwMxY074380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805201758.w4KHwMxY074380>