diff options
author | 2010-06-24 13:36:13 -0400 | |
---|---|---|
committer | 2010-06-24 13:41:25 -0400 | |
commit | 15d1ea83469f8a1a13e767912b6d6575fd816e64 (patch) | |
tree | 9ab7183efb12db5cec6e0760e9bd3e33f1a29290 /misc | |
parent | 80d490caeb816cba5db8909cba0b99b541d99c51 (diff) | |
download | paludis-15d1ea83469f8a1a13e767912b6d6575fd816e64.tar.gz paludis-15d1ea83469f8a1a13e767912b6d6575fd816e64.tar.xz |
clean CAVE_*OPTIONS from the environment for tests
Diffstat (limited to 'misc')
-rw-r--r-- | misc/common-makefile.am | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/misc/common-makefile.am b/misc/common-makefile.am index 89ac45880..e10e80561 100644 --- a/misc/common-makefile.am +++ b/misc/common-makefile.am @@ -11,6 +11,40 @@ LOG_COMPILER = \ ACCERSO_OPTIONS="" \ ADJUTRIX_OPTIONS="" \ APPAREO_OPTIONS="" \ + CAVE_OPTIONS="" \ + CAVE_CONFIG_OPTIONS="" \ + CAVE_CONTENTS_OPTIONS="" \ + CAVE_DISPLAY_RESOLUTION_OPTIONS="" \ + CAVE_EXECUTE_RESOLUTION_OPTIONS="" \ + CAVE_FIND_CANDIDATES_OPTIONS="" \ + CAVE_FIX_CACHE_OPTIONS="" \ + CAVE_FIX_LINKAGE_OPTIONS="" \ + CAVE_HELP_OPTIONS="" \ + CAVE_IMPORT_OPTIONS="" \ + CAVE_INFO_OPTIONS="" \ + CAVE_MATCH_OPTIONS="" \ + CAVE_PERFORM_OPTIONS="" \ + CAVE_PRINT_CATEGORIES_OPTIONS="" \ + CAVE_PRINT_COMMANDS_OPTIONS="" \ + CAVE_PRINT_ENVIRONMENT_METADATA_OPTIONS="" \ + CAVE_PRINT_ID_CONTENTS_OPTIONS="" \ + CAVE_PRINT_ID_EXECUTABLES_OPTIONS="" \ + CAVE_PRINT_ID_METADATA_OPTIONS="" \ + CAVE_PRINT_IDS_OPTIONS="" \ + CAVE_PRINT_OWNERS_OPTIONS="" \ + CAVE_PRINT_PACKAGES_OPTIONS="" \ + CAVE_PRINT_REPOSITORIES_OPTIONS="" \ + CAVE_PRINT_REPOSITORY_FORMATS_OPTIONS="" \ + CAVE_PRINT_SETS_OPTIONS="" \ + CAVE_PRINT_SYNC_PROTOCOLS_OPTIONS="" \ + CAVE_PURGE_OPTIONS="" \ + CAVE_RESOLVE_OPTIONS="" \ + CAVE_RESUME_OPTIONS="" \ + CAVE_SEARCH_OPTIONS="" \ + CAVE_SHOW_OPTIONS="" \ + CAVE_SYNC_OPTIONS="" \ + CAVE_UNINSTALL_OPTIONS="" \ + CAVE_UPDATE_WORLD_OPTIONS="" \ CRAN_BASH_DIR="$(top_srcdir)/paludis/repositories/cran/cran/" \ INQUISITIO_OPTIONS="" \ LD_LIBRARY_PATH="`echo $$LD_LIBRARY_PATH: | sed -e 's,^:,,'`` \ |