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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to