Linux Integrity Measurement development
 help / color / mirror / Atom feed
* [PATCH] doc: correct the build steps for open_posix_testsuite
@ 2024-11-19 10:13 xiubli
  2024-11-29 10:27 ` [LTP] " Cyril Hrubis
  0 siblings, 1 reply; 7+ messages in thread
From: xiubli @ 2024-11-19 10:13 UTC (permalink / raw)
  To: ltp; +Cc: linux-integrity, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

'./configure' is needed just before generating the Makefiles.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
---
 doc/users/quick_start.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/users/quick_start.rst b/doc/users/quick_start.rst
index 1581b1f0c..e80c1c244 100644
--- a/doc/users/quick_start.rst
+++ b/doc/users/quick_start.rst
@@ -54,6 +54,7 @@ generated first:
 .. code-block:: console
 
    $ cd testcases/open_posix_testsuite/
+   $ ./configure
    $ make generate-makefiles
    $ cd conformance/interfaces/foo
    $ make
-- 
2.46.0


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

end of thread, other threads:[~2024-12-11  1:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 10:13 [PATCH] doc: correct the build steps for open_posix_testsuite xiubli
2024-11-29 10:27 ` [LTP] " Cyril Hrubis
2024-12-02  1:00   ` Xiubo Li
     [not found]   ` <a32c6381-8779-4dc5-878b-a46bff6454d6@redhat.com>
2024-12-02 10:43     ` Cyril Hrubis
2024-12-03  1:23       ` Xiubo Li
2024-12-10 12:15         ` Cyril Hrubis
2024-12-11  1:17           ` Xiubo Li

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