svn commit: r246328 - head/lib

Dag-Erling Smørgrav des at FreeBSD.org
Mon Feb 4 19:05:54 UTC 2013


Author: des
Date: Mon Feb  4 19:05:53 2013
New Revision: 246328
URL: http://svnweb.freebsd.org/changeset/base/246328

Log:
  Sort by MK_* knob like the comment says
  
  MFC after:	1 week

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Mon Feb  4 18:39:05 2013	(r246327)
+++ head/lib/Makefile	Mon Feb  4 19:05:53 2013	(r246328)
@@ -177,6 +177,11 @@ _libiconv_modules=	libiconv_modules
 _libipx=	libipx
 .endif
 
+.if ${MK_LIBCPLUSPLUS} != "no"
+_libcxxrt=	libcxxrt
+_libcplusplus=	libc++
+.endif
+
 .if ${MK_LIBTHR} != "no"
 _libthr=	libthr
 .endif
@@ -221,11 +226,6 @@ _librtld_db=	librtld_db
 _libmp=		libmp
 .endif
 
-.if ${MK_LIBCPLUSPLUS} != "no"
-_libcxxrt=	libcxxrt
-_libcplusplus=	libc++
-.endif
-
 .if ${MK_PMC} != "no"
 _libpmc=	libpmc
 .endif


More information about the svn-src-head mailing list