Revert to using shell to find files instead of 'find', that wasn't portable.

- I think I did this commit sequence before. :)


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-07-12 19:00:20 +00:00
Родитель 060cad580b
Коммит 0126e5e9de
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -1,9 +1,8 @@
LEVEL = ../../.. LEVEL = ../../..
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common
# Test in all immediate subdirectories if unset (except for the .svn and Output # Test in all immediate subdirectories if unset.
# directories). TESTDIRS ?= $(shell echo $(PROJ_SRC_DIR)/*/)
TESTDIRS ?= $(shell find $(PROJ_SRC_DIR) -depth 1 -type d -not -name .svn -prune -and -not -name Output -prune)
ifndef TESTARGS ifndef TESTARGS
ifdef VERBOSE ifdef VERBOSE