public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [KIRK][PATCH 1/1] Makefile: Fix symlink order
@ 2023-09-18 11:35 Petr Vorel
  2023-09-18 12:32 ` Petr Vorel
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2023-09-18 11:35 UTC (permalink / raw)
  To: ltp

kirk is the target, runltp-ng is the link name.

Fixes: 666a2bd ("Symlink kirk with runltp-ng in LTP installation")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
If you agree with this change, I'll merge it to
https://github.com/linux-test-project/kirk
And we will need v6 for 
[1] "Replace runltp-ng with kirk framework" patch
(or update the has in first commit).

Kind regards,
Petr

[1] https://patchwork.ozlabs.org/project/ltp/patch/20230918110737.1922-2-andrea.cervesato@suse.de/

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0bc7ffc..cd7a025 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,6 @@ install:
 	install -m 00644 $(top_srcdir)/tools/kirk/libkirk/*.py $(BASE_DIR)/libkirk
 	install -m 00775 $(top_srcdir)/tools/kirk/kirk $(BASE_DIR)/kirk
 
-	ln -sf $(BASE_DIR)/runltp-ng $(BASE_DIR)/kirk
+	ln -sf $(BASE_DIR)/kirk $(BASE_DIR)/runltp-ng
 
 include $(top_srcdir)/include/mk/generic_leaf_target.mk
-- 
2.42.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [KIRK][PATCH 1/1] Makefile: Fix symlink order
  2023-09-18 11:35 [LTP] [KIRK][PATCH 1/1] Makefile: Fix symlink order Petr Vorel
@ 2023-09-18 12:32 ` Petr Vorel
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2023-09-18 12:32 UTC (permalink / raw)
  To: ltp

Hi,

Andrea applied his own patch, thus closing this.

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-18 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18 11:35 [LTP] [KIRK][PATCH 1/1] Makefile: Fix symlink order Petr Vorel
2023-09-18 12:32 ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox