summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-11-14 11:35:25 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-11-14 11:41:29 +0300
commitc51ad29a4066afc21836248fd3f973f31a077729 (patch)
treee4de4af2ae9a1f20dcfc782601d22834ec942cd9 /README.md
parent46be6c58ad63105d9e4ef9a818cd0b5709c626af (diff)
downloadbdwgc-c51ad29a4066afc21836248fd3f973f31a077729.tar.gz
Add 'lib' prefix to build artifact names in Makefile.direct
This is to match libraries naming convention of CMake and configure scripts. * Makefile.direct: Update comment (add "lib" prefix to gc.a, gccpp.a, gctba.a, cord.a). * Makefile.direct (bsd-libgc.a, bsd-libgccpp.a, bsd-libgctba.a, bsd-libleak.a, base_lib, gc.a, cords, libcord.a, test_cpp, gctba.a, cord.a, c++, gccpp.a, gctba.a, cordtest, de, gctest): Add "lib" prefix to gc.a, gccpp.a, gctba.a, cord.a. * README.QUICK (INSTALLATION, TYPICAL USE): Likewise. * README.md (Installation and Portability): Likewise. * doc/gcinterface.md (C/C++ Interface): Likewise.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55546bf4..ca9197b8 100644
--- a/README.md
+++ b/README.md
@@ -229,8 +229,8 @@ use up to about 30 MB of memory. (The multi-threaded version will use more.
64-bit versions may use more.) `make check` will also, as its last step,
attempt to build and test the "cord" string library.)
-Makefile.direct will generate a library gc.a which you should link against.
-Typing "make cords" will build the cord library (cord.a).
+Makefile.direct will generate a library libgc.a which you should link against.
+Typing "make cords" will build the cord library (libcord.a).
The GNU style build process understands the usual targets. `make check`
runs a number of tests. `make install` installs at least libgc, and libcord.