mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] ARM: imx: remove DCD files from Makefiles
Date: Tue, 25 Jul 2017 08:09:39 +0200	[thread overview]
Message-ID: <20170725060939.GA10720@ravnborg.org> (raw)
In-Reply-To: <20170724205625.GA19867@ravnborg.org>

Hi all.

> diff --git a/defaultenv/Makefile b/defaultenv/Makefile
> index 33e0eceef..f313b04e8 100644
> --- a/defaultenv/Makefile
> +++ b/defaultenv/Makefile
> @@ -14,7 +14,7 @@ quiet_cmd_env_default = ENV     $@
>  cmd_env_default = ($(srctree)/scripts/genenv $(srctree) $(objtree) $@ $(CONFIG_DEFAULT_ENVIRONMENT_PATH))
>  
>  $(obj)/barebox_default_env: FORCE
> -	$(call cmd,env_default)
> +	$(call if_changed,env_default)
>  
>  quiet_cmd_env_h = ENVH    $@
>  cmd_env_h = cat $< | (cd $(obj) && $(objtree)/scripts/bin2c "__aligned(4) default_environment") > $@; \
> @@ -27,4 +27,4 @@ quiet_cmd_env_zero = ENVZ    $@
>  cmd_env_zero = ($(objtree)/scripts/bareboxenv -z $(CONFIG_DEFAULT_ENVIRONMENT_PATH) $@)
>  
>  $(obj)/barebox_zero_env: FORCE
> -	$(call cmd,env_zero)
> +	$(call if_changed,env_zero)

Before anyome jumps to try this out...
The above changes are bogus - as we fail to detect when we change a file
within defaultenv/.
Will try to come up with something that works.

	Sam

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2017-07-25  6:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-10  9:29 Lucas Stach
2017-07-24 19:23 ` Sascha Hauer
2017-07-24 20:56   ` Sam Ravnborg
2017-07-25  6:09     ` Sam Ravnborg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170725060939.GA10720@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox