]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move contrib/top/top.X to contrib/top/top.xs and move
authormarcel <marcel@FreeBSD.org>
Mon, 8 Jun 2015 19:45:24 +0000 (19:45 +0000)
committermarcel <marcel@FreeBSD.org>
Mon, 8 Jun 2015 19:45:24 +0000 (19:45 +0000)
commit3f1876f2b922ae783cfe58196ba4e2a9a6958da4
treefb5f91fbe1c0ffcd2e69cea3c96c500a54913092
parent70ea701e5372ca5379962b572d577db3624ff317
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
contrib/top/top.local.hs [moved from contrib/top/top.local.H with 100% similarity]
contrib/top/top.xs [moved from contrib/top/top.X with 100% similarity]
usr.bin/top/Makefile