From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle Date: Thu, 10 Mar 2016 00:47:53 +0100 Subject: [Buildroot] [PATCH 7/8] boot/barebox: use the generic help rules In-Reply-To: References: Message-ID: <56E0B629.90003@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 03/09/16 23:22, Yann E. MORIN wrote: > Signed-off-by: "Yann E. MORIN" > Cc: J?r?me Pouiller > Cc: Arnout Vandecappelle > Cc: Thomas Petazzoni Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Regards, Arnout > --- > Makefile | 4 ---- > boot/barebox/barebox.mk | 4 ++++ > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Makefile b/Makefile > index 8973921..a9cfe03 100644 > --- a/Makefile > +++ b/Makefile > @@ -933,10 +933,6 @@ help: > @echo ' -reconfigure - Restart the build from the configure step' > @echo ' -rebuild - Restart the build from the build step' > @$(call HELP_RULE,$(PACKAGE_HELP)) > -ifeq ($(BR2_TARGET_BAREBOX),y) > - @echo ' barebox-menuconfig - Run barebox menuconfig' > - @echo ' barebox-savedefconfig - Run barebox savedefconfig' > -endif > @echo > @echo 'Documentation:' > @echo ' manual - build manual in all formats' > diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk > index 7715daf..32ecd76 100644 > --- a/boot/barebox/barebox.mk > +++ b/boot/barebox/barebox.mk > @@ -6,6 +6,10 @@ > > BAREBOX_VERSION = $(call qstrip,$(BR2_TARGET_BAREBOX_VERSION)) > > +BAREBOX_HELP = \ > + "barebox-menuconfig : Run barebox menuconfig" \ > + "barebox-savedefconfig : Run barebox savedefconfig" > + > ifeq ($(BAREBOX_VERSION),custom) > # Handle custom Barebox tarballs as specified by the configuration > BAREBOX_TARBALL = $(call qstrip,$(BR2_TARGET_BAREBOX_CUSTOM_TARBALL_LOCATION)) > -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286500 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF