On April 24, 2006 4:27:24 PM -0700 "Wichmann, Mats D" <mats d wichmann intel com> wrote:
when we set lots of cool stuff via macros, we lose the ability for others to reproduce the same build from srpm, unless we find a way for them to get the macro files too. for some stuff it doesn't matter, for example the settings to rehost a build in a local non-root tree from the system default don't actually affect the results of the build, but other macro settings may affect the actual build... are there ways to help with that?
%include a file of macro definitions, also one of the sources.
Source1: local.macros
%include %{SOURCE1}
-frank