This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Allow gdb_indent.sh in sim/ directory


FYI,

Just checked this in.  It lets gdb_indent.sh run in the sim directory 
tree.  If sim maintainers would prefer people not running indent on 
their sub-tree then suggest tweaking the script accordingly.

enjoy,
Andrew
2002-05-18  Andrew Cagney  <ac131313@redhat.com>

	* gdb_indent.sh: Allow the script to be run in the sim directory.

Index: gdb_indent.sh
===================================================================
RCS file: /cvs/src/src/gdb/gdb_indent.sh,v
retrieving revision 1.1
diff -u -r1.1 gdb_indent.sh
--- gdb_indent.sh	9 Nov 2001 04:00:00 -0000	1.1
+++ gdb_indent.sh	18 May 2002 19:46:51 -0000
@@ -47,6 +47,7 @@
 
 case `pwd` in
     */gdb ) ;;
+    */sim/* ) ;;
     * ) echo "Not in GDB directory" 1>&2 ; exit 1 ;;
 esac
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]