Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jun 2011 16:18:57 +0000
From:      gk@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r222834 - soc2011/gk/ino64-head/lib/libc
Message-ID:  <20110605161857.73FA71065680@hub.freebsd.org>

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



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