Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/etc Pullup 1.164 [hubertf]:



details:   https://anonhg.NetBSD.org/src/rev/94f16de62513
branches:  netbsd-1-5
changeset: 489734:94f16de62513
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Oct 16 21:25:51 2000 +0000

description:
Pullup 1.164 [hubertf]:
Fix typo in iso-image target that led to the cdrom-directory not being
excluded in the iso image (nothing harmful).

diffstat:

 etc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a09bc06bd68c -r 94f16de62513 etc/Makefile
--- a/etc/Makefile      Mon Oct 16 21:16:52 2000 +0000
+++ b/etc/Makefile      Mon Oct 16 21:25:51 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.154.2.5 2000/10/02 03:06:38 lukem Exp $
+#      $NetBSD: Makefile,v 1.154.2.6 2000/10/16 21:25:51 tv Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -51,7 +51,7 @@
 MKISOFS_FLAGS+= -J -l \
                -r -T -v \
                -P "The NetBSD Project" \
-               -m "${RELEASEDIR}/instalation/cdrom"
+               -m "${RELEASEDIR}/installation/cdrom"
 
 # setting NOOBJ prevents "make obj" from doing anything;
 # an objdir would break the installation stuff below



Home | Main Index | Thread Index | Old Index