diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-10-16 16:34:26 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-10-18 01:39:45 +0000 |
commit | ecc0a5ece2b3bbccdfb005c59508cec7473b9b06 (patch) | |
tree | 27314419442ba3b7a59cb220531d703ec45fd5eb /ChangeLog | |
parent | ae3b675ce6e4ac62451ea08169c2b4dc45cf533b (diff) | |
download | zsh-ecc0a5ece2b3bbccdfb005c59508cec7473b9b06.tar.gz zsh-ecc0a5ece2b3bbccdfb005c59508cec7473b9b06.tar.xz zsh-ecc0a5ece2b3bbccdfb005c59508cec7473b9b06.zip |
39654: (based on patch by Baptiste Daroussin) Better support bmake, FreeBSD's default make(1) implementation.
Don't pass gmake options to bmake. Add bmake-speciic codepath for completing targets and parsing the makefile.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8c6ea18b1..98b40a070 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-10-18 Daniel Shahaf <d.s@daniel.shahaf.name> + * 39654: Completion/Unix/Command/_make: (based on patch by + Baptiste Daroussin) Better support bmake, FreeBSD's default + make(1) implementation. + * 39657: Completion/Zsh/Command/_zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options. |