diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-02-12 17:29:19 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-02-12 17:29:19 -0500 |
commit | 2fc80e8e8304913c8dd1090bb2976632c0f4a8c3 (patch) | |
tree | 824545b2c226b2cde86b6621f4df242d2c36ddcd /src/backend/port/ipc_test.c | |
parent | 2a2e40aaaad6d9d8a2c6a61817542a2d8c369935 (diff) | |
download | postgresql-2fc80e8e8304913c8dd1090bb2976632c0f4a8c3.tar.gz postgresql-2fc80e8e8304913c8dd1090bb2976632c0f4a8c3.zip |
Rename 'gmake' to 'make' in docs and recommended commands
This simplifies the docs and makes it easier to cut/paste command lines.
Diffstat (limited to 'src/backend/port/ipc_test.c')
-rw-r--r-- | src/backend/port/ipc_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/ipc_test.c b/src/backend/port/ipc_test.c index cff74aa72f0..62599193c33 100644 --- a/src/backend/port/ipc_test.c +++ b/src/backend/port/ipc_test.c @@ -10,7 +10,7 @@ * USE_xxx_SEMAPHORES and USE_xxx_SHARED_MEMORY settings you want. * Also, adjust the pg_sema.c and pg_shmem.c symlinks in * src/backend/port/ if needed. - * 2. In src/backend/port/, do "gmake ipc_test". + * 2. In src/backend/port/, do "make ipc_test". * 3. Run ipc_test and see if it works. * 4. If it seems to work, try building the whole system and running * the parallel regression tests for a more complete test. |