From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Sat, 30 Jan 2016 16:02:02 +0100 Subject: [Buildroot] [PATCH 05/16 v3] core/pkg-generic: reorder variables definitions for legal-info In-Reply-To: References: Message-ID: <56ACD06A.6000404@lucaceresoli.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Yann, Yann E. MORIN wrote: > Move the declarations of _ACTUAL_SOURCE and _ACTUAL_SITE earlier, so > that they are close to where _SOURCE and _SITE are handled. > > This looks so far like a purely cosmetic change, but makes more sense > with the follow-up patch, where we'll need them earlier in the file. Not sure in which patch you need this... but it's nice to have $(2)_SOURCE and $(2)_ACTUAL_SOURCE_* defined at the same place, thus: Reviewed-by: Luca Ceresoli Tested-by: Luca Ceresoli -- Luca