From owner-svn-soc-all@FreeBSD.ORG Mon Aug 29 18:50:20 2011 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id 64651106566B for ; Mon, 29 Aug 2011 18:50:19 +0000 (UTC) (envelope-from gk@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Mon, 29 Aug 2011 18:50:19 +0000 Date: Mon, 29 Aug 2011 18:50:19 +0000 From: gk@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20110829185019.64651106566B@hub.freebsd.org> Cc: Subject: socsvn commit: r225522 - soc2011/gk/ino64-head/tools/tools/shlib-compat X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2011 18:50:20 -0000 Author: gk Date: Mon Aug 29 18:50:19 2011 New Revision: 225522 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=225522 Log: Fix makesyscalls-fake.sh on 8-STABLE Modified: soc2011/gk/ino64-head/tools/tools/shlib-compat/makesyscalls-fake.sh Modified: soc2011/gk/ino64-head/tools/tools/shlib-compat/makesyscalls-fake.sh ============================================================================== --- soc2011/gk/ino64-head/tools/tools/shlib-compat/makesyscalls-fake.sh Mon Aug 29 16:24:58 2011 (r225521) +++ soc2011/gk/ino64-head/tools/tools/shlib-compat/makesyscalls-fake.sh Mon Aug 29 18:50:19 2011 (r225522) @@ -28,6 +28,7 @@ ' < $1 | awk ' BEGIN { printf "#include \n" + printf "#include \n" printf "#include \n" printf "\n" printf "#include \n" From owner-svn-soc-all@FreeBSD.ORG Mon Aug 29 18:50:31 2011 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id 6983E106566B for ; Mon, 29 Aug 2011 18:50:29 +0000 (UTC) (envelope-from gk@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Mon, 29 Aug 2011 18:50:29 +0000 Date: Mon, 29 Aug 2011 18:50:29 +0000 From: gk@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20110829185029.6983E106566B@hub.freebsd.org> Cc: Subject: socsvn commit: r225523 - soc2011/gk/ino64-head/lib/libc X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2011 18:50:31 -0000 Author: gk Date: Mon Aug 29 18:50:29 2011 New Revision: 225523 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=225523 Log: Remove commented debugging code that accidentally slipped in Modified: soc2011/gk/ino64-head/lib/libc/Makefile Modified: soc2011/gk/ino64-head/lib/libc/Makefile ============================================================================== --- soc2011/gk/ino64-head/lib/libc/Makefile Mon Aug 29 18:50:19 2011 (r225522) +++ soc2011/gk/ino64-head/lib/libc/Makefile Mon Aug 29 18:50:29 2011 (r225523) @@ -142,7 +142,6 @@ .if defined(LIBC_EXTRAMK) && !empty(LIBC_EXTRAMK) .include "${LIBC_EXTRAMK}" -#.error ${SRCS} .endif .include