diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-12-15 16:49:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-12-15 16:49:23 +0000 |
commit | 5d5040e38e2a11917566d2f230ba081074ef8534 (patch) | |
tree | e7213a5bfa9c82299aa38faf71a48f6127cda042 | |
parent | cc432b78f2ba3bbf95a38bbba03f0513820a4d4d (diff) | |
download | rpm-setup-5d5040e38e2a11917566d2f230ba081074ef8534.tar rpm-setup-5d5040e38e2a11917566d2f230ba081074ef8534.tar.gz rpm-setup-5d5040e38e2a11917566d2f230ba081074ef8534.tar.bz2 rpm-setup-5d5040e38e2a11917566d2f230ba081074ef8534.tar.xz rpm-setup-5d5040e38e2a11917566d2f230ba081074ef8534.zip |
add a warning about %defaultbuildroot
-rw-r--r-- | build.macros.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.macros.in b/build.macros.in index 700a37c..9ce5d86 100644 --- a/build.macros.in +++ b/build.macros.in @@ -4,6 +4,7 @@ %_sys_macros_dir @RPMSYSCONFDIR@/macros.d %build_sysmacrospath() %{_sys_macros_dir}/%{?1:%{1}}%{?!1:%{name}}.macros +# [Pixel, Dec 2008] deprecated, to remove as soon as rpm 4.6.0 dust settles down %defaultbuildroot %{_tmppath}/%{name}-%{version}-%{release}-buildroot # Various programs used in rpm scripts |