RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall Root: /v/rpm/cvs Email: [EMAIL PROTECTED] Module: rpm Date: 04-Jan-2008 23:20:47 Branch: HEAD Handle: 2008010422204700 Modified files: rpm macros.in Log: remove comment as it confuses people and is a no-op anyway Summary: Revision Changes Path 1.227 +1 -5 rpm/macros.in ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/macros.in ============================================================================ $ cvs diff -u -r1.226 -r1.227 macros.in --- rpm/macros.in 3 Jan 2008 10:55:39 -0000 1.226 +++ rpm/macros.in 4 Jan 2008 22:20:47 -0000 1.227 @@ -1,7 +1,7 @@ #/*! \page config_macros Default configuration: @USRLIBRPM@/macros # \verbatim # -# $Id: macros.in,v 1.226 2008/01/03 10:55:39 rse Exp $ +# $Id: macros.in,v 1.227 2008/01/04 22:20:47 rse Exp $ # # This is a global RPM configuration file. All changes made here will # be lost when the rpm package is upgraded. Any per-system configuration @@ -1283,15 +1283,11 @@ %_build_cpu %{_host_cpu} %_build_vendor %{_host_vendor} %_build_os %{_host_os} -#if !defined(RPM_VENDOR_OPENPKG) /* explicit-platform */ -# do not override the "_host*" macros because their value (derived -# from the "platform" file) is already correctly set internally. %_host @host@ %_host_alias @[EMAIL PROTECTED] %_host_cpu @host_cpu@ %_host_vendor @host_vendor@ %_host_os @host_os@ -#endif %_target %{_host} %_target_alias %{_host_alias} %_target_cpu %{_host_cpu} @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository rpm-cvs@rpm5.org