From owner-cvs-projects Wed Feb 26 23:27:51 2003 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 A1D7A37B401; Wed, 26 Feb 2003 23:27:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4106243FA3; Wed, 26 Feb 2003 23:27:48 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1R7Rm0U055395; Wed, 26 Feb 2003 23:27:48 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1R7Rm6G055394; Wed, 26 Feb 2003 23:27:48 -0800 (PST) Message-Id: <200302270727.h1R7Rm6G055394@repoman.freebsd.org> From: Juli Mallett Date: Wed, 26 Feb 2003 23:27:47 -0800 (PST) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs Makefile Makefile.inc README projects/sccs/help Makefile help.c projects/sccs/sccs Makefile pathnames.h sccs.c projects/sccs/sccscmds Makefile projects/sccs/sccscmds/cmd makefile pathnames.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2003/02/26 23:27:47 PST Modified files: sccs Makefile README sccs/help Makefile help.c sccs/sccs Makefile pathnames.h sccs.c sccs/sccscmds Makefile sccs/sccscmds/cmd makefile pathnames.h sccs/sccscmds/doc Makefile Added files: sccs Makefile.inc Log: A simple build/install capability, allowing one to build something runnable without hand-tchuning: make DESTDIR=/opt/source-code-control-system tree all install Yes DESTDIR traditionally is used for engineering a release into a destination dir, and it should probably be called PREFIX, as it is in code. But bah, humbug. Spam the README with some of my own ranting, to accompany the eloquent words Kirk wrote. Notably, help doesn't work, unless you pull the help files from an SGI or similar, and then you'll have the joy of "help stuck" and similar. I'll try to find a -free enough- source of these, though admittedly, that would require being sure none of the errors mismatch, which would suck. Still plenty of warning spa^H^H^H^H incentive. Revision Changes Path 1.3 +9 -0 projects/sccs/Makefile 1.1 +4 -0 projects/sccs/Makefile.inc (new) 1.2 +20 -0 projects/sccs/README 1.2 +1 -0 projects/sccs/help/Makefile 1.5 +1 -1 projects/sccs/help/help.c 1.4 +1 -0 projects/sccs/sccs/Makefile 1.6 +11 -11 projects/sccs/sccs/pathnames.h 1.12 +1 -1 projects/sccs/sccs/sccs.c 1.3 +2 -1 projects/sccs/sccscmds/Makefile 1.20 +3 -4 projects/sccs/sccscmds/cmd/makefile 1.8 +24 -58 projects/sccs/sccscmds/cmd/pathnames.h 1.3 +4 -4 projects/sccs/sccscmds/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-projects" in the body of the message