Exclude .svn subdirs, not CVS ones, now we fly SVN

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@60 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: dd37364953b45a0b8f81e325a7d5d5eb0b054a27
Former-commit-id: 9c55ae5d05f98e7241407af582d32a950f59e918
This commit is contained in:
pouillot 2008-10-11 20:54:46 +00:00
parent 6522810047
commit c34699da30
20 changed files with 22 additions and 22 deletions

View file

@ -15,7 +15,7 @@
#
##############################################################################
SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
SHIPSUBDIRS = $(SUBDIRS)

View file

@ -15,7 +15,7 @@
#
##############################################################################
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = $(SHIPSUBDIRS)

View file

@ -25,7 +25,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -26,7 +26,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -25,7 +25,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -26,7 +26,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -26,7 +26,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -26,7 +26,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -26,7 +26,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -25,7 +25,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -25,7 +25,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -25,7 +25,7 @@ src-robots-base_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCSNG_BASE},,$(shell
# Recursion
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -27,7 +27,7 @@ SHIPDIR = drivers/${ROBOT}
SHIP = ${ROBOT}.xml logo.rgb
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS | grep -v tracksdata)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn | grep -v tracksdata)
PKGSUBDIRS = ${SHIPSUBDIRS}

View file

@ -22,7 +22,7 @@ SOURCES = ${ROBOT}.cpp driver.cpp opponent.cpp spline.cpp pit.cpp
SHIPDIR = drivers/${ROBOT}
SHIP = ${ROBOT}.xml logo.rgb
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-base_PKGFILES = $(shell find * -maxdepth 0 -type f -print)

View file

@ -16,7 +16,7 @@
##############################################################################
#SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
#SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
SUBDIRS = ssggraph

View file

@ -16,12 +16,12 @@
##############################################################################
#SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SUBDIRS = simuv2
SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
#SUBDIRS = simuv2
DATASUBDIRS = $(SUBDIRS)
EXPINCDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
EXPINCDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = $(SUBDIRS)

View file

@ -17,7 +17,7 @@
SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
TOOLSUBDIRS = $(SUBDIRS)

View file

@ -16,7 +16,7 @@
##############################################################################
SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
SUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
PKGSUBDIRS = $(SUBDIRS)

View file

@ -16,7 +16,7 @@
##############################################################################
PKGSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
PKGSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)

View file

@ -16,7 +16,7 @@
##############################################################################
PKGSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
PKGSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)