From owner-cvs-all@FreeBSD.ORG Sat Mar 19 05:55:42 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405E516A4CE; Sat, 19 Mar 2005 05:55:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 169E043D2F; Sat, 19 Mar 2005 05:55:42 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2J5tf0W081851; Sat, 19 Mar 2005 05:55:41 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2J5tflh081850; Sat, 19 Mar 2005 05:55:41 GMT (envelope-from kensmith) Message-Id: <200503190555.j2J5tflh081850@repoman.freebsd.org> From: Ken Smith Date: Sat, 19 Mar 2005 05:55:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 05:55:42 -0000 kensmith 2005-03-19 05:55:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . Makefile.inc1 Log: This appears to fix a problem with 'make release' when building the compat libraries on amd64. It's not seen during a normal 'buildworld'. This isn't an MFC because the compat libraries have been ripped out of HEAD complely. Reviewed by: obrien Approved by: re (scottl despite a mail client disagreement :-) Revision Changes Path 1.438.2.20 +2 -2 src/Makefile.inc1