diff options
author | 2010-04-03 19:48:28 +0100 | |
---|---|---|
committer | 2010-04-03 19:48:28 +0100 | |
commit | 8c9bdda1b9c97715297aaba7ace1e52292a499bd (patch) | |
tree | 76c553f121871fadceacb6eb39d7802ae79645c6 /misc/common-makefile.am | |
parent | 93133425447ce927a352112c662fa43345ffc98f (diff) | |
download | paludis-8c9bdda1b9c97715297aaba7ace1e52292a499bd.tar.gz paludis-8c9bdda1b9c97715297aaba7ace1e52292a499bd.tar.xz |
Support PALUDIS_NO_XML
This should stop people from suggesting silly things like "remove
dev-libs/libxml2/metadata.xml and use --dl-deps-default discard".
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 4cb08275f..89ac45880 100644 --- a/misc/common-makefile.am +++ b/misc/common-makefile.am @@ -37,6 +37,7 @@ LOG_COMPILER = \ PALUDIS_HOOKER_DIR="$(top_srcdir)/paludis/" \ PALUDIS_NO_CHOWN="yupyup" \ PALUDIS_NO_GLOBAL_HOOKS="yes" \ + PALUDIS_NO_XML= \ PALUDIS_NO_XTERM_TITLES="yes" \ PALUDIS_OPTIONS="" \ PALUDIS_OUTPUT_MANAGERS_DIR="`$(top_srcdir)/paludis/repositories/e/ebuild/utils/canonicalise $(top_srcdir)/paludis/environments/paludis/output_managers/`" \ |