summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-06-12 09:39:45 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-06-12 09:39:45 +0000
commit3f57f529b3a00cc1d0cb24c64604057a670b6a9e (patch)
treed1b129bd0711ac33919e935088623749863da540 /tools/bootstrp
parent26751e3d3e5da8e3a78ceb375a004d37c71d66e4 (diff)
Added error message if vorkspace is not available in stand.lst
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/mkcreate.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/bootstrp/mkcreate.cxx b/tools/bootstrp/mkcreate.cxx
index a01452b6ca88..9261cf84d87f 100644
--- a/tools/bootstrp/mkcreate.cxx
+++ b/tools/bootstrp/mkcreate.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mkcreate.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: svesik $ $Date: 2001-06-04 23:04:45 $
+ * last change: $Author: nf $ $Date: 2001-06-12 10:39:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -801,9 +801,9 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds )
"#\n"
"# $RCSfile: mkcreate.cxx,v $\n"
"#\n"
- "# $Revision: 1.9 $\n"
+ "# $Revision: 1.10 $\n"
"#\n"
- "# last change: $Author: svesik $ $Date: 2001-06-04 23:04:45 $\n"
+ "# last change: $Author: nf $ $Date: 2001-06-12 10:39:45 $\n"
"#\n"
"# The Contents of this file are made available subject to the terms of\n"
"# either of the following licenses\n"
@@ -899,13 +899,13 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds )
);
if ( nDepth == 1 )
sHeader += ByteString(
- ".IF \"$(deliver)\"==\"true\"\n"
+ ".IF \"$(build_deliver)\"==\"true\"\n"
"all_target:\t\t\\\n"
"\tTG_DELIVER\t\\\n"
"\tALLTAR\n"
- ".ELSE # \"$(deliver)\"==\"true\"\n"
+ ".ELSE # \"$(build_deliver)\"==\"true\"\n"
"all_target: ALLTAR\n"
- ".ENDIF # \"$(deliver)\"==\"true\"\n"
+ ".ENDIF # \"$(build_deliver)\"==\"true\"\n"
);
else
sHeader += ByteString(
@@ -916,13 +916,13 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds )
else {
if ( nDepth == 1 )
sHeader += ByteString(
- ".IF \"$(deliver)\"==\"true\"\n"
+ ".IF \"$(build_deliver)\"==\"true\"\n"
"all_target:\t\t\\\n"
"\tTG_DELIVER\t\\\n"
"\tALLTAR\n"
- ".ELSE # \"$(deliver)\"==\"true\"\n"
+ ".ELSE # \"$(build_deliver)\"==\"true\"\n"
"all_target: ALLTAR\n"
- ".ENDIF # \"$(deliver)\"==\"true\"\n"
+ ".ENDIF # \"$(build_deliver)\"==\"true\"\n"
);
}
sHeader += ByteString(