summaryrefslogtreecommitdiff
path: root/dmake/function.c
AgeCommit message (Collapse)AuthorFilesLines
2007-01-18INTEGRATION: CWS dmake47 (1.9.2); FILE MERGEDVladimir Glazounov1-21/+8
2006/11/12 05:06:38 vq 1.9.2.2: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch. 2006/09/29 21:20:45 vq 1.9.2.1: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2006-09-25INTEGRATION: CWS dmake46 (1.8.8); FILE MERGEDVladimir Glazounov1-38/+31
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-04-20INTEGRATION: CWS dmake43p01 (1.7.6); FILE MERGEDJens-Heiner Rechtien1-53/+119
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.
2004-09-08INTEGRATION: CWS ooo20040704 (1.6.22); FILE MERGEDRüdiger Timm1-61/+4
2004/07/15 19:47:36 vq 1.6.22.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.
2003-12-17INTEGRATION: CWS geordi2q11 (1.5.8); FILE MERGEDVladimir Glazounov1-6/+8
2003/12/16 11:17:16 hr 1.5.8.1: #111934#: join CWS ooo111fix1
2003-08-18INTEGRATION: CWS geordi2q01 (1.4.22); FILE MERGEDHans-Joachim Lankenau1-3/+3
2003/08/18 12:53:30 hr 1.4.22.1: #i18350#: join changes from CWS ooo11rc3
2003-03-25MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-2/+61
2002-10-11dmake: Implement fix for Lost child problem. Correct some checks for ↵Ken Foskey1-18/+2
functions (assumed present) and also fix up all gcc warnings using -Wall.
2002-10-04Dmake: Convert the configure to a better configure process without ↵Ken Foskey1-5/+5
individual conf.h files for every platform
2000-09-22initial importJens-Heiner Rechtien1-0/+625