From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Fri, 06 Jun 2014 22:12:56 +0200 Subject: [Buildroot] [PATCH 0 of 7 v3] infra: fix dollar signs; remove some undefined versions Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net This patch series fixes the double sign problem in the inner-xxx-targets (see description in the patch itself), and makes the following semi-related changes: - convert toolchain and toolchain-buildroot package to virtual-package - change toolchain-external package to have a virtual version - change makedevs and mkpasswd to have a 'buildroot' version The changes are related in the sense that the double dollar signs were needed to correctly implement the subsequent patches. Signed-off-by: Thomas De Schampheleire --- v3: rebase and implement comments on first patch v2: increase consistency of rules (first two patches)