summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2015-06-08 19:45:24 +0000
committermarcel <marcel@FreeBSD.org>2015-06-08 19:45:24 +0000
commit3f1876f2b922ae783cfe58196ba4e2a9a6958da4 (patch)
treefb5f91fbe1c0ffcd2e69cea3c96c500a54913092 /usr.bin/top
parent70ea701e5372ca5379962b572d577db3624ff317 (diff)
downloadFreeBSD-src-3f1876f2b922ae783cfe58196ba4e2a9a6958da4.zip
FreeBSD-src-3f1876f2b922ae783cfe58196ba4e2a9a6958da4.tar.gz
Move contrib/top/top.X to contrib/top/top.xs and move
contrib/top/top.local.H to contrib/top/top.local.hs. This fixes a build breakage when src is on a case- insensitive file system -- we never properly create top.x nor top.local.h. Change the makefile accordingly. MFC after: 3 days
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 67ab20d..e7ace68 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -30,8 +30,8 @@ sigdesc.h: ${SIGCONV_AWK} ${SIGNAL_H}
awk -f ${SIGCONV_AWK} < ${SIGNAL_H} > ${.TARGET}
CLEANFILES+= top.local.h top.x
-.SUFFIXES: .X .x .H .h
-.X.x .H.h:
+.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' \
OpenPOWER on IntegriCloud