Date: Wed, 17 Jul 2002 14:33:02 +0200 From: Udo Schweigert <Udo.Schweigert@siemens.com> To: Garrett Wollman <wollman@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/alias Makefile generic.sh src/usr.bin/cd Makefile cd.sh src/usr.bin/command Makefile command.sh Message-ID: <20020717123302.GA84871@alaska.cert.siemens.de> In-Reply-To: <200207162216.g6GMG5d4092316@freefall.freebsd.org> References: <200207162216.g6GMG5d4092316@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 16, 2002 at 15:16:05 -0700, Garrett Wollman wrote: > wollman 2002/07/16 15:16:05 PDT > > Modified files: > usr.bin Makefile > Added files: > usr.bin/alias Makefile generic.sh > Removed files: > usr.bin/cd Makefile cd.sh > usr.bin/command Makefile command.sh > Log: > A little bit more thought has resulted in a generic script which can > implement any of the useless POSIX-required ``regular shell builtin'' > utilities, saving one frag and one inode each. The script moves to > usr.bin/alias which is alphabetically the first of these commands. > > Revision Changes Path > 1.216 +2 -3 src/usr.bin/Makefile > 1.1 +19 -0 src/usr.bin/alias/Makefile (new) > 1.1 +4 -0 src/usr.bin/alias/generic.sh (new) > 1.2 +0 -6 src/usr.bin/cd/Makefile (dead) > 1.2 +0 -4 src/usr.bin/cd/cd.sh (dead) > 1.3 +0 -6 src/usr.bin/command/Makefile (dead) > 1.2 +0 -4 src/usr.bin/command/command.sh (dead) > This broke "make installworld". Here's a fix: --- Makefile.orig Wed Jul 17 00:16:02 2002 +++ Makefile Wed Jul 17 14:31:10 2002 @@ -1,7 +1,7 @@ # $FreeBSD: src/usr.bin/alias/Makefile,v 1.1 2002/07/16 22:16:02 wollman Exp $ SCRIPTS=generic.sh -SCRIPTSNAME=cd +SCRIPTSNAME=alias NOMAN= LINKS= ${BINDIR}/alias ${BINDIR}/bg \ Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com 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?20020717123302.GA84871>