summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_make
AgeCommit message (Expand)AuthorFilesLines
2023-01-2251322 (+ minor tweak): Update gnu make completion for version 4.4Shohei YOSHIDA1-2/+4
2022-08-05Felipe Contreras: 50435+50436 (+50444): do not build anythingJun-ichi Takimoto1-3/+31
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle1-1/+1
2020-01-0345196: fix completion after make -C, allowing for -C being used multiple timesOliver Kiddle1-7/+8
2019-11-2444896: use opt_args to find base directory and use it for $(CURDIR)Oliver Kiddle1-33/+8
2019-10-0144798: completion option updateOliver Kiddle1-6/+7
2019-09-0644722: _make: use --always-make instead of .PHONY for GNU makeDaniel Hahler1-1/+1
2018-08-13unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf1-1/+1
2018-03-2442521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make comple...Oliver Kiddle1-11/+7
2018-02-1142327: _make: complete _filesDaniel Hahler1-1/+2
2017-11-0241971: correctly break out of certain tag loops when there are matchesOliver Kiddle1-8/+3
2016-11-0939890: typo corrections in completion functionsOliver Kiddle1-1/+1
2016-10-1839654: (based on patch by Baptiste Daroussin) Better support bmake, FreeBSD's...Daniel Shahaf1-8/+11
2016-08-1939067: update options to correspond to latest versions of software in various...Oliver Kiddle1-1/+2
2016-02-1437972: Redirect stderr to /dev/null in cases where ${~param} might generate e...Barton E. Schaefer1-1/+1
2015-08-0235957: fix _make-expandVars()Jun-ichi Takimoto1-60/+72
2015-05-1835168: Improve parsing of case patterns.Peter Stephenson1-3/+3
2015-04-2834980: in completion match new Makefile assignment formsPeter Stephenson1-6/+6
2013-10-1831840: "read" needs IFS unset to avoid stripping whitespace in makefilesBarton E. Schaefer1-1/+1
2013-08-29based on 31641, 31642: completion for more make variantsPeter Stephenson1-1/+1
2013-07-2531756: further make completion improvements.Jun T1-32/+44
2013-07-1731525: Fix some options in _makeJun T1-4/+4
2013-07-12Update make completion with gnu optionsNick Cross1-8/+30
2013-07-11users/17856: rewrite _make to use _arguments.Peter Stephenson1-10/+34
2011-05-2729365: redefine _make() in _make.Mikael Magnusson1-66/+71
2011-05-2429364: partial fix for make completion in dirs with spaces.Mikael Magnusson1-1/+1
2011-04-27_make: add _make- prefix to helper functionsMikael Magnusson1-16/+16
2011-04-1528998: use correct return status in _makeMikael Magnusson1-5/+8
2009-11-24Baptiste Daroussin: 27431: _make: fix for FreeBSDPeter Stephenson1-1/+7
2009-11-2427430: extend make variable value completionPeter Stephenson1-1/+1
2009-11-2427429: _make: restore variable value completionPeter Stephenson1-186/+186
2009-11-24Michael Hwang <michael.a.hwang@gmail.com>: 27428:Peter Stephenson1-149/+197
2007-12-10Vincent Lefevre: 24192: make GNU make completion support -includePeter Stephenson1-3/+3
2006-11-1022992: make $? available in exit traps/hooksPeter Stephenson1-2/+8
2006-11-0922988: arno: _make fix for special variablesPeter Stephenson1-0/+2
2006-02-0922205: patch from R.Ramkumar to use the argument to -C in make completion.Clint Adams1-10/+38
2005-03-02 * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'ConnorClint Adams1-5/+8
2005-03-02Don't try to expand a single-character Makefile variable ifWayne Davison1-1/+1
2004-11-11Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison1-1/+1
2004-11-10Handle $$ when expanding variables.Wayne Davison1-1/+5
2004-11-02 * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams1-1/+1
2004-10-12Got rid of "cmdargs" local since it is no longer used.Wayne Davison1-1/+1
2004-10-01This version now uses a zsh function to parse the makefile insteadWayne Davison1-20/+91
2004-09-30 * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by n...Clint Adams1-9/+6
2004-08-21- Fixed the perl code that was using the @matches array.Wayne Davison1-4/+3
2004-08-18One of the new parenthetical expressions needs to not return a valueWayne Davison1-1/+1
2004-08-18Don't output a target "VAR" for a line of the form "VAR := VALUE".Wayne Davison1-4/+4
2004-08-18Don't output make targets all clumped into a single string when useperlWayne Davison1-1/+1
2002-08-1417535: use-perl style for _makePeter Stephenson1-2/+18
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle1-13/+4