Commit graph

11 commits

Author SHA1 Message Date
Kurt Zenker
ddf29e1029 INTEGRATION: CWS dmake412_DEV300 (1.10.2); FILE MERGED
2008/02/26 23:37:49 vq 1.10.2.3: #i83497# Release dmake 4.12.
2007/11/25 17:53:28 vq 1.10.2.2: #i83540# Add NEWS entry about parallel builds with native W32 dmake.
2007/11/09 15:50:49 vq 1.10.2.1: #i83497# Bump version to 4.12-cvs.
2008-03-05 17:26:53 +00:00
Ivo Hinkelmann
e494403add INTEGRATION: CWS dmake411 (1.9.2); FILE MERGED
2007/10/13 23:43:18 vq 1.9.2.5: #i79272# Release dmake 4.11.
2007/09/22 23:05:37 vq 1.9.2.4: #i81855# Clean-up merge from CWS os2port01.
2007/09/22 00:46:32 vq 1.9.2.3: #i79271# Update NEWS file.
2007/07/27 17:06:25 vq 1.9.2.2: #i78776# Document new normalizing function macro and macro extension.
2007/07/05 15:58:50 vq 1.9.2.1: #i79271# Bump version to 4.11-cvs.
2007-10-15 14:37:17 +00:00
Rüdiger Timm
b9337c5239 INTEGRATION: CWS dmake49 (1.8.2); FILE MERGED
2007/06/25 22:11:44 vq 1.8.2.1: #i78508# Release dmake 4.9.
2007-07-03 10:28:52 +00:00
Oliver Bolte
8269c9339a INTEGRATION: CWS dmake48 (1.7.2); FILE MERGED
2007/04/24 17:42:28 vq 1.7.2.2: #i73700# Release dmake 4.8.
2007/03/23 20:40:39 vq 1.7.2.1: #i73499# Add documentation and testcase.
2007-06-12 05:03:55 +00:00
Vladimir Glazounov
9268eb02b5 INTEGRATION: CWS dmake47 (1.6.2); FILE MERGED
2006/12/22 04:45:38 vq 1.6.2.6: #i69952# Release dmake 4.7
(Some extra changes were done in CWS dmake47.)
2006/11/23 16:58:00 vq 1.6.2.5: #i69952# Release dmake 4.7.
2006/11/13 19:08:16 vq 1.6.2.4: #i71422# Document new @@ recipe property.
2006/10/08 23:27:11 vq 1.6.2.3: #i70210# Fix dmakes handling of empty dynamic prerequisites.
2006/10/08 22:49:03 vq 1.6.2.2: #i70168# Improve $ handling in targets/prerequisites.
2006/10/07 19:30:41 vq 1.6.2.1: #i69742# Add NEWS file entry and mention normalization in the man page.
2007-01-18 08:27:04 +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
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
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
Rüdiger Timm
6ee41cf5e2 INTEGRATION: CWS dmake43 (1.2.78); FILE MERGED
2004/10/07 22:18:47 vq 1.2.78.2: #i34746# Fix timestamp of phony targets with prerequisites.
2004/10/07 21:57:35 vq 1.2.78.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.

Note: The _head file was renamed to COPYING, COPYING is not a new file,
      but was empty befor.
2004-10-22 07:02:25 +00:00
Jens-Heiner Rechtien
b57fee8153 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-25 13:05:43 +00:00
Martin Hollmichel
b0b969c93e preparation for autoconf and automake for dmake 2001-04-20 13:15:45 +00:00