[hatari-devel] readme.txt typo |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel List <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] readme.txt typo
- From: Charles Curley <charlescurley@xxxxxxxxxxxxxxxxx>
- Date: Sat, 14 Nov 2020 20:42:11 -0700
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=charlescurley.com; s=default; h=Content-Type:MIME-Version:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ocHWLSM8q/ZAjRs1HVWvzieNQIUujNBAKL6j9aQ0AUM=; b=Ki/YPpUS/lJQlqdQ3Gkm8cubDh 8SV+bQ1vZBT0a0dBXKRVY26Tv8vT+bCBJVy/mvC6C+F3pm0QxcFPdev+xFbopNNXttzmzp8/gyUf+ LnxBC05CLkdi+wtqMMwXmG2GCG+T/sGfmhrJqB1cAdBkJp2aOUrJ9RpsOM38+zW/SPw1+rBsj+KTE fksgeezHFJJ+1PfBlukwVzU5mMBnjXM2mmLkVpWx8V01DAppCwWYPqx1baZhNapulaMNdEM8hbNoS j4Cw/81OkV+/WV5K2PItId408rqw17+2i8t6D0XS0OwPdKWI70K5n3SHwu7HHYgFzhkv/2KiEWrZZ LC+rCKZA==;
- Organization: occasionally
I (or, rather, cmake) found a typo in the file readme.txt. In the line
cmake --build . -j$(getconf _NPROCESSORS_ONLN)
there should be a space between the -j and the $(
Patch attached.
--
Does anybody read signatures any more?
https://charlescurley.com
https://charlescurley.com/blog/
diff --git a/readme.txt b/readme.txt
index 40d2c943..cbb3fd54 100644
--- a/readme.txt
+++ b/readme.txt
@@ -116,7 +116,7 @@ options of this script.
Once you have successfully configured the build settings, you can compile
Hatari with:
- cmake --build . -j$(getconf _NPROCESSORS_ONLN)
+ cmake --build . -j $(getconf _NPROCESSORS_ONLN)
If all works fine, you should get the executable "hatari" in the src/ sub-
directory of the build tree. You can then either run the executable from