Skip to content

Commit 8e47dc0

Browse files
committed
documentation fixes
1 parent 98a7353 commit 8e47dc0

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ LIBCLOCATION=$(shell ldd /bin/sh | awk '/libc\.so\./ { print; }' | cut -d' ' -f3
4040
# also remove -ljson-c from EXT_LIB declaration.
4141
# to work with sr3, change SR_APPNAME=\"sr3\" ... otherwise will be managed by version 2.
4242
# on Power9, -fstack-check causes coredumps, so removed for now.
43-
# On RHEL8, add -DINTERCEPT_SYSCALL to handle cases where mv calls syscall directly, instead of calling renameat2.
4443
# See sarrac issue #145 for more information about syscall/renameat2.
4544

4645
CFLAGS = -DHAVE_JSONC -DSR_APPNAME=\"sr3\" -DFORCE_LIBC_REGEX=\"$(LIBCLOCATION)\" -fPIC -ftest-coverage -std=gnu99 -Wall -g -D_GNU_SOURCE $(RABBIT_INCDIR) -DINTERCEPT_SYSCALL

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ See `Building from Source <BUILD.rst>`_
224224
Release Process
225225
---------------
226226

227-
See `Releases <Release.rst>`_
227+
See `Releases <RELEASE.rst>`_

RELEASE.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Release Targets:
99
* launchpad: whatever platforms it builds for (ARM would be cool.)
1010
* upload packages to github, which acts as central node for release notifications.
1111

12-
* See `Build <Build.rst>`_ for instructions on local building.
12+
* See `Build <BUILD.rst>`_ for instructions on local building.
1313

14-
Pre-Rrelease QA/Validation
15-
--------------------------
14+
Pre-Release QA/Validation
15+
-------------------------
1616

1717
Finalize the changes:
1818

@@ -28,7 +28,7 @@ Pre-Release Porting
2828
~~~~~~~~~~~~~~~~~~~
2929

3030
Development is mostly done on new operating systems. The most important platforms
31-
for deployment, however, are pretty old.
31+
for deployment, however, are fairly old.
3232

3333
Prior to doing a full release, should install on all platforms and run tests. on Github,
3434
these tests are done by Actions automatically, so one just has to review results for

0 commit comments

Comments
 (0)