Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/lua Packages always build lib first even if it ...



details:   https://anonhg.NetBSD.org/src/rev/458c8c00d738
branches:  trunk
changeset: 806205:458c8c00d738
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 09 16:44:53 2015 +0000

description:
Packages always build lib first even if it is built as part of the first
pass in the library builds. If we want to change this, we should change it
everywhere.

diffstat:

 external/mit/lua/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r d202bbd15fb5 -r 458c8c00d738 external/mit/lua/Makefile
--- a/external/mit/lua/Makefile Mon Feb 09 16:27:29 2015 +0000
+++ b/external/mit/lua/Makefile Mon Feb 09 16:44:53 2015 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile,v 1.3 2010/10/31 11:26:01 mbalmer Exp $
+#      $NetBSD: Makefile,v 1.4 2015/02/09 16:44:53 christos Exp $
 
-SUBDIR+=       usr.bin
+SUBDIR+=       lib .WAIT usr.bin
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index