stas 01/11/26 22:47:26
Modified: build make_etags
Log:
- add the tags of the modperl-2.0/xs/*.h as well
Revision Changes Path
1.3 +2 -1 modperl-2.0/build/make_etags
Index: make_etags
===================================================================
RCS file: /home/cvs/modperl-2.0/build/make_etags,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make_etags 2001/11/20 02:56:35 1.2
+++ make_etags 2001/11/27 06:47:26 1.3
@@ -12,11 +12,12 @@
#XXX: apache has its own: build/MakeEtags
apache_src=$root/httpd-2.0/
modperl_src=$root/modperl-2.0/src/
+xs_src=$root/modperl-2.0/xs
cd $root/modperl-2.0
rm -f src/modules/perl/etag_files
-for dir in $apache_src $modperl_src $perl_src; do
+for dir in $apache_src $modperl_src $perl_src $xs_src; do
echo $dir
find $dir -follow -name '*.[ch]' >> src/modules/perl/etag_files
done