Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/lib Pull up following revision(s) (requested by riastradh...
details: https://anonhg.NetBSD.org/src/rev/d8438f6744df
branches: netbsd-8
changeset: 852754:d8438f6744df
user: martin <martin%NetBSD.org@localhost>
date: Tue Mar 03 18:40:41 2020 +0000
description:
Pull up following revision(s) (requested by riastradh in ticket #1513):
lib/Makefile: revision 1.276
Remove unfinished hack I accidentally committed in 2017.
This caused make to unconditionally take ages running useless
submakes in every subdirectory. Accidentally committed during the
MKCRYPTO option removal when I was presumably experimenting with
automating library dependency generation in lib.
Should shave a few seconds at least off every build!
diffstat:
lib/Makefile | 18 +-----------------
1 files changed, 1 insertions(+), 17 deletions(-)
diffs (31 lines):
diff -r 2e971573d9f3 -r d8438f6744df lib/Makefile
--- a/lib/Makefile Mon Mar 02 08:10:28 2020 +0000
+++ b/lib/Makefile Tue Mar 03 18:40:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.251 2017/05/21 15:28:41 riastradh Exp $
+# $NetBSD: Makefile,v 1.251.2.1 2020/03/03 18:40:41 martin Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -267,21 +267,5 @@
# Needed by rump and rescue which are outside the smbfs tree
SUBDIR+= ../external/bsd/smbfs/lib
-.for S in ${SUBDIR}
-.if ${S} != ".WAIT"
-SUBLIB_${S}!= cd ${S} && ${MAKE} -V LIB
-SUBDEP_${S}!= cd ${S} && ${MAKE} -V LIBDPLIBS
-.endif
-.endfor
-
-showdeps:
-.for S in ${SUBDIR}
-.if ${S} != ".WAIT"
-.for DL DD in ${SUBDEP_${S}}
- @echo ${S} ${SUBLIB_${S}} ${DL} ${DD:C,^${.CURDIR}/,,}
-.endfor
-.endif
-.endfor
-
.include <bsd.buildinstall.mk>
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index