Hi,

I'd like to suggest put a .cvsignore file into the cvs repository
for cvs-update clean. Tiresomely, it needs to be put into each
target directory, though. For exapmle in the top directory,

$ cat .cvsignore
.config
Makefile
config.h
config.sh
gtk-gnutella.spec
install
mkdep

in the po directory,
Makefile
de.gmo
es.gmo
fr.gmo
hu.gmo
ja.gmo
nl.gmo
stamp-po

etc.

And then, my '/bin/sh' command doesn't have enough function to run
'run' script in the top directory. So, I wrote a tiny patch, if this
patch causes an another problem, then ignore it please.

Index: run
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/run,v
retrieving revision 1.6
diff -u -r1.6 run
--- run 26 Mar 2004 18:13:40 -0000      1.6
+++ run 9 Dec 2004 10:48:45 -0000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/env bash
 
 # $Id: run,v 1.6 2004/03/26 18:13:40 wyldfire Exp $
 
Index: doc/other/remote-shell.expect
===================================================================
RCS file: 
/cvsroot/gtk-gnutella/gtk-gnutella-current/doc/other/remote-shell.expect,v
retrieving revision 1.1
diff -u -r1.1 remote-shell.expect
--- doc/other/remote-shell.expect       6 Jul 2004 20:41:32 -0000       1.1
+++ doc/other/remote-shell.expect       9 Dec 2004 10:48:45 -0000
@@ -1,4 +1,4 @@
-#!/usr/bin/expect
+#!/bin/env expect
 
 # $Id: remote-shell.expect,v 1.1 2004/07/06 20:41:32 trancetip Exp $

Thank you.

-- 
Daichi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Gtk-gnutella-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to