socsvn commit: r222834 - soc2011/gk/ino64-head/lib/libc
gk at FreeBSD.org
gk at FreeBSD.org
Sun Jun 5 16:18:59 UTC 2011
Author: gk
Date: Sun Jun 5 16:18:57 2011
New Revision: 222834
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=222834
Log:
Support including extra Makefiles during libc build
Include ${LIBC_EXTRAMK}
Modified:
soc2011/gk/ino64-head/lib/libc/Makefile
Modified: soc2011/gk/ino64-head/lib/libc/Makefile
==============================================================================
--- soc2011/gk/ino64-head/lib/libc/Makefile Sun Jun 5 16:18:46 2011 (r222833)
+++ soc2011/gk/ino64-head/lib/libc/Makefile Sun Jun 5 16:18:57 2011 (r222834)
@@ -140,6 +140,11 @@
cp -p ${.ALLSRC} ${DESTDIR}/sys/libkern/${LIBC_ARCH}
.endif
+.if defined(LIBC_EXTRAMK) && !empty(LIBC_EXTRAMK)
+.include "${LIBC_EXTRAMK}"
+#.error ${SRCS}
+.endif
+
.include <bsd.lib.mk>
# Disable warnings in contributed sources.
More information about the svn-soc-all
mailing list