From 4c86bf86055576ef86ed2248ba61fd5f45c74b2d Mon Sep 17 00:00:00 2001 From: aymeric Date: Tue, 20 May 2008 17:05:40 +0000 Subject: [PATCH] . continue instructions for update a bit . remove catalog/english.base and common/options_def.h from the imported sources --- dist/nvi/nvi2netbsd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dist/nvi/nvi2netbsd b/dist/nvi/nvi2netbsd index bba0f1d9f8e0..a5c6ff97fecb 100755 --- a/dist/nvi/nvi2netbsd +++ b/dist/nvi/nvi2netbsd @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: nvi2netbsd,v 1.1 2008/05/18 14:16:09 aymeric Exp $ +# $NetBSD: nvi2netbsd,v 1.2 2008/05/20 17:05:40 aymeric Exp $ # # Copyright (c) 2000 The NetBSD Foundation, Inc. # All rights reserved. @@ -36,8 +36,8 @@ # $ sh /usr/src/dist/nvi/nvi2netbsd nvi-x.y.z `pwd` # $ cd src/dist/nvi # $ cvs import -m "Import nvi x.y.z" src/dist/nvi NVI nvi-x-y-z -# $ cd ../../../nvi/dist -# $ run ./configure +# $ cd ../../../nvi/build.unix +# $ run ../dist/configure --with-db_type=db1 --enable-widechar # ... to be continued # @@ -75,10 +75,12 @@ echo removing unneeded directories and files ### Remove unneeded files cd "$d" +rm -f catalog/english.base # we generate it rm -fr dist/autom4te.cache rm -f dist/tags rm -fr docs/html rm -f docs/*/*.ps docs/*/grohtml* docs/*/*.0 docs/*/*.txt +rm -f common/options_def.h # must be removed: we generate it cd catalog for f in *.base; do