summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_lynxos.GNU
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-04-18 14:13:27 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-04-18 14:13:27 +0000
commit2b47a70fd35e2beddcd9292009b3de6079588a46 (patch)
treeefc7ef79dfadc00d0d4959a02a6ed91c387dc885 /ACE/include/makeinclude/platform_lynxos.GNU
parent0575da22316155f2d3975cdc77902614359fd592 (diff)
downloadATCD-2b47a70fd35e2beddcd9292009b3de6079588a46.tar.gz
ChangeLogTag: Wed Apr 18 14:11:28 UTC 2007 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/include/makeinclude/platform_lynxos.GNU')
-rw-r--r--ACE/include/makeinclude/platform_lynxos.GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_lynxos.GNU b/ACE/include/makeinclude/platform_lynxos.GNU
index 68a92f8ff8a..f4e821f13d6 100644
--- a/ACE/include/makeinclude/platform_lynxos.GNU
+++ b/ACE/include/makeinclude/platform_lynxos.GNU
@@ -17,6 +17,10 @@
ifeq ($(shell uname -s),LynxOS)
export VERSION=$(shell uname -r)
+
+ # LynxOS's mkdir needs -f option to prevent it returning error
+ # if directory already exists.
+ ACE_MKDIR=mkdir -pf
else
CROSS-COMPILE = 1