mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: avazquez.dev@gmail.com
To: ptxdist@pengutronix.de
Cc: Alejandro Vazquez <avazquez.dev@gmail.com>
Subject: [ptxdist] [PATCH] tf-a: Fix empty variable in clean
Date: Tue, 27 Dec 2022 20:32:33 +0100	[thread overview]
Message-ID: <20221227193233.50887-1-avazquez.dev@gmail.com> (raw)

From: Alejandro Vazquez <avazquez.dev@gmail.com>

Clean command do not remove generated files.
Used an empty variable to delete the files, replaced by the correct one.

Signed-off-by: Alejandro Vazquez <avazquez.dev@gmail.com>
---
 rules/tf-a.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/tf-a.make b/rules/tf-a.make
index ac1bff032..6dae97bb3 100644
--- a/rules/tf-a.make
+++ b/rules/tf-a.make
@@ -116,7 +116,7 @@ $(STATEDIR)/tf-a.targetinstall:
 
 $(STATEDIR)/tf-a.clean:
 	@$(call targetinfo)
-	@rm -vf $(addprefix $(IMAGEDIR)/, $(notdir $(TF_A_ARTIFACTS_SRC)))
+	@rm -vf $(addprefix $(IMAGEDIR)/, $(notdir $(TF_A_ARTIFACTS)))
 	@$(call clean_pkg, TF_A)
 
 # vim: syntax=make
-- 
2.34.1




             reply	other threads:[~2022-12-27 19:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-27 19:32 avazquez.dev [this message]
2023-01-02 11:10 ` [ptxdist] [PATCH] tf-a: use ptx/image-install Michael Olbrich

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=20221227193233.50887-1-avazquez.dev@gmail.com \
    --to=avazquez.dev@gmail.com \
    --cc=ptxdist@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