Просмотр исходного кода

Better find invocation for EXTRA_DIST

svn path=/trunk/mcs/; revision=152838
Marek Habersack 16 лет назад
Родитель
Сommit
8b773334d3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mcs/class/System.Web/Makefile

+ 2 - 2
mcs/class/System.Web/Makefile

@@ -266,8 +266,8 @@ EXTRA_DISTFILES = \
 	SQLiteProviders_DatabaseSchema.sql \
 	$(shell find Test/standalone-runner-support/ -name "*.cs" -type f -printf "'%p' ") \
 	$(shell find Test/standalone-tests/ -name "*.cs" -type f -printf "'%p' " -o -name "*.cs.in" -type f -printf "'%p' ") \
-	$(shell find Test/standalone/ -not -name .svn -prune -o -printf "'%p' ") \
-	$(shell find Test/tools/ -not -name .svn -prune -o -printf "'%p' ") \
+	$(shell find Test/standalone/ -path '*/.svn' -prune -o -type f -printf "'%p' ") \
+	$(shell find Test/tools/ -path '*/.svn' -prune -o -type f -printf "'%p' ") \
 	System.Web_standalone_test.dll.sources \
 	standalone-runner-support.dll.sources \
 	ASPState.sql