about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-16 16:34:26 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-18 01:39:45 +0000
commitecc0a5ece2b3bbccdfb005c59508cec7473b9b06 (patch)
tree27314419442ba3b7a59cb220531d703ec45fd5eb /ChangeLog
parentae3b675ce6e4ac62451ea08169c2b4dc45cf533b (diff)
downloadzsh-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--ChangeLog4
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.