Commit graph

529 commits

Author SHA1 Message Date
Vladimir Glazounov
bfc5da87bc INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/08/21 04:22:41 vq 1.6.8.3: #i10000# Add some code comments.
2006/07/28 21:19:06 vq 1.6.8.2: #i67589# Add the internal commands noop and echo to the *nix version of
dmake. This functionality already existed for the native windows version.
2006/07/20 02:41:13 vq 1.6.8.1: #i10000# No code changes. Only comments were added/improved.
2006-09-25 08:40:24 +00:00
Vladimir Glazounov
dcfd5450f4 INTEGRATION: CWS dmake46 (1.1.1.1.152); FILE MERGED
2006/07/17 03:10:57 vq 1.1.1.1.152.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is
assumed to be empty) is used and later set to a different value.
2006-09-25 08:40:09 +00:00
Vladimir Glazounov
db56d4123e INTEGRATION: CWS dmake46 (1.1.1.1.152); FILE MERGED
2006/07/22 03:48:48 vq 1.1.1.1.152.1: #i10000# Add some comments.
2006-09-25 08:39:55 +00:00
Vladimir Glazounov
8149ed2a4d INTEGRATION: CWS dmake46 (1.8.8); FILE MERGED
2006/08/29 17:08:07 vq 1.8.8.5: #i69071# Don't use umask for the native W32 dmake.
2006/07/31 03:35:11 vq 1.8.8.4: #i67585# Remove unneeded variable definitions.
2006/07/31 02:47:51 vq 1.8.8.3: #i64583# Remove unused parameter from Create_temp() and Get_temp().
2006/07/24 21:43:33 vq 1.8.8.2: #i64583# Let tempfiles generated by $(mktmp ..) always have 600 permissions.
Generate unique and secure tempfiles if a suffix is requested. (Needed for
group recipes.)
2006/07/23 03:17:36 vq 1.8.8.1: #i67585# Fix $(nil ...) function macro.
The patch also removes some unneeded code from _exec_call() and adds some
extra documentation about function macros to the dmake man page.
2006-09-25 08:39:41 +00:00
Vladimir Glazounov
aa74c69eb8 INTEGRATION: CWS dmake46 (1.5.8); FILE MERGED
2006/09/21 16:24:10 vq 1.5.8.4: #i69743# Optimize expand.c:Apply_edit().
2006/08/15 18:11:35 vq 1.5.8.3: #i44961# Reject single letter macros with (, {, ), } and : .
2006/08/15 15:07:05 vq 1.5.8.2: #i44961# Throw error if inclosed macro brackets are encountered.
2006/07/17 03:10:57 vq 1.5.8.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is
assumed to be empty) is used and later set to a different value.
2006-09-25 08:39:30 +00:00
Vladimir Glazounov
c5ce276655 INTEGRATION: CWS dmake46 (1.4.2); FILE MERGED
2006/08/21 04:22:41 vq 1.4.2.2: #i10000# Add some code comments.
2006/07/17 03:10:57 vq 1.4.2.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is
assumed to be empty) is used and later set to a different value.
2006-09-25 08:39:18 +00:00
Vladimir Glazounov
1586db9258 INTEGRATION: CWS dmake46 (1.7.2); FILE MERGED
2006/07/17 03:10:56 vq 1.7.2.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is
assumed to be empty) is used and later set to a different value.
2006-09-25 08:39:05 +00:00
Vladimir Glazounov
0c428f4b2d INTEGRATION: CWS dmake46 (1.6.2); FILE MERGED
2006/07/24 21:43:33 vq 1.6.2.3: #i64583# Let tempfiles generated by $(mktmp ..) always have 600 permissions.
Generate unique and secure tempfiles if a suffix is requested. (Needed for
group recipes.)
2006/07/22 03:48:48 vq 1.6.2.2: #i10000# Add some comments.
2006/07/17 03:10:56 vq 1.6.2.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is
assumed to be empty) is used and later set to a different value.
2006-09-25 08:38:52 +00:00
Vladimir Glazounov
463846b25e INTEGRATION: CWS dmake46 (1.24.2); FILE MERGED
2006/09/21 20:57:35 vq 1.24.2.2: #i67689# Release dmake 4.6.
2006/07/23 04:27:58 vq 1.24.2.1: #i67689# Bump version to 4.6-cvs.
2006-09-25 08:38:38 +00:00
Vladimir Glazounov
76c1a9c030 INTEGRATION: CWS dmake46 (1.17.2); FILE MERGED
2006/09/21 20:57:35 vq 1.17.2.2: #i67689# Release dmake 4.6.
2006/07/23 04:27:57 vq 1.17.2.1: #i67689# Bump version to 4.6-cvs.
2006-09-25 08:38:26 +00:00
Vladimir Glazounov
e2396be847 INTEGRATION: CWS dmake46 (1.5.2); FILE MERGED
2006/09/21 20:57:35 vq 1.5.2.5: #i67689# Release dmake 4.6.
2006/07/29 01:55:38 vq 1.5.2.4: #i67589# Add documentation and NEWS file entry for builtin commands noop
and echo.
2006/07/23 04:05:50 vq 1.5.2.3: #i67166# Mention the new warning in the NEWS file.
2006/07/10 21:01:38 vq 1.5.2.2: #i66567# Add testcase and mention the new warning in the NEWS file.
2006/07/10 01:38:30 vq 1.5.2.1: #i67025# Add testcase and mention this bugfix in the NEWS file as it was
a regression in dmake 4.5 with respect to older versions.
2006-09-25 08:38:12 +00:00
Vladimir Glazounov
d90c7dfd5a INTEGRATION: CWS dmake46 (1.4.2); FILE MERGED
2006/09/25 00:01:40 vq 1.4.2.11: #i10000# Update ChangeLog.
2006/09/21 20:59:01 vq 1.4.2.10: #i10000# Update ChangeLog.
2006/09/21 16:26:26 vq 1.4.2.9: #i10000# Update ChangeLog.
2006/08/29 17:10:10 vq 1.4.2.8: #i10000# Update ChangeLog.
2006/08/16 17:06:54 vq 1.4.2.7: #i10000# Update ChangeLog.
2006/07/31 03:37:40 vq 1.4.2.6: #i10000# Update ChangeLog.
2006/07/30 01:54:43 vq 1.4.2.5: #i10000# Update ChangeLog.
2006/07/27 02:08:17 vq 1.4.2.4: #i10000# Update ChangeLog.
2006/07/23 04:30:17 vq 1.4.2.3: #i10000# Update ChangeLog.
2006/07/17 03:17:11 vq 1.4.2.2: #i10000# Update ChangeLog.
2006/07/10 01:45:24 vq 1.4.2.1: #i10000# Update ChangeLog.
2006-09-25 08:37:50 +00:00
Rüdiger Timm
50f54591ed INTEGRATION: CWS rt15 (1.1.1.1.150); FILE MERGED
2006/06/28 15:11:43 rt 1.1.1.1.150.1: #i54459# CVS history removed from file.
2006-07-25 09:10:32 +00:00
Rüdiger Timm
f6aa297e5f INTEGRATION: CWS rt15 (1.1.1.1.150); FILE MERGED
2006/06/28 15:11:42 rt 1.1.1.1.150.1: #i54459# CVS history removed from file.
2006-07-25 09:10:03 +00:00
Rüdiger Timm
0c1806f21a INTEGRATION: CWS rt15 (1.1.1.1.150); FILE MERGED
2006/06/28 15:11:41 rt 1.1.1.1.150.1: #i54459# CVS history removed from file.
2006-07-25 09:08:07 +00:00
Ivo Hinkelmann
3497d019a8 INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/15 02:42:43 vq 1.2.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs.

This patch was submitted by shay@openoffice.org.
2006-06-29 10:33:07 +00:00
Ivo Hinkelmann
af37bc3e77 INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/20 14:20:37 vq 1.2.2.2: #i66522# Release dmake 4.5.
2006/06/17 17:08:12 vq 1.2.2.1: #i66522# Increase version number in documentation files and set preliminary
dmake version to 4.5-cvs.
2006-06-29 10:32:54 +00:00
Ivo Hinkelmann
f404e87dc8 INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED
2006/06/15 02:42:42 vq 1.3.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs.

This patch was submitted by shay@openoffice.org.
2006-06-29 10:32:26 +00:00
Ivo Hinkelmann
c894e69ee4 INTEGRATION: CWS dmake45 (1.7.2); FILE MERGED
2006/06/20 14:20:37 vq 1.7.2.2: #i66522# Release dmake 4.5.
2006/06/17 17:08:12 vq 1.7.2.1: #i66522# Increase version number in documentation files and set preliminary
dmake version to 4.5-cvs.
2006-06-29 10:32:14 +00:00
Ivo Hinkelmann
ab6ffb84b4 INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/15 02:42:42 vq 1.2.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs.

This patch was submitted by shay@openoffice.org.
2006-06-29 10:32:01 +00:00
Ivo Hinkelmann
15cbe6675a INTEGRATION: CWS dmake45 (1.5.2); FILE MERGED
2006/06/15 02:42:42 vq 1.5.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs.

This patch was submitted by shay@openoffice.org.
2006-06-29 10:31:39 +00:00
Ivo Hinkelmann
e63fd59628 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/14 22:43:41 vq 1.1.2.1: #i48087# Add testcases and change man page.
2006-06-29 10:31:27 +00:00
Ivo Hinkelmann
2cf8d87749 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/13 23:52:06 vq 1.1.2.1: #i64331# Add testcase.
2006-06-29 10:31:15 +00:00
Ivo Hinkelmann
bea8074929 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:45 vq 1.1.2.3: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/14 22:43:41 vq 1.1.2.2: #i48087# Add testcases and change man page.
2006/06/13 18:33:17 vq 1.1.2.1: #i65122# Add testcase.
2006-06-29 10:31:05 +00:00
Ivo Hinkelmann
0c05240141 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/13 17:14:07 vq 1.1.2.1: #i66385# Add testcase.
2006-06-29 10:30:54 +00:00
Ivo Hinkelmann
6ba302fdb6 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/13 15:03:53 vq 1.1.2.1: #i66083# Add testcase.
2006-06-29 10:30:42 +00:00
Ivo Hinkelmann
4ecf70f764 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/04 01:55:10 vq 1.1.2.1: #i65360# Add testcase to check for message about empty recipe for
special or meta targets.
2006-06-29 10:30:30 +00:00
Ivo Hinkelmann
4fa80bd7f3 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:44 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/04 01:17:34 vq 1.1.2.1: #i65360# Add testcase that checks that a warning is issued when .<suffix>
targets are ignored.
2006-06-29 10:30:20 +00:00
Ivo Hinkelmann
745ed32b42 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:44 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/04 00:34:07 vq 1.1.2.1: #i64869# Add testcases and regenerate autotools files.
2006-06-29 10:30:03 +00:00
Ivo Hinkelmann
d9ba77e604 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:44 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/14 22:43:41 vq 1.1.2.1: #i48087# Add testcases and change man page.
2006-06-29 10:29:54 +00:00
Ivo Hinkelmann
aa057c097f INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/22 20:45:44 vq 1.2.2.1: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006-06-29 10:29:33 +00:00
Ivo Hinkelmann
2c05827682 INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/22 20:45:43 vq 1.2.2.1: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006-06-29 10:28:29 +00:00
Ivo Hinkelmann
9e35c2ab8f INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:14:23 vq 1.1.2.1: #i66659# Fix evaluation of line continuations in conditional expressions
and add testcase.
2006-06-29 10:27:53 +00:00
Ivo Hinkelmann
10e9b055f3 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:43 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/16 18:46:56 vq 1.1.2.1: #i65281# Add testcase.
2006-06-29 10:27:44 +00:00
Ivo Hinkelmann
4b76df6473 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:43 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/05/11 03:31:14 vq 1.1.2.1: #i65281# Fix crash on numeric comparison and add testcase.
2006-06-29 10:27:34 +00:00
Ivo Hinkelmann
9e86ff3419 INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/22 20:45:43 vq 1.2.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/06/22 20:14:22 vq 1.2.2.1: #i66659# Fix evaluation of line continuations in conditional expressions
and add testcase.
2006-06-29 10:27:23 +00:00
Ivo Hinkelmann
2b4472c361 INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED
2006/06/22 20:45:43 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006/05/17 21:44:49 vq 1.1.2.1: #i65333# Add testcase and regenerate autotools files.
2006-06-29 10:27:10 +00:00
Ivo Hinkelmann
7ecbaa5979 INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/22 20:45:42 vq 1.2.2.1: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
2006-06-29 10:26:48 +00:00
Ivo Hinkelmann
dc2bedea7f INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/22 20:14:22 vq 1.2.2.12: #i66659# Fix evaluation of line continuations in conditional expressions
and add testcase.
2006/06/16 18:46:56 vq 1.2.2.11: #i65281# Add testcase.
2006/06/14 22:43:40 vq 1.2.2.10: #i48087# Add testcases and change man page.
2006/06/13 23:52:05 vq 1.2.2.9: #i64331# Add testcase.
2006/06/13 18:33:17 vq 1.2.2.8: #i65122# Add testcase.
2006/06/13 17:14:07 vq 1.2.2.7: #i66385# Add testcase.
2006/06/13 15:03:53 vq 1.2.2.6: #i66083# Add testcase.
2006/06/04 01:55:09 vq 1.2.2.5: #i65360# Add testcase to check for message about empty recipe for
special or meta targets.
2006/06/04 01:17:33 vq 1.2.2.4: #i65360# Add testcase that checks that a warning is issued when .<suffix>
targets are ignored.
2006/06/04 00:34:07 vq 1.2.2.3: #i64869# Add testcases and regenerate autotools files.
2006/05/17 21:44:48 vq 1.2.2.2: #i65333# Add testcase and regenerate autotools files.
2006/05/11 03:38:52 vq 1.2.2.1: #i65281# Regenerate autotools files and plain text version of manpage.
2006-06-29 10:26:24 +00:00
Ivo Hinkelmann
73fc960347 INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/22 20:14:22 vq 1.2.2.12: #i66659# Fix evaluation of line continuations in conditional expressions
and add testcase.
2006/06/16 18:46:56 vq 1.2.2.11: #i65281# Add testcase.
2006/06/14 22:43:40 vq 1.2.2.10: #i48087# Add testcases and change man page.
2006/06/13 23:52:05 vq 1.2.2.9: #i64331# Add testcase.
2006/06/13 18:33:17 vq 1.2.2.8: #i65122# Add testcase.
2006/06/13 17:14:07 vq 1.2.2.7: #i66385# Add testcase.
2006/06/13 15:03:53 vq 1.2.2.6: #i66083# Add testcase.
2006/06/04 01:55:09 vq 1.2.2.5: #i65360# Add testcase to check for message about empty recipe for
special or meta targets.
2006/06/04 01:17:33 vq 1.2.2.4: #i65360# Add testcase that checks that a warning is issued when .<suffix>
targets are ignored.
2006/06/04 00:34:06 vq 1.2.2.3: #i64869# Add testcases and regenerate autotools files.
2006/05/17 21:44:48 vq 1.2.2.2: #i65333# Add testcase and regenerate autotools files.
2006/05/11 03:31:14 vq 1.2.2.1: #i65281# Fix crash on numeric comparison and add testcase.
2006-06-29 10:26:12 +00:00
Ivo Hinkelmann
83c1181523 INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED
2006/06/17 17:08:11 vq 1.3.2.1: #i66522# Increase version number in documentation files and set preliminary
dmake version to 4.5-cvs.
2006-06-29 10:26:00 +00:00
Ivo Hinkelmann
1edd38b016 INTEGRATION: CWS dmake45 (1.6.2); FILE MERGED
2006/06/26 17:48:50 vq 1.6.2.10: #i10000# Fix some typos in dmake man page.
2006/06/16 20:24:27 vq 1.6.2.9: #i66522# Update manpage.
2006/06/16 18:31:06 vq 1.6.2.8: #i65281# Fix comparison with empty string.
2006/06/14 22:43:40 vq 1.6.2.7: #i48087# Add testcases and change man page.
2006/06/13 16:58:25 vq 1.6.2.6: #i66385# Handle .<suffix> targets regardless of the AUGMAKE (-A) status.
Document this and regenerate man page.
2006/05/17 04:04:38 vq 1.6.2.5: #i65333# Elaborate on .<suffix> vs. special targets and .INIT and .DONE
that also begin with a dot.
2006/05/16 03:43:51 vq 1.6.2.4: #i65333# Collect .<suffix> description at one place in the man page.
2006/05/15 22:50:48 vq 1.6.2.3: #i48087# Document the current %-target handling.
2006/05/11 03:31:13 vq 1.6.2.2: #i65281# Fix crash on numeric comparison and add testcase.
2006/05/05 21:33:07 vq 1.6.2.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets
plus several improved comments and a man page correction.
2006-06-29 10:25:36 +00:00
Ivo Hinkelmann
6a1ce74662 INTEGRATION: CWS dmake45 (1.4.2); FILE MERGED
2006/06/26 17:48:49 vq 1.4.2.6: #i10000# Fix some typos in dmake man page.
2006/06/16 20:24:26 vq 1.4.2.5: #i66522# Update manpage.
2006/06/16 18:31:06 vq 1.4.2.4: #i65281# Fix comparison with empty string.
2006/06/14 22:43:40 vq 1.4.2.3: #i48087# Add testcases and change man page.
2006/06/13 16:58:25 vq 1.4.2.2: #i66385# Handle .<suffix> targets regardless of the AUGMAKE (-A) status.
Document this and regenerate man page.
2006/05/11 03:38:52 vq 1.4.2.1: #i65281# Regenerate autotools files and plain text version of manpage.
2006-06-29 10:25:20 +00:00
Ivo Hinkelmann
e63718d8a7 INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/05/03 21:47:15 vq 1.2.2.1: #i64869# Fix various parsing problems of target definitions and
add code comments.
2006-06-29 10:25:02 +00:00
Ivo Hinkelmann
89a4c8ce53 INTEGRATION: CWS dmake45 (1.1.1.1.146); FILE MERGED
2006/05/10 17:46:56 vq 1.1.1.1.146.2: #i48087# Correct parsing of target definitions with multiple % targets and
prerequisites. Also add some comments.
2006/05/05 21:33:06 vq 1.1.1.1.146.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets
plus several improved comments and a man page correction.
2006-06-29 10:24:50 +00:00
Ivo Hinkelmann
1f26336d2d INTEGRATION: CWS dmake45 (1.7.2); FILE MERGED
2006/06/22 20:14:22 vq 1.7.2.12: #i66659# Fix evaluation of line continuations in conditional expressions
and add testcase.
2006/06/13 16:58:24 vq 1.7.2.11: #i66385# Handle .<suffix> targets regardless of the AUGMAKE (-A) status.
Document this and regenerate man page.
2006/06/13 05:28:07 vq 1.7.2.10: #i66083# Check that AUGMAKE meta targets are not mixed with normal targets.
2006/06/04 03:30:02 vq 1.7.2.9: #i48087# Only warn once about multiple prerequisites for %-targets.
2006/06/04 01:37:56 vq 1.7.2.8: #i65360# Improve output of warning for special or meta targets without
recipe.
2006/05/14 17:06:22 vq 1.7.2.7: #i65360# Fix typo.
2006/05/14 16:58:07 vq 1.7.2.6: #i65360# Warn if dmake ignores an illegal .<suffix> target but keep the
behavior of dmake 4.4 and earlier.
2006/05/12 17:36:41 vq 1.7.2.5: #i48087# Fix typo.
2006/05/12 16:59:44 vq 1.7.2.4: #i65333# Prevent .ROOT, .TARGETS, .INIT and .DONE from being treates as
special .<suffix> targets.
2006/05/10 17:46:56 vq 1.7.2.3: #i48087# Correct parsing of target definitions with multiple % targets and
prerequisites. Also add some comments.
2006/05/05 21:33:06 vq 1.7.2.2: #i65122# Fix problem with "non-documented" handling of multiple %-targets
plus several improved comments and a man page correction.
2006/05/03 21:47:14 vq 1.7.2.1: #i64869# Fix various parsing problems of target definitions and
add code comments.
2006-06-29 10:24:37 +00:00
Ivo Hinkelmann
bb71d425b5 INTEGRATION: CWS dmake45 (1.5.2); FILE MERGED
2006/05/03 21:47:14 vq 1.5.2.1: #i64869# Fix various parsing problems of target definitions and
add code comments.
2006-06-29 10:24:25 +00:00
Ivo Hinkelmann
9a0792107e INTEGRATION: CWS dmake45 (1.4.2); FILE MERGED
2006/06/16 20:38:05 vq 1.4.2.1: #i66509# Fix bug in makefile.
2006-06-29 10:24:12 +00:00
Ivo Hinkelmann
2d4dc491dc INTEGRATION: CWS dmake45 (1.5.2); FILE MERGED
2006/06/13 23:31:49 vq 1.5.2.2: #i64431# Fix .SETDIR problem with percent targets.
2006/05/05 21:33:06 vq 1.5.2.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets
plus several improved comments and a man page correction.
2006-06-29 10:24:00 +00:00
Ivo Hinkelmann
054a12bffd INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED
2006/05/03 21:47:14 vq 1.3.2.1: #i64869# Fix various parsing problems of target definitions and
add code comments.
2006-06-29 10:23:47 +00:00
Ivo Hinkelmann
589f24ca1d INTEGRATION: CWS dmake45 (1.6.2); FILE MERGED
2006/06/22 20:14:22 vq 1.6.2.4: #i66659# Fix evaluation of line continuations in conditional expressions
and add testcase.
2006/06/16 18:31:05 vq 1.6.2.3: #i65281# Fix comparison with empty string.
2006/05/11 03:31:13 vq 1.6.2.2: #i65281# Fix crash on numeric comparison and add testcase.
2006/05/03 21:47:14 vq 1.6.2.1: #i64869# Fix various parsing problems of target definitions and
add code comments.
2006-06-29 10:23:35 +00:00
Ivo Hinkelmann
467e8ace51 INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/05/10 17:46:56 vq 1.2.2.1: #i48087# Correct parsing of target definitions with multiple % targets and
prerequisites. Also add some comments.
2006-06-29 10:23:21 +00:00
Ivo Hinkelmann
ccb5812ddc INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED
2006/05/05 21:33:05 vq 1.3.2.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets
plus several improved comments and a man page correction.
2006-06-29 10:23:09 +00:00
Ivo Hinkelmann
27dd1670c9 INTEGRATION: CWS dmake45 (1.6.2); FILE MERGED
2006/05/03 21:47:14 vq 1.6.2.1: #i64869# Fix various parsing problems of target definitions and
add code comments.
2006-06-29 10:22:57 +00:00
Ivo Hinkelmann
a5f05e71e0 INTEGRATION: CWS dmake45 (1.23.2); FILE MERGED
2006/06/20 14:20:37 vq 1.23.2.3: #i66522# Release dmake 4.5.
2006/06/17 17:08:11 vq 1.23.2.2: #i66522# Increase version number in documentation files and set preliminary
dmake version to 4.5-cvs.
2006/06/13 19:06:51 vq 1.23.2.1: #i64795# Fix typo in configure.in.
2006-06-29 10:22:28 +00:00
Ivo Hinkelmann
129afe1c95 INTEGRATION: CWS dmake45 (1.16.2); FILE MERGED
2006/06/20 14:20:37 vq 1.16.2.3: #i66522# Release dmake 4.5.
2006/06/17 17:08:11 vq 1.16.2.2: #i66522# Increase version number in documentation files and set preliminary
dmake version to 4.5-cvs.
2006/06/13 19:06:51 vq 1.16.2.1: #i64795# Fix typo in configure.in.
2006-06-29 10:22:15 +00:00
Ivo Hinkelmann
93f41b4d5a INTEGRATION: CWS dmake45 (1.4.2); FILE MERGED
2006/06/22 20:48:39 vq 1.4.2.2: #i66522# Release dmake 4.5
(Two more issues were added and fixed in CWS dmake45.)
2006/06/17 00:41:25 vq 1.4.2.1: #i66522# Update NEWS file.
2006-06-29 10:21:45 +00:00
Ivo Hinkelmann
c50bdd0782 INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED
2006/06/22 20:51:25 vq 1.3.2.13: #i10000# Update ChangeLog.
2006/06/20 14:22:21 vq 1.3.2.12: #i10000# Update ChangeLog.
2006/06/16 20:40:00 vq 1.3.2.11: #i10000# Update ChangeLog.
2006/06/15 02:47:03 vq 1.3.2.10: #i10000# Update ChangeLog.
2006/06/14 23:07:30 vq 1.3.2.9: #i10000# Update ChangeLog.
2006/06/13 17:20:20 vq 1.3.2.8: #i10000# Update ChangeLog.
2006/06/04 03:32:33 vq 1.3.2.7: #i10000# Update ChangeLog.
2006/06/04 01:57:46 vq 1.3.2.6: #i10000# Update ChangeLog.
2006/05/17 21:48:18 vq 1.3.2.5: #i10000# Update ChangeLog.
2006/05/12 17:38:30 vq 1.3.2.4: #i10000# Update ChangeLog.
2006/05/11 03:40:45 vq 1.3.2.3: #i10000# Update ChangeLog.
2006/05/10 18:41:34 vq 1.3.2.2: #i10000# Update ChangeLog.
2006/05/03 22:03:52 vq 1.3.2.1: #i10000# Update ChangeLog.
2006-06-29 10:21:19 +00:00
Jens-Heiner Rechtien
a96dfc390a INTEGRATION: CWS dmake43p01 (1.3.30); FILE MERGED
2006/02/02 04:40:20 vq 1.3.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:11 vq 1.3.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:27:11 +00:00
Jens-Heiner Rechtien
d96543910c INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/04/17 16:47:05 vq 1.2.80.1: Issue number: 47135
Submitted by: shay@openoffice.org
Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.
2006-04-20 11:27:00 +00:00
Jens-Heiner Rechtien
07270091ca INTEGRATION: CWS dmake43p01 (1.3.30); FILE MERGED
2006/02/02 04:40:19 vq 1.3.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:10 vq 1.3.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:26:48 +00:00
Jens-Heiner Rechtien
0726a129ea INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:19 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:10 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:26:38 +00:00
Jens-Heiner Rechtien
09afa44295 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/17 16:47:05 vq 1.1.1.1.132.1: Issue number: 47135
Submitted by: shay@openoffice.org
Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.
2006-04-20 11:26:27 +00:00
Jens-Heiner Rechtien
86e4cec467 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/15 23:55:46 vq 1.1.1.1.132.2: Issue number: 47137
Submitted by: shay@openoffice.org
Increase default MAXLINELENGHT to 8190.
2005/04/09 21:22:37 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:26:16 +00:00
Jens-Heiner Rechtien
0be712bdc8 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/22 04:22:30 vq 1.1.1.1.132.2: Issue number: 47866
Submitted by: shay@openoffice.org, vq@openoffice.org
Fix MSVC compiler warnings.
2005/04/22 01:04:36 vq 1.1.1.1.132.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the
output of "dmake -V".
Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
to be usable with the startup/*.mk and is not mentioned in the man page.
Clean up configure.in and friends.
2006-04-20 11:26:04 +00:00
Jens-Heiner Rechtien
1665dd3cfb INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:18 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:10 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:25:54 +00:00
Jens-Heiner Rechtien
65dcb0e12c INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/17 16:47:04 vq 1.1.1.1.132.1: Issue number: 47135
Submitted by: shay@openoffice.org
Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.
2006-04-20 11:25:43 +00:00
Jens-Heiner Rechtien
4537b08cac INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/11 03:28:55 vq 1.1.1.1.132.2: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
filename and NULL for other operating systems or dmake build with other
compilers.
If DMAKEROOT is not changed and only for native Windows dmake versions the
value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".
2005/04/09 21:22:36 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:25:19 +00:00
Jens-Heiner Rechtien
764a276ed1 INTEGRATION: CWS dmake43p01 (1.4.30); FILE MERGED
2006/02/02 04:40:18 vq 1.4.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:09 vq 1.4.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:25:09 +00:00
Jens-Heiner Rechtien
da4b6096dc INTEGRATION: CWS dmake43p01 (1.3.30); FILE MERGED
2005/04/07 22:30:57 vq 1.3.30.1: Issue number: 43241
Submitted by: shay@openoffice.org
Allow dmake to be build on windows without 4NT.
2006-04-20 11:24:58 +00:00
Jens-Heiner Rechtien
99bdd83ce9 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/17 16:47:03 vq 1.1.1.1.132.1: Issue number: 47135
Submitted by: shay@openoffice.org
Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.
2006-04-20 11:24:48 +00:00
Jens-Heiner Rechtien
a4a01e46c7 INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/04/15 23:55:45 vq 1.2.80.2: Issue number: 47137
Submitted by: shay@openoffice.org
Increase default MAXLINELENGHT to 8190.
2005/04/09 21:22:36 vq 1.2.80.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:24:37 +00:00
Jens-Heiner Rechtien
24f513d6da INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/07 22:30:57 vq 1.1.1.1.132.1: Issue number: 43241
Submitted by: shay@openoffice.org
Allow dmake to be build on windows without 4NT.
2006-04-20 11:24:24 +00:00
Jens-Heiner Rechtien
eb35ffba54 INTEGRATION: CWS dmake43p01 (1.6.2); FILE MERGED
2006/03/31 16:04:36 vq 1.6.2.3: #i63874# Release dmake 4.4
Update version numbers and regenerate autotool files.
2005/04/22 04:22:29 vq 1.6.2.2: Issue number: 47866
Submitted by: shay@openoffice.org, vq@openoffice.org
Fix MSVC compiler warnings.
2005/04/22 01:04:36 vq 1.6.2.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the
output of "dmake -V".
Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
to be usable with the startup/*.mk and is not mentioned in the man page.
Clean up configure.in and friends.
2006-04-20 11:24:12 +00:00
Jens-Heiner Rechtien
2202b0e1a4 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:16 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:09 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:23:48 +00:00
Jens-Heiner Rechtien
0e68343efb INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/15 23:55:45 vq 1.1.1.1.132.2: Issue number: 47137
Submitted by: shay@openoffice.org
Increase default MAXLINELENGHT to 8190.
2005/04/09 21:22:36 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:23:27 +00:00
Jens-Heiner Rechtien
522c82183b INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/11 03:28:55 vq 1.1.1.1.132.2: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
filename and NULL for other operating systems or dmake build with other
compilers.
If DMAKEROOT is not changed and only for native Windows dmake versions the
value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".
2005/04/09 21:22:35 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:23:16 +00:00
Jens-Heiner Rechtien
dc742fe28c INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:14 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:09 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:09:03 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:22:52 +00:00
Jens-Heiner Rechtien
102826b3b6 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:14 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:08 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:09:03 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:22:41 +00:00
Jens-Heiner Rechtien
15a001d4be INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:13 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:08 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:09:02 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:22:29 +00:00
Jens-Heiner Rechtien
4055dea1c5 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:12 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:07 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:09:01 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:22:07 +00:00
Jens-Heiner Rechtien
3cc3b76d2a INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:11 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:07 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:09:00 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:21:45 +00:00
Jens-Heiner Rechtien
d86ae580e2 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:10 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:06 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:59 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:21:34 +00:00
Jens-Heiner Rechtien
4969c146ab INTEGRATION: CWS dmake43p01 (1.3.30); FILE MERGED
2006/02/02 04:40:10 vq 1.3.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:06 vq 1.3.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:59 vq 1.3.30.1: #i61390# Add missing prototypes.
2006-04-20 11:21:20 +00:00
Jens-Heiner Rechtien
23b5dd289b INTEGRATION: CWS dmake43p01 (1.4.30); FILE MERGED
2006/02/02 04:40:09 vq 1.4.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:05 vq 1.4.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:58 vq 1.4.30.1: #i61390# Add missing prototypes.
2006-04-20 11:21:08 +00:00
Jens-Heiner Rechtien
c6beab7145 INTEGRATION: CWS dmake43p01 (1.5.6); FILE MERGED
2006/02/02 04:40:09 vq 1.5.6.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:05 vq 1.5.6.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:58 vq 1.5.6.1: #i61390# Add missing prototypes.
2006-04-20 11:20:56 +00:00
Jens-Heiner Rechtien
46b4d9ab7a INTEGRATION: CWS dmake43p01 (1.5.2); FILE MERGED
2006/02/02 04:40:08 vq 1.5.2.4: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:05 vq 1.5.2.3: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:57 vq 1.5.2.2: #i61390# Add missing prototypes.
2006/01/30 20:28:19 vq 1.5.2.1: #i61390# Add some missing prototypes to dmake/unix/cygwin/public.h and
also revert the copyright disclaimer to the original version. This file
is supposed to be auto generated and identical to:
dmake/unix/linux/gnu/cygwin/public.h.
2006-04-20 11:20:44 +00:00
Jens-Heiner Rechtien
b7a133ee57 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:08 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:04 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:57 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:20:33 +00:00
Jens-Heiner Rechtien
00169582b6 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:07 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:04 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:56 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:20:18 +00:00
Jens-Heiner Rechtien
b4d245bb01 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:06 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:04 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:56 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:20:07 +00:00
Jens-Heiner Rechtien
05b0fb444e INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:06 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:03 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:55 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:19:56 +00:00
Jens-Heiner Rechtien
dc9fcaef4f INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:05 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:03 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:54 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:19:45 +00:00
Jens-Heiner Rechtien
80dd229439 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:05 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:02 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:54 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:19:34 +00:00
Jens-Heiner Rechtien
a8058c2ee0 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:04 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:02 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:53 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:19:23 +00:00
Jens-Heiner Rechtien
6c45a70780 INTEGRATION: CWS dmake43p01 (1.8.6); FILE MERGED
2006/03/15 14:43:28 vq 1.8.6.11: #i61940# Add and correct some comments.
2006/02/21 23:06:16 vq 1.8.6.10: #i61940# Remove the #undef that unconditionally disabled the use of spawn.
2006/02/12 00:47:37 vq 1.8.6.9: #i61940# Enable the alternative use of spawn instead of fork/exec for
dmake. Add the configure option --enable-spawn. Regenerate autotool files.
2006/02/01 23:29:02 vq 1.8.6.8: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2005/10/11 17:39:40 vq 1.8.6.7: #i54938# Fix problem when building infered .INCLUDE makefiles and doing
parallel builds.
2005/09/19 23:48:15 vq 1.8.6.6: #i53148# Move include directive to get some macros defined before using
them.
2005/09/17 23:25:21 vq 1.8.6.5: #i53148# Make sure that the command started from _exec_shell really
finished before returning.
2005/09/07 01:39:50 vq 1.8.6.4: #i53148# Make sure _attach_cmd can not be used for _exec_shell calls.
2005/09/05 20:56:46 vq 1.8.6.3: #i53148# Move redirection of stdout from parent to child and avoid
capturing spurious output from other process queues.
2005/09/05 17:23:46 vq 1.8.6.2: #i53148# Additional patch to make sure that the shell escapes is executed
after all previous recipe lines from the same target have finished.
2005/09/04 19:38:15 vq 1.8.6.1: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1.
This certainly includes the -P# switch with # > 1.
2006-04-20 11:19:12 +00:00
Jens-Heiner Rechtien
9fbdfb6482 INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED
2005/04/09 21:22:35 vq 1.4.6.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:18:58 +00:00
Jens-Heiner Rechtien
4731a9e745 INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED
2005/06/01 02:51:26 vq 1.4.6.3: #i50142# Remove an unneeded warning that was introduced with issue 47135.
2005/04/18 22:08:49 vq 1.4.6.2: #i47135# Fix variable name.
2005/04/18 22:03:11 vq 1.4.6.1: #i47135# Add code to warn if a filename is longer than NAMEMAX permits.
2006-04-20 11:18:48 +00:00
Jens-Heiner Rechtien
89069e28c8 INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED
2006/03/13 23:21:28 vq 1.4.6.2: #i61390# Make dmake (gcc) build -Wall warning free.
2006/02/01 22:08:53 vq 1.4.6.1: #i61390# Add missing prototypes.
2006-04-20 11:18:37 +00:00
Jens-Heiner Rechtien
80672f7e47 INTEGRATION: CWS dmake43p01 (1.9.2); FILE MERGED
2005/09/26 00:33:17 vq 1.9.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:48 vq 1.9.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:40 vq 1.9.2.3: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:27:22 vq 1.9.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:20 vq 1.9.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:18:26 +00:00
Jens-Heiner Rechtien
b0f1a4017e INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:34 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:18:14 +00:00
Jens-Heiner Rechtien
9707a9229d INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:04 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:01 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:08:52 vq 1.5.30.1: #i61390# Add missing prototypes.
2006-04-20 11:17:51 +00:00
Jens-Heiner Rechtien
0ddb2f4617 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/06/02 03:41:20 vq 1.1.2.1: #i39248# Add testsuite for dmake (only tor targets using the autotools).
2006-04-20 11:17:40 +00:00
Jens-Heiner Rechtien
c39ca28251 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2006/03/02 03:37:17 vq 1.1.2.1: #i61969# Commit testcase for this issue.
2006-04-20 11:17:31 +00:00
Jens-Heiner Rechtien
5838619346 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2006/02/26 22:46:01 vq 1.1.2.1: #i62118# Add testcase for issue 62118.
2006-04-20 11:17:21 +00:00
Jens-Heiner Rechtien
444aa6e32e INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2006/02/06 23:06:59 vq 1.1.2.1: #i61714# Correct manpage to state that the usage of .SETDIR like
`.SETDIR=foo : targets` is valid and add a testcase to verify this.
2006-04-20 11:17:12 +00:00
Jens-Heiner Rechtien
f9099c4f6d INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2006/01/06 01:24:07 vq 1.1.2.1: #i58259# Add testcase.
2006-04-20 11:17:02 +00:00
Jens-Heiner Rechtien
29987d2fd2 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/10/11 17:48:48 vq 1.1.2.1: #i54938# Add testcase for .INCLUDE generation in parallel builds.
2006-04-20 11:16:51 +00:00
Jens-Heiner Rechtien
de610f2dce INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/10/11 18:01:42 vq 1.1.2.1: #i39248# Add testcase and regenerate configure and other autotools files.
2006-04-20 11:16:42 +00:00
Jens-Heiner Rechtien
b2eeb05704 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/09/20 00:50:47 vq 1.1.2.1: #i49461# Add testcase and regenerate configure and other autotools files.
2006-04-20 11:16:33 +00:00
Jens-Heiner Rechtien
8b1ecbe277 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/09/05 03:17:14 vq 1.1.2.2: #i53148# Add testcase.
2005/09/01 23:27:06 vq 1.1.2.1: #i52238# Add a testcase.
2006-04-20 11:16:23 +00:00
Jens-Heiner Rechtien
ed70e0dd45 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/06/04 18:07:42 vq 1.1.2.1: #i39248# Add another testcase.
2006-04-20 11:16:15 +00:00
Jens-Heiner Rechtien
05068400ec INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2006/02/26 22:23:50 vq 1.1.2.2: #i61170# Fix testcase to remove the created "dirwith space" directory.
2006/01/27 01:22:36 vq 1.1.2.1: #i61170# Add testcase and regenerate autotools files.
2006-04-20 11:16:04 +00:00
Jens-Heiner Rechtien
950e8e8910 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2006/03/14 23:23:21 vq 1.1.2.1: #i61940# Add testcase to check that $(shell ..) does not pick up output from
concurrent processes.
2006-04-20 11:15:34 +00:00
Jens-Heiner Rechtien
4dbca1eff5 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/09/05 21:10:17 vq 1.1.2.1: #i53148# Add another testcase.
2006-04-20 11:15:24 +00:00
Jens-Heiner Rechtien
92505873fb INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/09/05 21:10:17 vq 1.1.2.2: #i53148# Add another testcase.
2005/09/05 03:17:14 vq 1.1.2.1: #i53148# Add testcase.
2006-04-20 11:15:14 +00:00
Jens-Heiner Rechtien
16db6e1142 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/06/02 03:41:19 vq 1.1.2.1: #i39248# Add testsuite for dmake (only tor targets using the autotools).
2006-04-20 11:15:03 +00:00
Jens-Heiner Rechtien
de45f7e775 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/10/11 18:01:41 vq 1.1.2.1: #i39248# Add testcase and regenerate configure and other autotools files.
2006-04-20 11:14:43 +00:00
Jens-Heiner Rechtien
2bfd7dbf54 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2006/03/14 23:23:21 vq 1.1.2.12: #i61940# Add testcase to check that $(shell ..) does not pick up output from
concurrent processes.
2006/03/02 03:37:16 vq 1.1.2.11: #i61969# Commit testcase for this issue.
2006/02/26 22:46:01 vq 1.1.2.10: #i62118# Add testcase for issue 62118.
2006/02/06 23:06:58 vq 1.1.2.9: #i61714# Correct manpage to state that the usage of .SETDIR like
`.SETDIR=foo : targets` is valid and add a testcase to verify this.
2006/01/27 01:22:35 vq 1.1.2.8: #i61170# Add testcase and regenerate autotools files.
2006/01/06 01:35:27 vq 1.1.2.7: #i58259# Regenerate autotool files.
2005/10/11 18:01:40 vq 1.1.2.6: #i39248# Add testcase and regenerate configure and other autotools files.
2005/09/26 00:33:17 vq 1.1.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:47 vq 1.1.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:40 vq 1.1.2.3: #i52238# Regenerate configure and other autotools files.
2005/06/04 18:07:41 vq 1.1.2.2: #i39248# Add another testcase.
2005/06/02 03:41:19 vq 1.1.2.1: #i39248# Add testsuite for dmake (only tor targets using the autotools).
2006-04-20 11:14:33 +00:00
Jens-Heiner Rechtien
d5abbe2b30 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2006/03/14 23:23:21 vq 1.1.2.13: #i61940# Add testcase to check that $(shell ..) does not pick up output from
concurrent processes.
2006/03/02 03:37:15 vq 1.1.2.12: #i61969# Commit testcase for this issue.
2006/02/26 22:46:01 vq 1.1.2.11: #i62118# Add testcase for issue 62118.
2006/02/06 23:06:58 vq 1.1.2.10: #i61714# Correct manpage to state that the usage of .SETDIR like
`.SETDIR=foo : targets` is valid and add a testcase to verify this.
2006/01/27 01:22:35 vq 1.1.2.9: #i61170# Add testcase and regenerate autotools files.
2006/01/06 01:24:08 vq 1.1.2.8: #i58259# Add testcase.
2005/10/11 18:01:39 vq 1.1.2.7: #i39248# Add testcase and regenerate configure and other autotools files.
2005/09/20 00:50:47 vq 1.1.2.6: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/05 21:10:16 vq 1.1.2.5: #i53148# Add another testcase.
2005/09/05 03:17:14 vq 1.1.2.4: #i53148# Add testcase.
2005/09/01 23:27:05 vq 1.1.2.3: #i52238# Add a testcase.
2005/06/04 18:07:41 vq 1.1.2.2: #i39248# Add another testcase.
2005/06/02 03:41:18 vq 1.1.2.1: #i39248# Add testsuite for dmake (only tor targets using the autotools).
2006-04-20 11:14:24 +00:00
Jens-Heiner Rechtien
4ff2f84fb1 INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED
2005/09/26 00:33:17 vq 1.4.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:45 vq 1.4.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:39 vq 1.4.2.3: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:27:22 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:19 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:14:14 +00:00
Jens-Heiner Rechtien
72cb4683ab INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED
2005/09/26 00:33:16 vq 1.4.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:45 vq 1.4.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:39 vq 1.4.2.3: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:27:22 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:19 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:14:01 +00:00
Jens-Heiner Rechtien
3efb2887c6 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:34 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2005/04/08 15:26:21 vq 1.1.1.1.132.1: Issue number: 47004
Submitted by: shay@openoffice
Fix syntax errors (warnings) in subst macros.
2006-04-20 11:13:49 +00:00
Jens-Heiner Rechtien
b33d107c26 INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED
2005/09/26 00:33:16 vq 1.4.2.6: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:45 vq 1.4.2.5: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:38 vq 1.4.2.4: #i52238# Regenerate configure and other autotools files.
2005/06/04 18:07:40 vq 1.4.2.3: #i39248# Add another testcase.
2005/04/22 01:27:21 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:18 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:13:37 +00:00
Jens-Heiner Rechtien
8a0eee942a INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/06/04 18:07:39 vq 1.2.80.1: #i39248# Add another testcase.
2006-04-20 11:13:23 +00:00
Jens-Heiner Rechtien
8973c01770 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:33 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2005/04/08 15:26:21 vq 1.1.1.1.132.1: Issue number: 47004
Submitted by: shay@openoffice
Fix syntax errors (warnings) in subst macros.
2006-04-20 11:13:11 +00:00
Jens-Heiner Rechtien
ae0c4d4fe0 INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED
2005/09/26 00:33:15 vq 1.4.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:44 vq 1.4.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:38 vq 1.4.2.3: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:27:21 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:18 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:12:59 +00:00
Jens-Heiner Rechtien
6613dbd20c INTEGRATION: CWS dmake43p01 (1.7.2); FILE MERGED
2005/09/26 00:33:15 vq 1.7.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:44 vq 1.7.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:38 vq 1.7.2.3: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:27:20 vq 1.7.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:18 vq 1.7.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:12:46 +00:00
Jens-Heiner Rechtien
d4bc53ffe6 INTEGRATION: CWS dmake43p01 (1.7.2); FILE MERGED
2005/09/26 00:33:15 vq 1.7.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:43 vq 1.7.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:37 vq 1.7.2.3: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:27:20 vq 1.7.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:17 vq 1.7.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:12:33 +00:00
Jens-Heiner Rechtien
fa85e85824 INTEGRATION: CWS dmake43p01 (1.9.2); FILE MERGED
2005/09/26 00:33:14 vq 1.9.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:43 vq 1.9.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:37 vq 1.9.2.3: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:27:20 vq 1.9.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:17 vq 1.9.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:12:21 +00:00
Jens-Heiner Rechtien
800d357cba INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED
2005/09/26 00:33:14 vq 1.4.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:42 vq 1.4.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:36 vq 1.4.2.3: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:27:19 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:16 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:12:08 +00:00
Jens-Heiner Rechtien
8a7e9c8d2a INTEGRATION: CWS dmake43p01 (1.9.2); FILE MERGED
2005/09/26 00:33:14 vq 1.9.2.6: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:41 vq 1.9.2.5: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:36 vq 1.9.2.4: #i52238# Regenerate configure and other autotools files.
2005/06/04 18:07:39 vq 1.9.2.3: #i39248# Add another testcase.
2005/04/22 01:27:19 vq 1.9.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:16 vq 1.9.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:11:57 +00:00
Jens-Heiner Rechtien
10951836c2 INTEGRATION: CWS dmake43p01 (1.2.100); FILE MERGED
2005/06/04 18:07:38 vq 1.2.100.1: #i39248# Add another testcase.
2006-04-20 11:11:45 +00:00
Jens-Heiner Rechtien
dd066a53b8 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:33 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2005/04/08 15:26:20 vq 1.1.1.1.132.1: Issue number: 47004
Submitted by: shay@openoffice
Fix syntax errors (warnings) in subst macros.
2006-04-20 11:11:30 +00:00
Jens-Heiner Rechtien
aa12bc029e INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:32 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2005/04/08 15:26:20 vq 1.1.1.1.132.1: Issue number: 47004
Submitted by: shay@openoffice
Fix syntax errors (warnings) in subst macros.
2006-04-20 11:11:18 +00:00
Jens-Heiner Rechtien
43b2dd92a6 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:41:13 vq 1.1.1.1.132.1: Issue number: 43254
Submitted by: shay@openoffice.org
Don't import OS, OSRELEASE and OSENVIRONMENT from environment in startup.mk.
2006-04-20 11:11:06 +00:00
Jens-Heiner Rechtien
0d90a0ce6a INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/04/16 22:29:17 vq 1.1.2.1: #i47578# Generate startup/config.mk during build with autotools.
2006-04-20 11:10:53 +00:00
Jens-Heiner Rechtien
8088c160bf INTEGRATION: CWS dmake43p01 (1.9.2); FILE MERGED
2005/09/26 00:33:13 vq 1.9.2.6: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:41 vq 1.9.2.5: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:35 vq 1.9.2.4: #i52238# Regenerate configure and other autotools files.
2005/06/04 18:07:38 vq 1.9.2.3: #i39248# Add another testcase.
2005/04/22 01:27:18 vq 1.9.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:16 vq 1.9.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 11:10:42 +00:00
Jens-Heiner Rechtien
5f64e4ad33 INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/06/04 18:07:37 vq 1.2.80.2: #i39248# Add another testcase.
2005/04/16 22:53:17 vq 1.2.80.1: #i47578# Install startup/config.mk instead of the unused startup/template.mk.
2006-04-20 11:10:29 +00:00
Jens-Heiner Rechtien
1ddd8a87da INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2006/03/31 16:04:35 vq 1.1.1.1.132.1: #i63874# Release dmake 4.4
Update version numbers and regenerate autotool files.
2006-04-20 11:10:17 +00:00
Jens-Heiner Rechtien
313f03695d INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED
2006/03/31 16:04:35 vq 1.2.2.2: #i63874# Release dmake 4.4
Update version numbers and regenerate autotool files.
2005/04/08 15:18:32 vq 1.2.2.1: Issue number: 43241
Submitted by: shay@openoffice.org, vq@openoffice.org
Add documentation and update NEWS file.
2006-04-20 11:10:05 +00:00
Jens-Heiner Rechtien
6e141d5e6f INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED
2006/03/31 16:04:35 vq 1.2.2.1: #i63874# Release dmake 4.4
Update version numbers and regenerate autotool files.
2006-04-20 11:09:53 +00:00
Jens-Heiner Rechtien
d51fea0432 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:32 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:09:40 +00:00
Jens-Heiner Rechtien
f2a92d3ce7 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:03 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:01 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:09:16 +00:00
Jens-Heiner Rechtien
50d19fd677 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:02 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:01 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:09:03 +00:00
Jens-Heiner Rechtien
abd386c5a9 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:01 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:00 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:08:50 +00:00
Jens-Heiner Rechtien
a092f4cf02 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:31 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:08:38 +00:00
Jens-Heiner Rechtien
725b90dafd INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:31 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2005/04/08 15:26:19 vq 1.1.1.1.132.1: Issue number: 47004
Submitted by: shay@openoffice
Fix syntax errors (warnings) in subst macros.
2006-04-20 11:08:25 +00:00
Jens-Heiner Rechtien
a1c7f0b9d8 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:00 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:00 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:08:00 +00:00
Jens-Heiner Rechtien
2d253d87a0 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:00 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:28:59 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:07:47 +00:00
Jens-Heiner Rechtien
b9394736fa INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:39:59 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:28:59 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:07:36 +00:00
Jens-Heiner Rechtien
0592d5b5ab INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:39:58 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:28:58 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:07:24 +00:00
Jens-Heiner Rechtien
8b85541864 INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:39:57 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:28:58 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:07:00 +00:00
Jens-Heiner Rechtien
5c9e37d15f INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:39:57 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:28:57 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:06:48 +00:00
Jens-Heiner Rechtien
3287911330 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2006/02/01 23:28:57 vq 1.1.1.1.132.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:06:24 +00:00
Jens-Heiner Rechtien
720d9cf8ba INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:30 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 11:06:11 +00:00
Jens-Heiner Rechtien
bd0d466a29 INTEGRATION: CWS dmake43p01 (1.5.2); FILE MERGED
2006/02/06 23:06:57 vq 1.5.2.11: #i61714# Correct manpage to state that the usage of .SETDIR like
`.SETDIR=foo : targets` is valid and add a testcase to verify this.
2006/02/03 19:46:32 vq 1.5.2.10: #i61170# Let $(TMD)/somedir always be a valid path.
Adjust the dmake bootstrap makefile to this change.
2006/02/01 23:28:56 vq 1.5.2.9: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 04:18:14 vq 1.5.2.8: #i10000# Small documentation fix.
2005/10/04 04:33:35 vq 1.5.2.7: #i10000# Fix markup error in man page source and regenerate the ascii version.
2005/09/20 00:01:27 vq 1.5.2.6: #i53148# Update NEWS file and man page.
2005/04/16 16:53:13 vq 1.5.2.5: #i46987# Fix $(mktmp ...) documentation and add the map escape codes
$(macro:m) macro expansion.
2005/04/15 23:34:51 vq 1.5.2.4: #i47135# Fix the documentation of the NAMEMAX macro. (Not .NAMEMAX)
2005/04/11 03:28:55 vq 1.5.2.3: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
filename and NULL for other operating systems or dmake build with other
compilers.
If DMAKEROOT is not changed and only for native Windows dmake versions the
value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".
2005/03/27 15:42:25 vq 1.5.2.2: #i43147# Fix man page.
2004/11/23 19:57:36 vq 1.5.2.1: #i37491# Add documentation for SPACECHAR macro.
2006-04-20 11:05:44 +00:00
Jens-Heiner Rechtien
0848a1a636 INTEGRATION: CWS dmake43p01 (1.3.2); FILE MERGED
2006/02/05 04:02:51 vq 1.3.2.9: #i61170# Regenerate plain text version of the dmake man page.
2006/02/01 23:37:09 vq 1.3.2.8: #i60948# Regenerate plain text version of the dmake man page.
2005/10/04 04:33:35 vq 1.3.2.7: #i10000# Fix markup error in man page source and regenerate the ascii version.
2005/09/20 00:01:26 vq 1.3.2.6: #i53148# Update NEWS file and man page.
2005/04/16 16:53:13 vq 1.3.2.5: #i46987# Fix $(mktmp ...) documentation and add the map escape codes
$(macro:m) macro expansion.
2005/04/15 23:34:51 vq 1.3.2.4: #i47135# Fix the documentation of the NAMEMAX macro. (Not .NAMEMAX)
2005/04/11 03:38:06 vq 1.3.2.3: #i43252# Regenerate typeset version of the manual page.
2005/03/27 15:42:25 vq 1.3.2.2: #i43147# Fix man page.
2004/11/23 19:57:36 vq 1.3.2.1: #i37491# Add documentation for SPACECHAR macro.
2006-04-20 11:05:29 +00:00
Jens-Heiner Rechtien
5bb26f53dc INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:39:56 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:28:56 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006-04-20 11:05:03 +00:00
Jens-Heiner Rechtien
3541a5373a INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/09/26 00:43:28 vq 1.1.2.1: #i55070# Restore the documentation for Fred Fish's "C Program Debugging
Package" DBUG.
2006-04-20 11:04:51 +00:00
Jens-Heiner Rechtien
9e980223df INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/09/26 00:43:28 vq 1.1.1.1.132.1: #i55070# Restore the documentation for Fred Fish's "C Program Debugging
Package" DBUG.
2006-04-20 11:04:41 +00:00
Jens-Heiner Rechtien
7fce993162 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/09/26 00:43:27 vq 1.1.2.1: #i55070# Restore the documentation for Fred Fish's "C Program Debugging
Package" DBUG.
2006-04-20 11:04:20 +00:00
Jens-Heiner Rechtien
de8bfa7666 INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/09/26 00:43:26 vq 1.1.2.1: #i55070# Restore the documentation for Fred Fish's "C Program Debugging
Package" DBUG.
2006-04-20 11:03:49 +00:00
Jens-Heiner Rechtien
64b349955e INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/09/26 00:33:12 vq 1.1.1.1.132.1: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2006-04-20 11:03:18 +00:00
Jens-Heiner Rechtien
4a4787573e INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2006/02/01 23:28:55 vq 1.1.1.1.132.7: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2005/10/11 17:39:39 vq 1.1.1.1.132.6: #i54938# Fix problem when building infered .INCLUDE makefiles and doing
parallel builds.
2005/09/05 20:56:45 vq 1.1.1.1.132.5: #i53148# Move redirection of stdout from parent to child and avoid
capturing spurious output from other process queues.
2005/09/05 17:23:45 vq 1.1.1.1.132.4: #i53148# Additional patch to make sure that the shell escapes is executed
after all previous recipe lines from the same target have finished.
2005/09/04 19:38:15 vq 1.1.1.1.132.3: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1.
This certainly includes the -P# switch with # > 1.
2005/04/11 03:28:54 vq 1.1.1.1.132.2: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
filename and NULL for other operating systems or dmake build with other
compilers.
If DMAKEROOT is not changed and only for native Windows dmake versions the
value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".
2004/11/20 01:05:55 vq 1.1.1.1.132.1: #i37491# Add a predefined SPACECHAR macro.
2006-04-20 11:03:05 +00:00
Jens-Heiner Rechtien
1cc6fe421e INTEGRATION: CWS dmake43p01 (1.6.2); FILE MERGED
2006/02/02 04:39:56 vq 1.6.2.7: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:28:55 vq 1.6.2.6: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2005/12/15 20:04:05 vq 1.6.2.5: #i58391# Create better temporary filenames when .NET2003 or newer are used.
2005/09/04 19:38:14 vq 1.6.2.4: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1.
This certainly includes the -P# switch with # > 1.
2005/05/05 21:27:21 vq 1.6.2.3: #i43310# Fix dmakes handling of multiple (::) targets concerning attributes
and flags. Note: An attribute given for a subtarget will also be applied for
all other subtargets. (Also add a few comments.)
2005/04/18 22:03:11 vq 1.6.2.2: #i47135# Add code to warn if a filename is longer than NAMEMAX permits.
2005/04/11 03:28:54 vq 1.6.2.1: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
filename and NULL for other operating systems or dmake build with other
compilers.
If DMAKEROOT is not changed and only for native Windows dmake versions the
value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".
2006-04-20 11:02:41 +00:00
Jens-Heiner Rechtien
3e58ba8080 INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED
2005/04/22 04:22:27 vq 1.4.6.1: Issue number: 47866
Submitted by: shay@openoffice.org, vq@openoffice.org
Fix MSVC compiler warnings.
2006-04-20 11:02:29 +00:00
Jens-Heiner Rechtien
ff5189a6a3 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2006/03/13 23:21:28 vq 1.1.1.1.132.1: #i61390# Make dmake (gcc) build -Wall warning free.
2006-04-20 11:02:17 +00:00
Jens-Heiner Rechtien
c4979677fa INTEGRATION: CWS dmake43p01 (1.6.6); FILE MERGED
2006/03/02 03:46:57 vq 1.6.6.2: #i61969# Clean F_MADE and F_STAT when recipes or prerequisites are changed
so that the target gets rebuild even if it was already build. (As a
generated .INCLUDE makefile.)
2005/05/05 21:27:21 vq 1.6.6.1: #i43310# Fix dmakes handling of multiple (::) targets concerning attributes
and flags. Note: An attribute given for a subtarget will also be applied for
all other subtargets. (Also add a few comments.)
2006-04-20 11:02:04 +00:00
Jens-Heiner Rechtien
1f3177c858 INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED
2006/02/02 04:39:55 vq 1.4.6.2: #i47919# Use the correct handler function for the signal() handling.
2006/01/30 20:28:18 vq 1.4.6.1: #i61390# Add some missing prototypes to dmake/unix/cygwin/public.h and
also revert the copyright disclaimer to the original version. This file
is supposed to be auto generated and identical to:
dmake/unix/linux/gnu/cygwin/public.h.
2006-04-20 11:01:52 +00:00
Jens-Heiner Rechtien
a363b5b67c INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/05/05 21:59:52 vq 1.2.80.1: #i47135# Leave a comment that the _POSIX_*_MAX values should be set in
the architecture dependent sysintf.h files instead of clobbering them
in posix.h
2006-04-20 11:01:40 +00:00
Jens-Heiner Rechtien
956d091a8e INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED
2005/06/01 02:27:09 vq 1.4.6.3: #i50053# Fix bogus check.
2005/05/31 22:13:38 vq 1.4.6.2: #i50053# Fix typo.
2005/05/30 18:37:36 vq 1.4.6.1: #i50053# Fix dmake correctly parsing empty makefile lines. This was a
regression introduced by issue 44959 and worked before only because
the trailing \n of empty lines were accidentally not removed.
2006-04-20 11:01:27 +00:00
Jens-Heiner Rechtien
9b21946413 INTEGRATION: CWS dmake43p01 (1.3.2); FILE MERGED
2006/02/03 19:46:31 vq 1.3.2.2: #i61170# Let $(TMD)/somedir always be a valid path.
Adjust the dmake bootstrap makefile to this change.
2005/04/07 22:30:57 vq 1.3.2.1: Issue number: 43241
Submitted by: shay@openoffice.org
Allow dmake to be build on windows without 4NT.
2006-04-20 11:01:15 +00:00
Jens-Heiner Rechtien
646f9dcbf4 INTEGRATION: CWS dmake43p01 (1.5.6); FILE MERGED
2006/02/03 19:46:31 vq 1.5.6.10: #i61170# Let $(TMD)/somedir always be a valid path.
Adjust the dmake bootstrap makefile to this change.
2006/02/01 23:28:55 vq 1.5.6.9: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/01/27 01:16:41 vq 1.5.6.8: #i61170# Add micro optimization as usually PWD is equal to MAKEDIR.
2006/01/26 02:54:28 vq 1.5.6.7: #i61170# Fix TMD macro and regenerate autotool files.
2006/01/04 04:07:16 vq 1.5.6.6: #i58259# Fix thinko and solve the problems with all testcases from the
issue.
2006/01/04 02:13:11 vq 1.5.6.5: #i58259# Partial fix. This fixes the use of dp after it was freed.
2005/10/11 17:39:39 vq 1.5.6.4: #i54938# Fix problem when building infered .INCLUDE makefiles and doing
parallel builds.
2005/05/05 21:27:21 vq 1.5.6.3: #i43310# Fix dmakes handling of multiple (::) targets concerning attributes
and flags. Note: An attribute given for a subtarget will also be applied for
all other subtargets. (Also add a few comments.)
2005/03/14 03:21:59 vq 1.5.6.2: #i37053# Fix continuation char handling.
2004/11/12 03:45:09 vq 1.5.6.1: #i37053# dmake line continuation fix.
2006-04-20 11:01:03 +00:00
Jens-Heiner Rechtien
1dfb9fe0b2 INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED
2005/05/05 21:27:20 vq 1.4.6.3: #i43310# Fix dmakes handling of multiple (::) targets concerning attributes
and flags. Note: An attribute given for a subtarget will also be applied for
all other subtargets. (Also add a few comments.)
2005/04/22 01:17:33 vq 1.4.6.2: #i43310# Fix cast.
2005/04/20 15:26:16 vq 1.4.6.1: #i43310# Fix percent (%) rules to recognize prerequisites that are defined
with the multiple target rule operator (::).
This implicitly fixes the similar problem for .<suffix>.<suffix> targets.
2006-04-20 11:00:49 +00:00
Jens-Heiner Rechtien
b47aa86829 INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED
2004/11/20 01:05:55 vq 1.2.2.1: #i37491# Add a predefined SPACECHAR macro.
2006-04-20 11:00:37 +00:00
Jens-Heiner Rechtien
5996e6117f INTEGRATION: CWS dmake43p01 (1.5.18); FILE MERGED
2006/03/13 23:21:28 vq 1.5.18.10: #i61390# Make dmake (gcc) build -Wall warning free.
2005/10/11 17:39:38 vq 1.5.18.9: #i54938# Fix problem when building infered .INCLUDE makefiles and doing
parallel builds.
2005/05/20 18:18:17 vq 1.5.18.8: #i49461# Fix fall-out from issue 44959. Continued comment lines were not
ended if the following line was empty.
2005/04/11 20:41:44 vq 1.5.18.7: #i47137# Report and abort when makefile lines are read that are longer than
MAXLINELENGTH.
2005/03/15 06:02:43 vq 1.5.18.6: #i44959# Comment fix.
2005/03/15 05:55:05 vq 1.5.18.5: #i44959# Make sure not to strip the wrong \n.
2005/03/15 05:20:36 vq 1.5.18.4: #i44959# Fix dmake problems for makefiles when continued lines are
followed by empty lines.
2005/03/14 03:21:59 vq 1.5.18.3: #i37053# Fix continuation char handling.
2004/11/25 16:12:31 vq 1.5.18.2: #i37053# Treat continuation chars as whitespace.
2004/11/12 03:45:08 vq 1.5.18.1: #i37053# dmake line continuation fix.
2006-04-20 11:00:25 +00:00
Jens-Heiner Rechtien
305191454d INTEGRATION: CWS dmake43p01 (1.7.6); FILE MERGED
2006/03/13 23:21:27 vq 1.7.6.10: #i61390# Make dmake (gcc) build -Wall warning free.
2006/02/01 23:28:55 vq 1.7.6.9: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2005/10/25 17:19:43 vq 1.7.6.8: #i53148# Restore old behaviour for non-*NIX dmake versions.
2005/10/11 17:39:38 vq 1.7.6.7: #i54938# Fix problem when building infered .INCLUDE makefiles and doing
parallel builds.
2005/09/05 20:56:45 vq 1.7.6.6: #i53148# Move redirection of stdout from parent to child and avoid
capturing spurious output from other process queues.
2005/09/05 17:23:44 vq 1.7.6.5: #i53148# Additional patch to make sure that the shell escapes is executed
after all previous recipe lines from the same target have finished.
2005/09/04 19:38:14 vq 1.7.6.4: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1.
This certainly includes the -P# switch with # > 1.
2005/06/01 23:48:57 vq 1.7.6.3: #i50091# Echo shell function macro commands.
2004/11/25 16:09:31 vq 1.7.6.2: #i36027# Fix MSVC compilation problem.
2004/11/21 17:40:17 vq 1.7.6.1: #i36027# Improve parsing for dmake function macros.
2006-04-20 11:00:12 +00:00
Jens-Heiner Rechtien
cfbaf9c933 INTEGRATION: CWS dmake43p01 (1.8.6); FILE MERGED
2005/09/26 00:33:12 vq 1.8.6.1: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2006-04-20 10:59:59 +00:00
Jens-Heiner Rechtien
112fa68912 INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED
2005/04/21 04:31:41 vq 1.4.6.7: #i37053# Fix (unreached) typo.
2005/04/16 16:53:12 vq 1.4.6.6: #i46987# Fix $(mktmp ...) documentation and add the map escape codes
$(macro:m) macro expansion.
2005/04/11 22:16:52 vq 1.4.6.5: #i36027# Fix sanity check for end of macro.
2005/03/14 03:21:58 vq 1.4.6.4: #i37053# Fix continuation char handling.
2004/11/21 18:00:27 vq 1.4.6.3: #i36027# Certainly closing brackets are only accepted when no
closing separator is found. fixed.
2004/11/21 17:07:59 vq 1.4.6.2: #i36027# Relax the syntax check for closing seperator for subst modifiers.
2004/11/20 00:31:49 vq 1.4.6.1: #i36027# This fixes the problems with the :s#pat#rep# modifier and also
handles a missing closing braket for macros with macro modifiers in general.
2006-04-20 10:59:48 +00:00
Jens-Heiner Rechtien
9ba5786840 INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/20 15:26:16 vq 1.1.1.1.132.1: #i43310# Fix percent (%) rules to recognize prerequisites that are defined
with the multiple target rule operator (::).
This implicitly fixes the similar problem for .<suffix>.<suffix> targets.
2006-04-20 10:59:37 +00:00
Jens-Heiner Rechtien
8876b5a750 INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/04/22 01:04:35 vq 1.2.80.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the
output of "dmake -V".
Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
to be usable with the startup/*.mk and is not mentioned in the man page.
Clean up configure.in and friends.
2006-04-20 10:59:27 +00:00
Jens-Heiner Rechtien
155af0eb62 INTEGRATION: CWS dmake43p01 (1.2.6); FILE MERGED
2006/02/01 23:28:54 vq 1.2.6.3: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/01/04 02:13:12 vq 1.2.6.2: #i58259# Partial fix. This fixes the use of dp after it was freed.
2005/04/11 03:28:54 vq 1.2.6.1: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
filename and NULL for other operating systems or dmake build with other
compilers.
If DMAKEROOT is not changed and only for native Windows dmake versions the
value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".
2006-04-20 10:59:16 +00:00
Jens-Heiner Rechtien
d1aa7369b6 INTEGRATION: CWS dmake43p01 (1.5.2); FILE MERGED
2006/02/26 23:33:37 vq 1.5.2.11: #i62118# Fix invalid detection of circular dependencies arising from F_VISITED
and F_USED both having the same value but being used in different contexts.
2006/02/02 04:50:08 vq 1.5.2.10: #i47919# Fix typo.
2006/02/02 04:39:55 vq 1.5.2.9: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:28:54 vq 1.5.2.8: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2005/09/05 20:56:44 vq 1.5.2.7: #i53148# Move redirection of stdout from parent to child and avoid
capturing spurious output from other process queues.
2005/09/05 17:23:44 vq 1.5.2.6: #i53148# Additional patch to make sure that the shell escapes is executed
after all previous recipe lines from the same target have finished.
2005/09/04 19:38:14 vq 1.5.2.5: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1.
This certainly includes the -P# switch with # > 1.
2005/05/05 21:45:39 vq 1.5.2.4: Issue number: 38830
Submitted by: waratah@openoffice.org
Change dmake's diagnosic output to use "Warning:" or "Error:". Adding the
colon makes it easier grep for these diagnostics in long logfiles.
2005/04/22 01:04:35 vq 1.5.2.3: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the
output of "dmake -V".
Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
to be usable with the startup/*.mk and is not mentioned in the man page.
Clean up configure.in and friends.
2005/04/11 03:28:54 vq 1.5.2.2: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
filename and NULL for other operating systems or dmake build with other
compilers.
If DMAKEROOT is not changed and only for native Windows dmake versions the
value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".
2005/04/09 21:22:30 vq 1.5.2.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
2006-04-20 10:59:05 +00:00
Jens-Heiner Rechtien
6e87466b32 INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED
2005/04/11 21:13:05 vq 1.4.6.3: #i47137# Elaborate a comment.
2005/03/14 03:21:58 vq 1.4.6.2: #i37053# Fix continuation char handling.
2004/11/12 03:45:08 vq 1.4.6.1: #i37053# dmake line continuation fix.
2006-04-20 10:58:53 +00:00
Jens-Heiner Rechtien
136fef54cf INTEGRATION: CWS dmake43p01 (1.22.2); FILE MERGED
2006/03/31 16:04:35 vq 1.22.2.12: #i63874# Release dmake 4.4
Update version numbers and regenerate autotool files.
2006/02/12 00:47:37 vq 1.22.2.11: #i61940# Enable the alternative use of spawn instead of fork/exec for
dmake. Add the configure option --enable-spawn. Regenerate autotool files.
2006/02/01 23:28:54 vq 1.22.2.10: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/01/26 02:54:27 vq 1.22.2.9: #i61170# Fix TMD macro and regenerate autotool files.
2006/01/26 02:09:43 vq 1.22.2.8: #i53148# Treat MinGW build like MSVC build.
2006/01/08 22:20:26 vq 1.22.2.7: #i60168# Expand internal configure variable before using it and
regenerate autotool files.
2006/01/08 21:37:35 vq 1.22.2.6: #i60168# Use the --datadir swich to determine where the startup dir is
placed and adapt the default DMAKEROOT macro setting accordingly.
2005/10/25 17:19:42 vq 1.22.2.5: #i53148# Restore old behaviour for non-*NIX dmake versions.
2005/09/26 00:33:12 vq 1.22.2.4: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/06/02 03:41:18 vq 1.22.2.3: #i39248# Add testsuite for dmake (only tor targets using the autotools).
2005/04/22 01:04:35 vq 1.22.2.2: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the
output of "dmake -V".
Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
to be usable with the startup/*.mk and is not mentioned in the man page.
Clean up configure.in and friends.
2005/04/16 22:29:17 vq 1.22.2.1: #i47578# Generate startup/config.mk during build with autotools.
2006-04-20 10:58:41 +00:00
Jens-Heiner Rechtien
49ac28eed9 INTEGRATION: CWS dmake43p01 (1.15.2); FILE MERGED
2006/03/31 16:04:35 vq 1.15.2.12: #i63874# Release dmake 4.4
Update version numbers and regenerate autotool files.
2006/02/12 00:47:36 vq 1.15.2.11: #i61940# Enable the alternative use of spawn instead of fork/exec for
dmake. Add the configure option --enable-spawn. Regenerate autotool files.
2006/02/01 23:28:53 vq 1.15.2.10: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/01/26 02:54:26 vq 1.15.2.9: #i61170# Fix TMD macro and regenerate autotool files.
2006/01/08 22:20:26 vq 1.15.2.8: #i60168# Expand internal configure variable before using it and
regenerate autotool files.
2006/01/08 21:44:43 vq 1.15.2.7: #i60168# Regenerate autotool files.
2005/10/25 17:19:42 vq 1.15.2.6: #i53148# Restore old behaviour for non-*NIX dmake versions.
2005/09/26 00:33:11 vq 1.15.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:40 vq 1.15.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/06/02 03:41:17 vq 1.15.2.3: #i39248# Add testsuite for dmake (only tor targets using the autotools).
2005/04/22 01:27:17 vq 1.15.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:14 vq 1.15.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 10:58:27 +00:00
Jens-Heiner Rechtien
9a52713dac INTEGRATION: CWS dmake43p01 (1.1.120); FILE MERGED
2006/01/11 17:46:02 rene 1.1.120.1: #i60375# update config.{sub,guess}
2006-04-20 10:58:11 +00:00
Jens-Heiner Rechtien
8f2d8b1ab8 INTEGRATION: CWS dmake43p01 (1.12.2); FILE MERGED
2006/02/12 00:47:36 vq 1.12.2.5: #i61940# Enable the alternative use of spawn instead of fork/exec for
dmake. Add the configure option --enable-spawn. Regenerate autotool files.
2006/02/01 23:28:53 vq 1.12.2.4: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/01/26 02:54:26 vq 1.12.2.3: #i61170# Fix TMD macro and regenerate autotool files.
2005/10/25 17:19:42 vq 1.12.2.2: #i53148# Restore old behaviour for non-*NIX dmake versions.
2005/04/22 01:04:35 vq 1.12.2.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the
output of "dmake -V".
Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
to be usable with the startup/*.mk and is not mentioned in the man page.
Clean up configure.in and friends.
2006-04-20 10:57:54 +00:00
Jens-Heiner Rechtien
c9b4e551f0 INTEGRATION: CWS dmake43p01 (1.2.96); FILE MERGED
2006/01/11 17:46:02 rene 1.2.96.1: #i60375# update config.{sub,guess}
2006-04-20 10:57:40 +00:00
Jens-Heiner Rechtien
694be20f42 INTEGRATION: CWS dmake43p01 (1.5.80); FILE MERGED
2005/09/02 00:25:33 vq 1.5.80.2: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:04:34 vq 1.5.80.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the
output of "dmake -V".
Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
to be usable with the startup/*.mk and is not mentioned in the man page.
Clean up configure.in and friends.
2006-04-20 10:57:27 +00:00
Jens-Heiner Rechtien
f2640e0ea3 INTEGRATION: CWS dmake43p01 (1.8.2); FILE MERGED
2005/09/20 00:50:39 vq 1.8.2.4: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:33 vq 1.8.2.3: #i52238# Regenerate configure and other autotools files.
2005/04/22 01:27:17 vq 1.8.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:14 vq 1.8.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 10:57:11 +00:00
Jens-Heiner Rechtien
891bec9834 INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED
2005/04/22 01:04:34 vq 1.2.2.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the
output of "dmake -V".
Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
to be usable with the startup/*.mk and is not mentioned in the man page.
Clean up configure.in and friends.
2006-04-20 10:57:00 +00:00
Jens-Heiner Rechtien
d750116645 INTEGRATION: CWS dmake43p01 (1.3.2); FILE MERGED
2006/03/31 16:04:34 vq 1.3.2.12: #i63874# Release dmake 4.4
Update version numbers and regenerate autotool files.
2006/02/03 19:46:31 vq 1.3.2.11: #i61170# Let $(TMD)/somedir always be a valid path.
Adjust the dmake bootstrap makefile to this change.
2006/02/01 23:28:53 vq 1.3.2.10: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2005/09/20 00:01:26 vq 1.3.2.9: #i53148# Update NEWS file and man page.
2005/06/02 03:58:00 vq 1.3.2.8: #i39248# Add entry to NEWS file.
2005/04/22 01:04:34 vq 1.3.2.7: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the
output of "dmake -V".
Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
to be usable with the startup/*.mk and is not mentioned in the man page.
Clean up configure.in and friends.
2005/04/20 15:26:16 vq 1.3.2.6: #i43310# Fix percent (%) rules to recognize prerequisites that are defined
with the multiple target rule operator (::).
This implicitly fixes the similar problem for .<suffix>.<suffix> targets.
2005/04/16 16:53:12 vq 1.3.2.5: #i46987# Fix $(mktmp ...) documentation and add the map escape codes
$(macro:m) macro expansion.
2005/04/11 03:28:54 vq 1.3.2.4: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
filename and NULL for other operating systems or dmake build with other
compilers.
If DMAKEROOT is not changed and only for native Windows dmake versions the
value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".
2005/04/08 15:18:32 vq 1.3.2.3: Issue number: 43241
Submitted by: shay@openoffice.org, vq@openoffice.org
Add documentation and update NEWS file.
2005/03/16 05:25:40 vq 1.3.2.2: #i44959# Update NEWS file.
2005/02/19 20:41:02 vq 1.3.2.1: #i36027#, #i37053#, #i37491# Update NEWS file to mention the latest changes.
2006-04-20 10:56:45 +00:00
Jens-Heiner Rechtien
3382279c1c INTEGRATION: CWS dmake43p01 (1.11.2); FILE MERGED
2006/03/31 16:04:34 vq 1.11.2.17: #i63874# Release dmake 4.4
Update version numbers and regenerate autotool files.
2006/02/06 23:06:57 vq 1.11.2.16: #i61714# Correct manpage to state that the usage of .SETDIR like
`.SETDIR=foo : targets` is valid and add a testcase to verify this.
2006/02/01 23:28:53 vq 1.11.2.15: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/01/26 02:54:25 vq 1.11.2.14: #i61170# Fix TMD macro and regenerate autotool files.
2006/01/08 22:20:25 vq 1.11.2.13: #i60168# Expand internal configure variable before using it and
regenerate autotool files.
2006/01/08 21:44:43 vq 1.11.2.12: #i60168# Regenerate autotool files.
2005/10/25 17:19:42 vq 1.11.2.11: #i53148# Restore old behaviour for non-*NIX dmake versions.
2005/10/11 18:01:38 vq 1.11.2.10: #i39248# Add testcase and regenerate configure and other autotools files.
2005/09/26 00:33:11 vq 1.11.2.9: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:39 vq 1.11.2.8: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/17 19:47:53 vq 1.11.2.7: RESYNC: (1.11-1.12); FILE MERGED
2005/09/02 00:25:32 vq 1.11.2.6: #i52238# Regenerate configure and other autotools files.
2005/06/04 18:07:36 vq 1.11.2.5: #i39248# Add another testcase.
2005/06/02 03:41:17 vq 1.11.2.4: #i39248# Add testsuite for dmake (only tor targets using the autotools).
2005/05/05 23:12:35 vq 1.11.2.3: #i47851# Regenerate configure and other autotools files.
2005/04/22 01:27:17 vq 1.11.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:14 vq 1.11.2.1: #i47578# Regenerate configure and other autotools files.
2006-04-20 10:56:33 +00:00
Jens-Heiner Rechtien
219f5a2090 INTEGRATION: CWS dmake43p01 (1.8.20); FILE MERGED
2005/09/26 00:33:11 vq 1.8.20.4: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/17 19:47:45 vq 1.8.20.3: RESYNC: (1.8-1.9); FILE MERGED
2005/06/02 03:41:17 vq 1.8.20.2: #i39248# Add testsuite for dmake (only tor targets using the autotools).
2005/05/05 23:06:05 vq 1.8.20.1: #i47851# Fix dependency checking for subdirectories.
2006-04-20 10:56:21 +00:00
Jens-Heiner Rechtien
b0317b7bcc INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED
2006/03/31 16:12:22 vq 1.2.2.25: #i10000# Update ChangeLog.
2006/03/15 16:11:40 vq 1.2.2.24: #i10000# Update ChangeLog.
2006/03/13 23:31:18 vq 1.2.2.23: #i10000# Update ChangeLog.
2006/02/21 23:09:24 vq 1.2.2.22: #i10000# Update ChangeLog.
2006/02/15 18:42:36 vq 1.2.2.21: #i10000# Update ChangeLog.
2006/02/05 04:05:43 vq 1.2.2.20: #i10000# Update ChangeLog.
2006/02/02 04:53:05 vq 1.2.2.19: #i10000# Update ChangeLog.
2006/01/11 23:59:28 vq 1.2.2.18: #i10000# Update ChangeLog.
2006/01/06 01:41:08 vq 1.2.2.17: #i10000# Update ChangeLog.
2005/11/06 18:11:37 vq 1.2.2.16: #i10000# Update ChangeLog.
2005/10/12 17:25:00 vq 1.2.2.15: #i10000# Update ChangeLog.
2005/09/20 00:54:57 vq 1.2.2.14: #i10000# Update ChangeLog.
2005/09/02 00:25:32 vq 1.2.2.13: #i52238# Regenerate configure and other autotools files.
2005/06/02 04:01:45 vq 1.2.2.12: #i10000# Update ChangeLog.
2005/06/01 13:33:15 vq 1.2.2.11: #i10000# Update ChangeLog.
2005/05/30 18:41:44 vq 1.2.2.10: #i10000# Update ChangeLog.
2005/05/20 18:21:02 vq 1.2.2.9: #i10000# Update ChangeLog.
2005/05/05 23:55:53 vq 1.2.2.8: #i47851# Regenerate configure and other autotools files.
2005/04/22 01:32:41 vq 1.2.2.7: #i10000# Update ChangeLog.
2005/04/16 23:08:33 vq 1.2.2.6: #i10000# Update ChangeLog.
2005/04/16 16:56:09 vq 1.2.2.5: #i10000# Update ChangeLog
2005/04/11 21:15:41 vq 1.2.2.4: #i10000# Generate ChangeLog.
2005/04/11 03:40:20 vq 1.2.2.3: #i10000# Generate ChangeLog.
2005/04/09 21:47:33 vq 1.2.2.2: #i10000# Update ChangeLog.
2005/04/09 03:05:20 vq 1.2.2.1: #i47004# Generated a ChangeLog file for dmake with:
cvs2cl.pl -F cws_src680_dmake43p01 -S --no-wrap -I ChangeLog
2006-04-20 10:56:08 +00:00
Rüdiger Timm
9b630c13c0 INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED
2005/09/05 17:12:52 rt 1.4.34.1: #i54170# Change license header: remove SISSL
2005-09-08 17:00:23 +00:00
Rüdiger Timm
25bf83e494 INTEGRATION: CWS ooo19126 (1.11.8); FILE MERGED
2005/09/05 17:12:51 rt 1.11.8.1: #i54170# Change license header: remove SISSL
2005-09-08 17:00:08 +00:00
Rüdiger Timm
bdcee4340e INTEGRATION: CWS ooo19126 (1.8.24); FILE MERGED
2005/09/05 17:12:51 rt 1.8.24.1: #i54170# Change license header: remove SISSL
2005-09-08 16:59:52 +00:00
Rüdiger Timm
4a9b8a8a2d INTEGRATION: CWS dmake43 (1.5.2); FILE MERGED
2004/10/12 19:07:26 vq 1.5.2.1: #i31647# Update version number for the "native" MS compiler build.
2004-10-22 07:11:51 +00:00