1. 20 Nis, 2006 31 kayıt (commit)
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED · 3e58ba80
      Jens-Heiner Rechtien yazdı
      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.
      3e58ba80
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED · ff5189a6
      Jens-Heiner Rechtien yazdı
      2006/03/13 23:21:28 vq 1.1.1.1.132.1: #i61390# Make dmake (gcc) build -Wall warning free.
      ff5189a6
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.6.6); FILE MERGED · c4979677
      Jens-Heiner Rechtien yazdı
      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.)
      c4979677
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED · 1f3177c8
      Jens-Heiner Rechtien yazdı
      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.
      1f3177c8
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED · a363b5b6
      Jens-Heiner Rechtien yazdı
      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
      a363b5b6
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED · 956d091a
      Jens-Heiner Rechtien yazdı
      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.
      956d091a
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.3.2); FILE MERGED · 9b219464
      Jens-Heiner Rechtien yazdı
      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.
      9b219464
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.5.6); FILE MERGED · 646f9dcb
      Jens-Heiner Rechtien yazdı
      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.
      646f9dcb
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED · 1dfb9fe0
      Jens-Heiner Rechtien yazdı
      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.
      1dfb9fe0
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED · b47aa868
      Jens-Heiner Rechtien yazdı
      2004/11/20 01:05:55 vq 1.2.2.1: #i37491# Add a predefined SPACECHAR macro.
      b47aa868
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.5.18); FILE MERGED · 5996e611
      Jens-Heiner Rechtien yazdı
      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.
      5996e611
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.7.6); FILE MERGED · 30519145
      Jens-Heiner Rechtien yazdı
      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.
      30519145
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.8.6); FILE MERGED · cfbaf9c9
      Jens-Heiner Rechtien yazdı
      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.
      cfbaf9c9
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED · 112fa689
      Jens-Heiner Rechtien yazdı
      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.
      112fa689
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED · 9ba57868
      Jens-Heiner Rechtien yazdı
      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.
      9ba57868
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED · 8876b5a7
      Jens-Heiner Rechtien yazdı
      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.
      8876b5a7
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.2.6); FILE MERGED · 155af0eb
      Jens-Heiner Rechtien yazdı
      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".
      155af0eb
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.5.2); FILE MERGED · d1aa7369
      Jens-Heiner Rechtien yazdı
      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.
      d1aa7369
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED · 6e87466b
      Jens-Heiner Rechtien yazdı
      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.
      6e87466b
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.22.2); FILE MERGED · 136fef54
      Jens-Heiner Rechtien yazdı
      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.
      136fef54
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.15.2); FILE MERGED · 49ac28ee
      Jens-Heiner Rechtien yazdı
      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.
      49ac28ee
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.1.120); FILE MERGED · 9a52713d
      Jens-Heiner Rechtien yazdı
      2006/01/11 17:46:02 rene 1.1.120.1: #i60375# update config.{sub,guess}
      9a52713d
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.12.2); FILE MERGED · 8f2d8b1a
      Jens-Heiner Rechtien yazdı
      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.
      8f2d8b1a
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.2.96); FILE MERGED · c9b4e551
      Jens-Heiner Rechtien yazdı
      2006/01/11 17:46:02 rene 1.2.96.1: #i60375# update config.{sub,guess}
      c9b4e551
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.5.80); FILE MERGED · 694be20f
      Jens-Heiner Rechtien yazdı
      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.
      694be20f
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.8.2); FILE MERGED · f2640e0e
      Jens-Heiner Rechtien yazdı
      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.
      f2640e0e
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED · 891bec98
      Jens-Heiner Rechtien yazdı
      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.
      891bec98
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.3.2); FILE MERGED · d7501166
      Jens-Heiner Rechtien yazdı
      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.
      d7501166
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.11.2); FILE MERGED · 3382279c
      Jens-Heiner Rechtien yazdı
      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.
      3382279c
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.8.20); FILE MERGED · 219f5a20
      Jens-Heiner Rechtien yazdı
      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.
      219f5a20
    • Jens-Heiner Rechtien's avatar
      INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED · b0317b7b
      Jens-Heiner Rechtien yazdı
      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
      b0317b7b
  2. 19 Nis, 2006 9 kayıt (commit)