diff options
author | 2009-11-01 00:52:43 +0000 | |
---|---|---|
committer | 2009-11-01 00:52:43 +0000 | |
commit | 2c491ddc9d088fb11e6366da2551ab253d160b63 (patch) | |
tree | cc6bc1ced98b098747e080b20fe6a81d7f880a86 /bash-completion | |
parent | f229be6df1458b5409afeb78536d34df085e0d69 (diff) | |
download | paludis-2c491ddc9d088fb11e6366da2551ab253d160b63.tar.gz paludis-2c491ddc9d088fb11e6366da2551ab253d160b63.tar.xz |
Start using parallel-tests
But not in doc/, doesn't seem to work.
Still use our icky wrappers for now.
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash-completion/Makefile.am b/bash-completion/Makefile.am index 2609b9056..fac468a01 100644 --- a/bash-completion/Makefile.am +++ b/bash-completion/Makefile.am @@ -5,6 +5,8 @@ noinst_DATA = paludis adjutrix \ importare EXTRA_DIST = $(noinst_DATA) +AUTOMAKE_OPTIONS = parallel-tests + built-sources : $(BUILT_SOURCES) for s in $(SUBDIRS) ; do $(MAKE) -C $$s built-sources || exit 1 ; done |