[bug #53879] Support for .ONESHELL target on Windows and DOS platforms

2018-08-15 Thread V. Aleksandrov
Follow-up Comment #5, bug #53879 (project make): Indeed, the DJGPP library provides tempnam() and tmpnam() for generation of a random file name. An implementation of function create_batch_file() that uses aforementioned functions would be simpler. The advantage of the pseudo-random file name gen

[bug #53879] Support for .ONESHELL target on Windows and DOS platforms

2018-06-07 Thread V. Aleksandrov
Follow-up Comment #2, bug #53879 (project make): On Windows platform, official GNU make handles properly .ONESHELL special target with Bourne or native (cmd.exe) shells. However, if another shell (e.g. perl) is used, recipes can't be executed correctly. The reason is that function do_variable_def

[bug #53879] Support for .ONESHELL target on Windows and DOS platforms

2018-05-11 Thread V. Aleksandrov
URL: Summary: Support for .ONESHELL target on Windows and DOS platforms Project: make Submitted by: valeksan Submitted on: Fri 11 May 2018 03:59:55 PM UTC Severity: 3 - Normal