diff options
| author | plunky <plunky@NetBSD.org> | 2010-12-03 21:38:46 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2010-12-03 21:38:46 +0000 |
| commit | f33b316b63bc65b644be1d8aec0bb8bcecfffea8 (patch) | |
| tree | 26f63fdc6a7ab29a5d0819116a0f1c4fc6bcc6af /gnu | |
| parent | 65b45bb0d8a48432bf75be2ea872fd45b6e87f15 (diff) | |
Remove the do-external-lib and do-gnu-lib targets, along with
external/lib/Makefile and crypto/external/lib/Makefile, replacing
them all with SUBDIRs directly from lib/Makefile.
compat/compatsubdirs.mk becomes simpler now, as everything is built
from lib/Makefile, meaning all the libraries will now be built under
compat so update the set lists to account for that.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/Makefile | 4 | ||||
| -rw-r--r-- | gnu/lib/Makefile | 17 |
2 files changed, 2 insertions, 19 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 231ea09396d..0800e8544ca 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2009/11/08 17:01:58 pgoyette Exp $ +# $NetBSD: Makefile,v 1.17 2010/12/03 21:38:47 plunky Exp $ -SUBDIR+= lib .WAIT usr.bin +SUBDIR+= usr.bin # Speedup stubs for some subtrees that don't need to run these rules includes-libexec: diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile deleted file mode 100644 index 03ae8ac8cce..00000000000 --- a/gnu/lib/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.47 2010/11/28 18:40:55 skrll Exp $ - -.include <bsd.own.mk> - -.if ${MKGCC} != "no" -.if ${USE_COMPILERCRTSTUFF} == "yes" -SUBDIR+= crtstuff4 -.endif -SUBDIR+= libgcc4 libobjc4 -.if ${MKCXX} != "no" -SUBDIR+= libsupc++4 libstdc++-v3_4 -.endif -.endif - -SUBDIR+= libmalloc - -.include <bsd.subdir.mk> |
