public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] README: Add missing configure in openposix step
@ 2022-09-01  4:57 Yang Xu
  2022-09-01 11:05 ` Petr Vorel
  0 siblings, 1 reply; 6+ messages in thread
From: Yang Xu @ 2022-09-01  4:57 UTC (permalink / raw)
  To: ltp

Since 8071ba7("openposix: Setup autoconf and fix installation layout")
, we need to use configure firstly.

Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d45d1ee44..d0ca5f4d4 100644
--- a/README.md
+++ b/README.md
@@ -79,11 +79,13 @@ $ cd ../commands/foo
 $ PATH=$PATH:$PWD:$PWD/../../lib/ ./foo01.sh
 ```
 
-Open Posix Testsuite has it's own build system which needs Makefiles to be
-generated first, then compilation should work in subdirectories as well.
+Open Posix Testsuite has it's own configure and build system which needs
+Makefiles to be generated first, then compilation should work in subdirectories
+as well.
 
 ```
 $ cd testcases/open_posix_testsuite/
+$ ./configure
 $ make generate-makefiles
 $ cd conformance/interfaces/foo
 $ make
-- 
2.23.0


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

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

end of thread, other threads:[~2022-09-21 11:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01  4:57 [LTP] [PATCH] README: Add missing configure in openposix step Yang Xu
2022-09-01 11:05 ` Petr Vorel
2022-09-02  7:31   ` xuyang2018.jy
2022-09-19  5:17     ` Joerg Vehlow
2022-09-19  6:06       ` xuyang2018.jy
2022-09-21 11:26         ` Petr Vorel

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