mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Add dump env target
This commit is contained in:
commit
642983c59a
1 changed files with 5 additions and 0 deletions
|
@ -2498,6 +2498,11 @@ function generate_makefile()
|
|||
|
||||
MF.WriteBlankLines(2);
|
||||
|
||||
MF.WriteLine("dump-tmp-env: set-tmp-env");
|
||||
MF.WriteLine(" @set");
|
||||
|
||||
MF.WriteBlankLines(2);
|
||||
|
||||
MFO.Close();
|
||||
TF = FSO.OpenTextFile("Makefile.objects", 1);
|
||||
if (!TF.AtEndOfStream) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue