From owner-cvs-src@FreeBSD.ORG Tue Nov 9 06:02:48 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 9728116A4CE; Tue, 9 Nov 2004 06:02:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE1B43D5D; Tue, 9 Nov 2004 06:02:48 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA962mj3088193; Tue, 9 Nov 2004 06:02:48 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA962mb0088192; Tue, 9 Nov 2004 06:02:48 GMT (envelope-from marcel) Message-Id: <200411090602.iA962mb0088192@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 9 Nov 2004 06:02:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/libgdb 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: Tue, 09 Nov 2004 06:02:48 -0000 marcel 2004-11-09 06:02:48 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb Makefile Log: Prepare for a subsequent import: If the first letter of the filename changes, start on a new line. Insertion of a filename will keep the diff limited to the block of filenames that have the same first letter instead of creating a huge diff. While here, move remote.c after the remote-*.c files and move tui.c after the tui-*.c files. This matches the order of ls(1) and makes it easier to compare object files created by a stock gdb(1) build with the list of files we have here. This is a non-functional change only. Revision Changes Path 1.5 +43 -35 src/gnu/usr.bin/gdb/libgdb/Makefile