Commit graph

381 commits

Author SHA1 Message Date
Vladimir Glazounov
217ecf7499 INTEGRATION: CWS dmake46 (1.7.8); FILE MERGED
2006/08/29 17:08:07 vq 1.7.8.7: #i69071# Don't use umask for the native W32 dmake.
2006/07/31 02:47:51 vq 1.7.8.6: #i64583# Remove unused parameter from Create_temp() and Get_temp().
2006/07/28 21:19:06 vq 1.7.8.5: #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/27 01:10:48 vq 1.7.8.4: #i67808# Fix the internal echo command of the native Windows dmake version.
The patch also moves the usage of the global variable Packed_shell to
msdos/runargv.c and msdos/spawn.c.
2006/07/26 00:20:25 vq 1.7.8.3: #i10000# Comment and whitespace changes only.
2006/07/24 21:43:34 vq 1.7.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/20 02:41:13 vq 1.7.8.1: #i10000# No code changes. Only comments were added/improved.
2006-09-25 08:41:02 +00:00
Vladimir Glazounov
5e566a5668 INTEGRATION: CWS dmake46 (1.8.2); FILE MERGED
2006/09/20 17:32:13 vq 1.8.2.4: #i66567# Show the ".SUFFIXES target has no special meaning" warning only
if the -v[w] verbose flag is given.
2006/08/21 04:22:41 vq 1.8.2.3: #i10000# Add some code comments.
2006/07/10 20:46:07 vq 1.8.2.2: #i66567# Deprecate the obsolete special target .SUFFIXES as it has no
special meaning.
2006/07/10 01:08:42 vq 1.8.2.1: #i67025# Fix problem of %-targets with attribute .SILENT and -vr verbose
flag.
2006-09-25 08:40:47 +00:00
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