svn commit: r241255 - head/lib/libpmc

Tim Kientzle kientzle at FreeBSD.org
Sat Oct 6 17:54:43 UTC 2012


Author: kientzle
Date: Sat Oct  6 17:54:42 2012
New Revision: 241255
URL: http://svn.freebsd.org/changeset/base/241255

Log:
  Fix "make install"
  
  Also make arm the same as other platforms:  Install man
  pages for all CPUs in the family.

Modified:
  head/lib/libpmc/Makefile

Modified: head/lib/libpmc/Makefile
==============================================================================
--- head/lib/libpmc/Makefile	Sat Oct  6 14:04:36 2012	(r241254)
+++ head/lib/libpmc/Makefile	Sat Oct  6 17:54:42 2012	(r241255)
@@ -42,7 +42,7 @@ MAN+=	pmc.sandybridgeuc.3	
 MAN+=	pmc.westmere.3
 MAN+=	pmc.westmereuc.3
 MAN+=	pmc.tsc.3
-.elif ${MACHINE_CPUARCH} == "arm" && ${CPUTYPE} == "xscale"
+.elif ${MACHINE_CPUARCH} == "arm"
 MAN+=	pmc.xscale.3
 .elif ${MACHINE_CPUARCH} == "mips"
 MAN+=	pmc.mips24k.3


More information about the svn-src-all mailing list