Date: Wed, 26 Feb 2003 23:27:47 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> 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 ... Message-ID: <200302270727.h1R7Rm6G055394@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302270727.h1R7Rm6G055394>