From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16182 invoked from network); 9 May 2000 12:08:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 May 2000 12:08:44 -0000 Received: (qmail 11650 invoked by alias); 9 May 2000 12:08:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11280 Received: (qmail 10393 invoked from network); 9 May 2000 12:07:01 -0000 To: zsh-workers@sunsite.auc.dk Subject: _make suppress error on OpenBSD. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 09 May 2000 21:08:14 +0900 Message-ID: User-Agent: T-gnus/6.14.1 (based on Gnus v5.8.3) (revision 16) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.6 (i686-pc-linux-gnu) MULE/4.0 (HANANOEN) Z:akr@coulee% Src/zsh -f coulee% bindkey -e; autoload -U compinit; compinit -D coulee% make awk: i/o error occurred while closing /dev/stdin input record number 366, file Makefile source line number 1 FORCE config install.bin mostlyclean-recursive test META-FAQ config.h install.fns prep uninstall Makefile config.status install.html realclean uninstall.bin all distclean install.info realclean-here uninstall.fns check distclean-here install.man realclean-recursive uninstall.html clean distclean-recursive install.modules stamp-h uninstall.info clean-here install mostlyclean targz-doc uninstall.man clean-recursive install-strip mostlyclean-here targz-src uninstall.modules This patch suppress this error. Index: Completion/User/_make =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/User/_make,v retrieving revision 1.7 diff -u -r1.7 _make --- Completion/User/_make 2000/04/27 12:44:21 1.7 +++ Completion/User/_make 2000/05/09 12:04:50 @@ -39,7 +39,7 @@ $(awk '/^[a-zA-Z0-9][^\/\t=]+:/ {print $1} /^\.include */ || /^\.include *".*mk\/bsd\.pkg\.(subdir\.)?mk"/ { print "fetch fetch-list extract patch configure build install reinstall deinstall package describe checkpatch checksum makesum" }' \ - FS=: $file) + FS=: $file