Add raster to make file

Make dir detection more wonder_sk friendly


git-svn-id: http://svn.osgeo.org/qgis/trunk@5259 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2006-04-11 10:12:42 +00:00
parent f4c171dea8
commit c3b8ff34d0
2 changed files with 3 additions and 2 deletions

View File

@ -9,5 +9,6 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SUBDIRS = core \
gui
gui \
raster

View File

@ -1,6 +1,6 @@
#!/bin/bash
#set -x
DIRS=`ls -lah | grep ^d|grep -v '\.$' |grep -v '\.\.$' |grep -v '.svn' |awk '{print $8}' | awk '$1=$1' RS=`
DIRS=`ls -1F |grep / |sed 's/\///g'`
TOTALDIRS=0
TOTALEXES=0