From 2c1ef3560b304da383b7a08911f5c0e19393e47a Mon Sep 17 00:00:00 2001 From: anatolyyyyyy Date: Sun, 14 Oct 2018 01:37:57 +0300 Subject: [PATCH] Fix some typos --- README.md | 2 +- build/Makefile.gcc3 | 2 +- build/Makefile.pf.AIX | 2 +- build/Makefile.pf.HPUX | 2 +- build/Makefile.pf.SunOS | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1bee967..385ff25 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ SCXCoreLib provides portable services for: - common logging framework - marshalling/unmarshalling - DNS name resolution -- pocess launching/controlling +- process launching/controlling - regular expressions - singletons - threading diff --git a/build/Makefile.gcc3 b/build/Makefile.gcc3 index b6eee97..5b68788 100644 --- a/build/Makefile.gcc3 +++ b/build/Makefile.gcc3 @@ -102,7 +102,7 @@ UNITTEST_EXTRA_INCLUDES=-I$(SCX_SHARED_TEST_ROOT)/include -I$(SCX_SRC_ROOT) -I$( # No operation, i.e. suppressing a command NOOP=@echo Step suppressed -# Command for making dependecies +# Command for making dependencies MKDEP=g++ -MM #-------------------------------------------------------------------------------- diff --git a/build/Makefile.pf.AIX b/build/Makefile.pf.AIX index 9b80c2d..ef78c89 100644 --- a/build/Makefile.pf.AIX +++ b/build/Makefile.pf.AIX @@ -71,7 +71,7 @@ UNITTEST_EXTRA_INCLUDES=-I$(SCX_SHARED_TEST_ROOT)/include -I$(SCX_SRC_ROOT) -I$( # No operation, i.e. suppressing a command NOOP=@echo Step suppressed -# Command for making dependecies +# Command for making dependencies # Note the we need a special rule that redirects the output with -MF rather that '>' MKDEP=xlc++_r -E -qmakedep=gcc diff --git a/build/Makefile.pf.HPUX b/build/Makefile.pf.HPUX index 4091c27..c374ceb 100644 --- a/build/Makefile.pf.HPUX +++ b/build/Makefile.pf.HPUX @@ -95,7 +95,7 @@ UNITTEST_EXTRA_INCLUDES=-I$(SCX_SHARED_TEST_ROOT)/include -I$(SCX_SRC_ROOT) -I$( # No operation, i.e. suppressing a command NOOP=@echo Step suppressed -# Command for making dependecies +# Command for making dependencies MKDEP=aCC +make -E #-------------------------------------------------------------------------------- diff --git a/build/Makefile.pf.SunOS b/build/Makefile.pf.SunOS index 5579f6d..da4e9a9 100644 --- a/build/Makefile.pf.SunOS +++ b/build/Makefile.pf.SunOS @@ -103,7 +103,7 @@ UNITTEST_EXTRA_INCLUDES=-I$(SCX_SHARED_TEST_ROOT)/include -I$(SCX_SRC_ROOT) -I$( # No operation, i.e. suppressing a command NOOP=@echo Step suppressed -# Command for making dependecies +# Command for making dependencies MKDEP=CC -xM1 #--------------------------------------------------------------------------------