Commit 8e47dc0 1 parent 98a7353 commit 8e47dc0 Copy full SHA for 8e47dc0
File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ LIBCLOCATION=$(shell ldd /bin/sh | awk '/libc\.so\./ { print; }' | cut -d' ' -f3
40
40
# also remove -ljson-c from EXT_LIB declaration.
41
41
# to work with sr3, change SR_APPNAME=\"sr3\" ... otherwise will be managed by version 2.
42
42
# 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.
44
43
# See sarrac issue #145 for more information about syscall/renameat2.
45
44
46
45
CFLAGS = -DHAVE_JSONC -DSR_APPNAME=\"sr3\" -DFORCE_LIBC_REGEX=\"$(LIBCLOCATION ) \" -fPIC -ftest-coverage -std=gnu99 -Wall -g -D_GNU_SOURCE $(RABBIT_INCDIR ) -DINTERCEPT_SYSCALL
Original file line number Diff line number Diff line change @@ -224,4 +224,4 @@ See `Building from Source <BUILD.rst>`_
224
224
Release Process
225
225
---------------
226
226
227
- See `Releases <Release .rst >`_
227
+ See `Releases <RELEASE .rst >`_
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Release Targets:
9
9
* launchpad: whatever platforms it builds for (ARM would be cool.)
10
10
* upload packages to github, which acts as central node for release notifications.
11
11
12
- * See `Build <Build .rst >`_ for instructions on local building.
12
+ * See `Build <BUILD .rst >`_ for instructions on local building.
13
13
14
- Pre-Rrelease QA/Validation
15
- --------------------------
14
+ Pre-Release QA/Validation
15
+ -------------------------
16
16
17
17
Finalize the changes:
18
18
@@ -28,7 +28,7 @@ Pre-Release Porting
28
28
~~~~~~~~~~~~~~~~~~~
29
29
30
30
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.
32
32
33
33
Prior to doing a full release, should install on all platforms and run tests. on Github,
34
34
these tests are done by Actions automatically, so one just has to review results for
You can’t perform that action at this time.
0 commit comments