From owner-cvs-projects@FreeBSD.ORG Sat Feb 18 11:56:28 2006 Return-Path: X-Original-To: cvs-projects@FreeBSD.org Delivered-To: cvs-projects@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD6C16A422; Sat, 18 Feb 2006 11:56:28 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470DE43D46; Sat, 18 Feb 2006 11:56:28 +0000 (GMT) (envelope-from mux@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 k1IBuRxw022498; Sat, 18 Feb 2006 11:56:27 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1IBuRJR022497; Sat, 18 Feb 2006 11:56:27 GMT (envelope-from mux) Message-Id: <200602181156.k1IBuRJR022497@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 18 Feb 2006 11:56:27 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup GNUmakefile Makefile.gmake README X-BeenThere: cvs-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the projects tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2006 11:56:28 -0000 mux 2006-02-18 11:56:27 UTC FreeBSD projects repository Modified files: csup README Added files: csup GNUmakefile Removed files: csup Makefile.gmake Log: Rename the gmake Makefile to GNUmakefile so that it will get picked up automagically by gmake if make is gmake (no repo-copy was done, but there was not much history to save). Update the instructions for building and installing in README to reflect this change. Revision Changes Path 1.1 +58 -0 projects/csup/GNUmakefile (new) 1.8 +0 -58 projects/csup/Makefile.gmake (dead) 1.4 +20 -15 projects/csup/README