Commit graph

698 commits

Author SHA1 Message Date
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
Rüdiger Timm
6853ae22e2 INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED
2004/10/12 18:47:51 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:10:09 +00:00
Rüdiger Timm
41462edaca INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
2004/10/12 18:47:51 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:09:53 +00:00
Rüdiger Timm
ec9f9625aa INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
2004/10/12 18:47:50 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:09:37 +00:00
Rüdiger Timm
c12d1c066e INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
2004/10/12 18:47:49 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:09:07 +00:00
Rüdiger Timm
6e209b83f5 INTEGRATION: CWS dmake43 (1.6.18); FILE MERGED
2004/10/12 18:47:49 vq 1.6.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:08:53 +00:00
Rüdiger Timm
e9b004fe06 INTEGRATION: CWS dmake43 (1.6.18); FILE MERGED
2004/10/12 18:47:48 vq 1.6.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:08:39 +00:00
Rüdiger Timm
57d6654937 INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED
2004/10/12 18:47:48 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:08:26 +00:00
Rüdiger Timm
d6d0d70712 INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
2004/10/12 18:47:48 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:08:12 +00:00
Rüdiger Timm
b56706ec1e INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED
2004/10/12 18:47:47 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:07:57 +00:00
Rüdiger Timm
3b865077de INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED
2004/10/07 21:57:37 vq 1.1.1.1.130.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:07:30 +00:00
Rüdiger Timm
9a6670ffea INTEGRATION: CWS dmake43 (1.4.2); FILE MERGED
2004/10/07 22:02:56 vq 1.4.2.1: #i31647# Change the man page also to version 4.3.
2004-10-22 07:06:32 +00:00
Rüdiger Timm
105cf57d56 INTEGRATION: CWS dmake43 (1.2.2); FILE MERGED
2004/10/07 22:02:56 vq 1.2.2.1: #i31647# Change the man page also to version 4.3.
2004-10-22 07:06:14 +00:00
Rüdiger Timm
f0cab81cde INTEGRATION: CWS dmake43 (1.5.28); FILE MERGED
2004/10/07 22:18:47 vq 1.5.28.1: #i34746# Fix timestamp of phony targets with prerequisites.
2004-10-22 07:05:43 +00:00
Rüdiger Timm
3631107bbc INTEGRATION: CWS dmake43 (1.2.78); FILE MERGED
2004/10/07 21:57:36 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:05:12 +00:00
Rüdiger Timm
d0b7744b53 INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED
2004/10/07 21:57:36 vq 1.1.1.1.130.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:04:58 +00:00
Rüdiger Timm
627d1fa6ce INTEGRATION: CWS dmake43 (1.4.2); FILE MERGED
2004/10/07 21:57:36 vq 1.4.2.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:04:42 +00:00
Rüdiger Timm
425e92ee4d INTEGRATION: CWS dmake43 (1.21.16); FILE MERGED
2004/10/12 19:07:26 vq 1.21.16.2: #i31647# Update version number for the "native" MS compiler build.
2004/10/07 21:57:36 vq 1.21.16.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:04:28 +00:00
Rüdiger Timm
b2f2843022 INTEGRATION: CWS dmake43 (1.14.16); FILE MERGED
2004/10/12 18:47:46 vq 1.14.16.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:04:12 +00:00
Rüdiger Timm
e9103b323e INTEGRATION: CWS dmake43 (1.11.16); FILE MERGED
2004/10/12 18:47:46 vq 1.11.16.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:03:52 +00:00
Rüdiger Timm
69db9cfd59 INTEGRATION: CWS dmake43 (1.7.18); FILE MERGED
2004/10/12 18:47:45 vq 1.7.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:03:37 +00:00
Rüdiger Timm
e0efcff3e9 INTEGRATION: CWS dmake43 (1.1.118); FILE MERGED
2004/10/07 21:57:35 vq 1.1.118.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:03:07 +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
Rüdiger Timm
d5b1c9eca3 INTEGRATION: CWS dmake43 (1.10.18); FILE MERGED
2004/10/12 18:47:45 vq 1.10.18.1: #i31647# Regenerate the autotools files with autogen.sh.
2004-10-22 07:02:11 +00:00
Rüdiger Timm
6f6a3a5839 INTEGRATION: CWS ooo20040704 (1.4.22); FILE MERGED
2004/07/15 19:47:39 vq 1.4.22.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004-09-08 15:10:31 +00:00
Rüdiger Timm
8b72b85fa2 INTEGRATION: CWS ooo20040704 (1.7.68); FILE MERGED
2004/07/15 19:47:38 vq 1.7.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004-09-08 15:09:39 +00:00
Rüdiger Timm
508ea216e1 INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED
2004/07/15 19:47:38 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004-09-08 15:09:26 +00:00
Rüdiger Timm
3728efb695 INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED
2004/07/15 19:47:37 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004-09-08 15:08:45 +00:00
Rüdiger Timm
88a9e6b856 INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED
2004/07/11 15:15:18 vq 1.1.1.1.120.1: #i31255#, #i17992# Update the documentation of dmake to the new features.
2004-09-08 15:08:33 +00:00
Rüdiger Timm
7f267ed9fe INTEGRATION: CWS ooo20040704 (1.3.22); FILE MERGED
2004/07/11 15:15:17 vq 1.3.22.1: #i31255#, #i17992# Update the documentation of dmake to the new features.
2004-09-08 15:08:09 +00:00
Rüdiger Timm
e2c8c66d6b INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED
2004/07/11 15:15:17 vq 1.1.1.1.120.1: #i31255#, #i17992# Update the documentation of dmake to the new features.
2004-09-08 15:07:52 +00:00
Rüdiger Timm
057199f55f INTEGRATION: CWS ooo20040704 (1.5.68); FILE MERGED
2004/07/15 19:47:37 vq 1.5.68.3: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004/07/11 14:48:37 vq 1.5.68.2: #i31255# Add verbose recipe echoing option (-vr) to dmake.
2004/07/06 00:03:43 vq 1.5.68.1: #i30779# Fix to allow dmake to echo recipe lines when inference is used
to create files that are be read by .INCLUDE.

Note that this only fixes the possibility to do so. Recipes that start
with @ are still not echoed, but dmake -n now shows the recipes.
2004-09-08 15:07:25 +00:00
Rüdiger Timm
932d45889c INTEGRATION: CWS ooo20040704 (1.4.24); FILE MERGED
2004/07/15 19:47:36 vq 1.4.24.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004-09-08 15:06:46 +00:00
Rüdiger Timm
3497d36e23 INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED
2004/07/15 19:47:36 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004-09-08 15:06:32 +00:00
Rüdiger Timm
4a0ffcdbe4 INTEGRATION: CWS ooo20040704 (1.6.22); FILE MERGED
2004/07/15 19:47:36 vq 1.6.22.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004-09-08 15:06:20 +00:00
Rüdiger Timm
4947da3459 INTEGRATION: CWS ooo20040704 (1.7.68); FILE MERGED
2004/07/15 19:47:36 vq 1.7.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004-09-08 15:06:06 +00:00
Rüdiger Timm
379eedec65 INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED
2004/07/11 14:48:37 vq 1.1.1.1.120.1: #i31255# Add verbose recipe echoing option (-vr) to dmake.
2004-09-08 15:05:34 +00:00
Rüdiger Timm
2d634313f7 INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED
2004/07/15 19:47:35 vq 1.3.68.2: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2004/07/11 14:48:36 vq 1.3.68.1: #i31255# Add verbose recipe echoing option (-vr) to dmake.
2004-09-08 15:05:19 +00:00
Rüdiger Timm
7c4545261c INTEGRATION: CWS ooo20040704 (1.1.108); FILE MERGED
2004/07/11 15:15:16 vq 1.1.108.1: #i31255#, #i17992# Update the documentation of dmake to the new features.
2004-09-08 15:04:39 +00:00
Sander Vesik
58a27c732a INTEGRATION: CWS ooo20040329 (1.2.54); FILE MERGED
2004/03/19 12:41:09 waratah 1.2.54.1: #i13620# extra definitions to use internal types defined in AIX
2004-04-21 13:10:32 +00:00
Sander Vesik
c9f547ff6e INTEGRATION: CWS ooo20040329 (1.4.8); FILE MERGED
2004/04/01 16:24:25 mmeeks 1.4.8.1: #27319
2004-04-21 13:10:17 +00:00
Sander Vesik
5d2003fe8a INTEGRATION: CWS ooo20040329 (1.20.14); FILE MERGED
2004/03/19 12:36:41 waratah 1.20.14.1: #i13620# allow configure to pick up on types defined by AIX and also allow AIX to work in configure
2004-04-21 13:10:00 +00:00
Sander Vesik
45ab78c4a3 INTEGRATION: CWS ooo20040329 (1.13.4); FILE MERGED
2004/03/19 12:37:40 waratah 1.13.4.1: #i13620# allow configure to pick up on types defined by AIX and also allow AIX to work in configure
2004-04-21 13:09:43 +00:00
Sander Vesik
32dc07292d INTEGRATION: CWS ooo20040329 (1.10.4); FILE MERGED
2004/03/19 12:40:18 waratah 1.10.4.1: #i13620# Extra defines as used by configure
2004-04-21 13:09:21 +00:00
Kurt Zenker
22b2c7c042 INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED
2004/02/20 12:29:03 hr 1.7.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:56:12 +00:00
Kurt Zenker
b6e9bd08ed INTEGRATION: CWS geordi2q15 (1.4.66); FILE MERGED
2004/02/20 12:29:03 hr 1.4.66.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:56:00 +00:00
Kurt Zenker
ba3e56bb48 INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
2004/02/20 12:29:02 hr 1.2.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:55:48 +00:00
Kurt Zenker
eae39804e1 INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
2004/02/20 12:29:01 hr 1.2.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:55:24 +00:00
Kurt Zenker
c2ecf67435 INTEGRATION: CWS geordi2q15 (1.5.48); FILE MERGED
2004/02/20 12:29:00 hr 1.5.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:55:00 +00:00
Kurt Zenker
ccaf37e79d INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED
2004/02/20 12:28:59 hr 1.7.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:54:37 +00:00
Kurt Zenker
bdb471ffe2 INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
2004/02/20 12:28:59 hr 1.2.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:54:26 +00:00
Kurt Zenker
588587d8b0 INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED
2004/02/20 12:28:58 hr 1.7.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:54:13 +00:00
Kurt Zenker
a0e433bc8c INTEGRATION: CWS geordi2q15 (1.12.10); FILE MERGED
2004/02/20 12:28:56 hr 1.12.10.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:53:17 +00:00
Kurt Zenker
04576b7edc INTEGRATION: CWS geordi2q15 (1.9.10); FILE MERGED
2004/02/20 12:28:56 hr 1.9.10.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:53:03 +00:00
Kurt Zenker
0160823c5a INTEGRATION: CWS geordi2q15 (1.6.48); FILE MERGED
2004/02/20 12:28:56 hr 1.6.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:52:50 +00:00
Kurt Zenker
6eb92e5dbb INTEGRATION: CWS geordi2q15 (1.9.48); FILE MERGED
2004/02/20 12:28:56 hr 1.9.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:52:38 +00:00
Kurt Zenker
0c306c43ac INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED
2004/02/20 12:28:56 hr 1.7.48.1: #111934#: merge CWS ooo111fix3
2004-02-25 12:52:26 +00:00
Hans-Joachim Lankenau
b15cfb2ed8 #i17992# applied patch to enable komplex logic in .IF statements 2004-01-28 12:21:11 +00:00
Vladimir Glazounov
84cfe152da INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED
2003/12/16 11:17:47 hr 1.2.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:19:17 +00:00
Vladimir Glazounov
d72d5d6581 INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED
2003/12/16 11:17:46 hr 1.2.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:18:50 +00:00
Vladimir Glazounov
927503b1fa INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:46 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:18:29 +00:00
Vladimir Glazounov
89a8c0f46f INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:45 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:18:08 +00:00
Vladimir Glazounov
82c67189c2 INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
2003/12/16 11:17:44 hr 1.3.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:17:47 +00:00
Vladimir Glazounov
1cf46490f6 INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED
2003/12/16 11:17:44 hr 1.2.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:17:27 +00:00
Vladimir Glazounov
20916b4913 INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
2003/12/16 11:17:43 hr 1.3.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:17:06 +00:00
Vladimir Glazounov
69f8889bec INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:43 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:16:46 +00:00
Vladimir Glazounov
da093b7f8b INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:42 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:16:24 +00:00
Vladimir Glazounov
6a9be274dc INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:41 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:15:57 +00:00
Vladimir Glazounov
56710df59e INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:40 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:15:35 +00:00
Vladimir Glazounov
7ba153abae INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:39 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:14:50 +00:00
Vladimir Glazounov
1a3c053d0c INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:38 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:14:29 +00:00
Vladimir Glazounov
6e9148f0c9 INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:37 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:14:03 +00:00
Vladimir Glazounov
9aa480be0f INTEGRATION: CWS geordi2q11 (1.2.46); FILE MERGED
2003/12/16 11:17:36 hr 1.2.46.1: #111934#: join CWS ooo111fix1
2003-12-17 15:13:14 +00:00
Vladimir Glazounov
cc7afa0b4f INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
2003/12/16 11:17:35 hr 1.3.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:12:50 +00:00
Vladimir Glazounov
326375a984 INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
2003/12/16 11:17:33 hr 1.3.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:12:20 +00:00
Vladimir Glazounov
a4775c2301 INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
2003/12/16 11:17:32 hr 1.3.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:11:59 +00:00
Vladimir Glazounov
497745dfc7 INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:31 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:11:32 +00:00
Vladimir Glazounov
a283013fad INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:30 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:11:09 +00:00
Vladimir Glazounov
d127682d5d INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:29 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:10:14 +00:00
Vladimir Glazounov
a504cef63d INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:28 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:09:38 +00:00
Vladimir Glazounov
0ddf045b70 INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:27 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:08:34 +00:00
Vladimir Glazounov
8b5f63a50f INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:26 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:08:09 +00:00
Vladimir Glazounov
94ac3ffae6 INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:25 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:07:18 +00:00
Vladimir Glazounov
b982278b6e INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:24 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:06:41 +00:00
Vladimir Glazounov
db9643968d INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:23 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:06:10 +00:00
Vladimir Glazounov
c61f1c1bfa INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:22 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:05:17 +00:00
Vladimir Glazounov
309f0fab59 INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:21 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:04:45 +00:00
Vladimir Glazounov
a2801db014 INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:20 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:03:53 +00:00
Vladimir Glazounov
b928a83a75 INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:19 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:03:26 +00:00
Vladimir Glazounov
a5224a3167 INTEGRATION: CWS geordi2q11 (1.2.56); FILE MERGED
2003/12/16 11:17:18 hr 1.2.56.1: #111934#: join CWS ooo111fix1
2003-12-17 15:02:30 +00:00
Vladimir Glazounov
35102594a8 INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:17 hr 1.4.30.1: #111934#: join CWS ooo111fix1
2003-12-17 15:02:02 +00:00
Vladimir Glazounov
80f9e913e7 INTEGRATION: CWS geordi2q11 (1.4.52); FILE MERGED
2003/12/16 11:17:16 hr 1.4.52.1: #111934#: join CWS ooo111fix1
2003-12-17 15:01:35 +00:00
Vladimir Glazounov
44ede31e81 INTEGRATION: CWS geordi2q11 (1.5.8); FILE MERGED
2003/12/16 11:17:16 hr 1.5.8.1: #111934#: join CWS ooo111fix1
2003-12-17 15:01:08 +00:00
Vladimir Glazounov
837fe73c66 INTEGRATION: CWS geordi2q11 (1.19.38); FILE MERGED
2003/12/16 11:17:15 hr 1.19.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:00:44 +00:00
Vladimir Glazounov
07b0c65099 INTEGRATION: CWS geordi2q11 (1.11.38); FILE MERGED
2003/12/16 11:17:15 hr 1.11.38.1: #111934#: join CWS ooo111fix1
2003-12-17 15:00:12 +00:00
Vladimir Glazounov
5c20926f35 INTEGRATION: CWS geordi2q11 (1.8.38); FILE MERGED
2003/12/16 11:17:14 hr 1.8.38.1: #111934#: join CWS ooo111fix1
2003-12-17 14:59:39 +00:00
Rüdiger Timm
169467e5b2 INTEGRATION: CWS ooo20031110 (1.3.24); FILE MERGED
2003/10/19 22:38:29 waratah 1.3.24.1: #i20504#  Correct processing of library code, not always built
2003-12-01 16:58:54 +00:00
Hans-Joachim Lankenau
4666a115a1 INTEGRATION: CWS geordi2q01 (1.4.22); FILE MERGED
2003/08/18 12:53:30 hr 1.4.22.1: #i18350#: join changes from CWS ooo11rc3
2003-08-18 14:04:15 +00:00
Vladimir Glazounov
43b055e4ee INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:27 mh 1.3.8.1: join: from beta2
2003-06-12 09:56:35 +00:00
Vladimir Glazounov
a838342724 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:26 mh 1.3.8.1: join: from beta2
2003-06-12 09:56:24 +00:00
Vladimir Glazounov
5225d93b97 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:25 mh 1.3.8.1: join: from beta2
2003-06-12 09:56:12 +00:00
Vladimir Glazounov
5518359831 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:24 mh 1.3.8.1: join: from beta2
2003-06-12 09:56:00 +00:00
Vladimir Glazounov
4c29e94efa INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:23 mh 1.3.8.1: join: from beta2
2003-06-12 09:55:47 +00:00
Vladimir Glazounov
6954ae473c INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:22 mh 1.3.8.1: join: from beta2
2003-06-12 09:55:21 +00:00
Vladimir Glazounov
3c3b16657c INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:21 mh 1.3.8.1: join: from beta2
2003-06-12 09:55:10 +00:00
Vladimir Glazounov
4d537112ac INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:20 mh 1.3.8.1: join: from beta2
2003-06-12 09:54:47 +00:00
Vladimir Glazounov
e975776e31 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:19 mh 1.3.8.1: join: from beta2
2003-06-12 09:54:36 +00:00
Vladimir Glazounov
aea812a78a INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:18 mh 1.3.8.1: join: from beta2
2003-06-12 09:54:24 +00:00
Vladimir Glazounov
623e63f720 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:17 mh 1.3.8.1: join: from beta2
2003-06-12 09:54:02 +00:00
Vladimir Glazounov
f6c1735e59 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:16 mh 1.3.8.1: join: from beta2
2003-06-12 09:53:52 +00:00
Vladimir Glazounov
b0517a1fd3 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:15 mh 1.3.8.1: join: from beta2
2003-06-12 09:53:40 +00:00
Vladimir Glazounov
2581c51469 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:14 mh 1.3.8.1: join: from beta2
2003-06-12 09:53:29 +00:00
Vladimir Glazounov
e4633ded50 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:13 mh 1.3.8.1: join: from beta2
2003-06-12 09:53:07 +00:00
Vladimir Glazounov
692017acb8 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:12 mh 1.3.8.1: join: from beta2
2003-06-12 09:52:50 +00:00
Vladimir Glazounov
3f1c37da9f INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:11 mh 1.3.8.1: join: from beta2
2003-06-12 09:52:38 +00:00
Vladimir Glazounov
7a0b2b1bb9 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:10 mh 1.3.8.1: join: from beta2
2003-06-12 09:52:26 +00:00
Vladimir Glazounov
e8cf2a41f1 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:09 mh 1.3.8.1: join: from beta2
2003-06-12 09:52:15 +00:00
Vladimir Glazounov
a724815e66 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:08 mh 1.3.8.1: join: from beta2
2003-06-12 09:52:05 +00:00
Vladimir Glazounov
e0a359f8d2 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:07 mh 1.3.8.1: join: from beta2
2003-06-12 09:51:53 +00:00
Vladimir Glazounov
0ab040b303 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:06 mh 1.3.8.1: join: from beta2
2003-06-12 09:51:41 +00:00
Vladimir Glazounov
5007124d48 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:05 mh 1.3.8.1: join: from beta2
2003-06-12 09:51:31 +00:00
Vladimir Glazounov
02e3e8ec09 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:04 mh 1.3.8.1: join: from beta2
2003-06-12 09:51:19 +00:00
Vladimir Glazounov
e877a2a572 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:03 mh 1.3.8.1: join: from beta2
2003-06-12 09:51:09 +00:00
Vladimir Glazounov
e622ba27db INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:02 mh 1.3.8.1: join: from beta2
2003-06-12 09:50:57 +00:00
Vladimir Glazounov
20c7087eb8 INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:01 mh 1.3.8.1: join: from beta2
2003-06-12 09:50:45 +00:00
Jens-Heiner Rechtien
b57fee8153 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-25 13:05:43 +00:00
Ken Foskey
0634d662e9 dmake: Remove the incorrect definition of main to void 2003-01-13 13:28:09 +00:00
Ken Foskey
3f09dcaf90 Remove main definition, it is wrong and it is failing compile on the mac platform 2003-01-04 12:08:48 +00:00
Ken Foskey
54bf66763d Implement a test around wait so it is not included when the platform does not define it 2003-01-04 12:02:44 +00:00
Ken Foskey
a20ec3c879 Implement a test for wait.h, failing build on mac under gcc 2003-01-04 11:53:20 +00:00
Ken Foskey
5e6b6e8314 dmake: Implement the latest config.guess, not working on ppc64 2002-10-15 11:27:52 +00:00
Ken Foskey
bc95f59574 dmake: Implement fix for Lost child problem. Correct some checks for functions (assumed present) and also fix up all gcc warnings using -Wall. 2002-10-11 12:42:49 +00:00
Ken Foskey
6e5c8b7a69 dmake: Volker 4nt patches 2002-10-08 08:21:53 +00:00
Ken Foskey
07a2c04107 dmake: Add the cygwin configure files 2002-10-07 12:40:32 +00:00
Ken Foskey
8b5ad33c20 dmake: Correct some undefined functions in some modules 2002-10-07 12:36:01 +00:00
Ken Foskey
d141806e72 dmake: Additional header checks for better source control, add cygwin support, GNU hurd support 2002-10-07 12:34:52 +00:00
Ken Foskey
ecbf288c59 dmake: Additional header checks for better source control 2002-10-07 12:33:45 +00:00
Ken Foskey
0da71a9e86 dmake: Add gnu hurd and some additional header checks, and the cygwin makefiles 2002-10-07 11:09:50 +00:00
Ken Foskey
8607f77cbf dmake: Patches for the osf1 operating system 2002-10-04 13:34:52 +00:00
Ken Foskey
dc3b196923 dmake: Add osf1 support 2002-10-04 13:14:01 +00:00
Chris Halls
c5a5c6be22 Fix build for OSF1. Approved by Ken. 2002-10-04 13:01:01 +00:00
Ken Foskey
c52e65d4c7 Dmake: Convert the configure to a better configure process without individual conf.h files for every platform 2002-10-04 12:31:37 +00:00
Ken Foskey
a89a994d77 dmake: remove cygwin makefile temporarily and implement depcomp 2002-10-03 11:59:49 +00:00
Ken Foskey
fa2027fb0a dmake: This is a reworked version of the configure process, without automake and aclocal 2002-10-03 11:29:49 +00:00
Ken Foskey
cd4c8bcdb7 dmake: Allow the whole configure process to work, not needs update to bootstrap to activate 2002-10-02 12:42:16 +00:00
Ken Foskey
47fbf7890f dmake: Add all the automake files, premade so developers do not require automake installed 2002-10-01 14:08:25 +00:00
Martin Hollmichel
ab11017833 join: from OOO_STABLE_1 2002-07-11 07:53:35 +00:00
Martin Hollmichel
ccff6eaf54 join: from OOO_STABLE_1 2002-07-11 07:44:25 +00:00
Hans-Joachim Lankenau
7a81ab60f2 don't search INCLUDEDIRS if filename of include starts at fs-root 2002-04-10 14:40:39 +00:00
Martin Hollmichel
f2dbbf0f3f fixed typo for FreeBSD 2002-04-09 16:21:29 +00:00
Hans-Joachim Lankenau
2189663291 cygwin support 2002-04-09 16:10:48 +00:00
Martin Hollmichel
618f896961 add: cygwin 2002-03-26 13:23:19 +00:00
Martin Hollmichel
17ec391501 add for cygwin 2002-03-26 13:22:01 +00:00
Martin Hollmichel
84d18898e7 add: FreeBSD 2001-10-16 11:11:06 +00:00
Martin Hollmichel
84a9ee1f5f fix: for non writable aclocal.m4 and missing README 2001-10-16 11:10:35 +00:00
Martin Hollmichel
64a0db79e1 del: AC_CONFIG_HEADERS 2001-08-20 08:57:44 +00:00
Martin Hollmichel
18091861f8 don't check C++ 2001-06-14 16:31:15 +00:00
Martin Hollmichel
47b5dc877c add: OS_VERSION to differ the Unix's 2001-06-13 12:34:06 +00:00
Martin Hollmichel
28004ba2af add: startup/unix/solaris/ 2001-06-13 12:13:33 +00:00
Patrick Luby
3db1cde799 Added forceful exit to avoid infinite loop that sometimes occurs when there is a fatal error. 2001-05-29 21:43:32 +00:00
Martin Hollmichel
70aeff4ddb add: CYGWIN changes 2001-05-07 11:47:09 +00:00
Martin Hollmichel
effde0cc67 chg: comments 2001-05-04 09:47:49 +00:00
Martin Hollmichel
6193a13320 del: 2001-04-23 11:41:52 +00:00
Martin Hollmichel
957cb931a4 del: 2001-04-23 11:24:19 +00:00
Martin Hollmichel
b1e4a86748 del 2001-04-23 11:22:28 +00:00
Martin Hollmichel
95cd2b3bd5 add: PACKAGE 2001-04-23 11:10:50 +00:00
Martin Hollmichel
46aaa08aba add: Makefile.am 2001-04-23 10:06:26 +00:00
Martin Hollmichel
7a8a290d42 add: acloacl.m4 2001-04-23 10:01:37 +00:00
Martin Hollmichel
572364552b add: Makefile.in 2001-04-23 09:52:16 +00:00
Martin Hollmichel
148097e8f3 add Makefile.in 2001-04-23 09:50:23 +00:00
Martin Hollmichel
1224d39851 add: Makefile.am 2001-04-20 13:25:13 +00:00
Martin Hollmichel
c5fb6f50ed use installation directory from configure for DMAKEROOT, DMAKEROOT can still be overridden by environment 2001-04-20 13:23:06 +00:00
Martin Hollmichel
81d03cb039 avoid clash with autoconf config.h 2001-04-20 13:21:05 +00:00
Martin Hollmichel
b0b969c93e preparation for autoconf and automake for dmake 2001-04-20 13:15:45 +00:00
Patrick Luby
6b0600f3ba Correct Mac OS X "tempnam" bug 2001-02-23 02:44:30 +00:00
Hans-Joachim Lankenau
2cc92686dd remove useless part of change 2001-02-19 15:08:04 +00:00
Hans-Joachim Lankenau
d1058de188 fixed left tmpfiles when building group targets 2001-02-13 11:43:28 +00:00
Hans-Joachim Lankenau
bdb58fe745 FreeBSD patch 2000-11-01 11:27:31 +00:00
Hans-Joachim Lankenau
f31f9af398 has an extraneous ; after the function closure 2000-10-20 10:12:55 +00:00
Jens-Heiner Rechtien
b501a54cf9 initial import 2000-09-22 14:33:37 +00:00