Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 19:05:54 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246328 - head/lib
Message-ID:  <201302041905.r14J5sZ5051037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302041905.r14J5sZ5051037>