diff options
author | 2010-08-16 19:31:09 +0100 | |
---|---|---|
committer | 2010-08-16 21:15:08 +0100 | |
commit | 94bc9cdf00cca7ba65a1e43060078a508b96a838 (patch) | |
tree | d6c71f1156587aad251479a53a807d372db2255b /misc/common-makefile.am | |
parent | 888b5aa7400c2f05c132d42a359c79cd7ae13677 (diff) | |
download | paludis-94bc9cdf00cca7ba65a1e43060078a508b96a838.tar.gz paludis-94bc9cdf00cca7ba65a1e43060078a508b96a838.tar.xz |
Ignore cave format configs when building
Diffstat (limited to 'misc/common-makefile.am')
-rw-r--r-- | misc/common-makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/common-makefile.am b/misc/common-makefile.am index 91881b4c0..ef35bc008 100644 --- a/misc/common-makefile.am +++ b/misc/common-makefile.am @@ -11,6 +11,7 @@ LOG_COMPILER = \ ACCERSO_OPTIONS="" \ ADJUTRIX_OPTIONS="" \ APPAREO_OPTIONS="" \ + CAVE_FORMATS_CONF="/dev/null" \ CAVE_COMMANDS_PATH="" \ CAVE_OPTIONS="" \ CAVE_CONFIG_OPTIONS="" \ |