ICU-1852 cleaning up samples (no recursive check for now)

X-SVN-Rev: 8469
This commit is contained in:
Steven R. Loomis 2002-04-15 23:31:05 +00:00
parent c6d18e56a7
commit 6de3b3b4c4

View file

@ -36,7 +36,11 @@ install: install-recursive install-local
clean: clean-recursive clean-local
distclean : distclean-recursive distclean-local
dist: dist-recursive dist-local
check: all check-recursive check-local
# Note (srl 4/15/2002) do NOT recursively check samples for 2.1, look into testing them in the future.
#check: all check-recursive check-local
check: all check-local
## Recursive targets
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: