From owner-cvs-src@FreeBSD.ORG Fri May 14 12:52:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33E2A16A4CE; Fri, 14 May 2004 12:52:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CAC43D55; Fri, 14 May 2004 12:52:35 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4EJqZGe094080; Fri, 14 May 2004 12:52:35 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4EJqZrP094079; Fri, 14 May 2004 12:52:35 -0700 (PDT) (envelope-from bde) Message-Id: <200405141952.i4EJqZrP094079@repoman.freebsd.org> From: Bruce Evans Date: Fri, 14 May 2004 12:52:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 19:52:36 -0000 bde 2004/05/14 12:52:35 PDT FreeBSD src repository Modified files: lib Makefile Log: Style fixes: Main ones: mostly use conditional expressions in ifdefs instead of a mixture of conditional expressions and nested ifdefs. Nearby ones: - don't do less than echo the code in the comment about libc_r - fixed some internal insertion sort errors and indentation errors. Revision Changes Path 1.185 +5 -11 src/lib/Makefile