From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200723095027.3673-2-rhi@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Mon, 03 Aug 2020 08:29:57 +0200 Subject: Re: [ptxdist] [APPLIED] busybox: bring back and reorder the stage separator comments List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Thanks, applied as b65290de7455a93db53e0c0d233ee1bd2f7ec674. Michael [sent from post-receive hook] On Mon, 03 Aug 2020 08:29:57 +0200, Roland Hieber wrote: > Even if the default compile stage is used, its variables deserve a > recognisable header for better navigation. The BUSYBOX_INSTALL_OPT > variable belongs to the install stage, so move the Install header. > > Signed-off-by: Roland Hieber > Message-Id: <20200723095027.3673-2-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/busybox.make b/rules/busybox.make > index 5c87c17ba4d4..9870414d0b32 100644 > --- a/rules/busybox.make > +++ b/rules/busybox.make > @@ -48,6 +48,10 @@ ifeq ($(BUSYBOX_ARCH),i386) > BUSYBOX_ARCH := x86 > endif > > +# ---------------------------------------------------------------------------- > +# Compile > +# ---------------------------------------------------------------------------- > + > # does not build reproducibly unless we set KCONFIG_NOTIMESTAMP > BUSYBOX_MAKE_OPT := \ > KCONFIG_NOTIMESTAMP=1 \ > @@ -65,15 +69,15 @@ BUSYBOX_MAKE_ENV := \ > $(CROSS_ENV) \ > SKIP_STRIP=y > > +# ---------------------------------------------------------------------------- > +# Install > +# ---------------------------------------------------------------------------- > + > BUSYBOX_INSTALL_OPT := \ > $(BUSYBOX_MAKE_OPT) \ > CONFIG_PREFIX=$(BUSYBOX_PKGDIR)/usr \ > install > > -# ---------------------------------------------------------------------------- > -# Install > -# ---------------------------------------------------------------------------- > - > $(STATEDIR)/busybox.install: > @$(call targetinfo) > @$(call world/install, BUSYBOX) _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de