Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.gcc3
Original file line number Diff line number Diff line change
Expand Up @@ -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

#--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.pf.AIX
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.pf.HPUX
Original file line number Diff line number Diff line change
Expand Up @@ -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

#--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.pf.SunOS
Original file line number Diff line number Diff line change
Expand Up @@ -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

#--------------------------------------------------------------------------------
Expand Down