aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/make.bash
Commit message (Collapse)AuthorAgeFilesLines
* Move bash completion setup into separate dirTom Ryder2016-07-301-44/+0
|
* Switch back to read array split for targetsTom Ryder2016-06-251-2/+8
| | | | Works better than the well-intended while-read loop
* More efficient/terser make(1) completionTom Ryder2016-06-241-21/+29
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Variable assignments are not Makefile targetsTom Ryder2016-01-071-1/+1
|
* Switch to a faster method of array appendingTom Ryder2015-12-141-7/+8
| | | | | Does away with the nasty hack around man page discovery, and still compatible with Bash 2.05a
* Fix backwards testTom Ryder2015-10-211-1/+1
|
* Switch compopt back outTom Ryder2015-10-211-4/+1
| | | | | Damn, looks like 2.05a doesn't have compopt; put it back into the complete line
* Tidy up completion considerably; no more compgenTom Ryder2015-10-211-9/+11
| | | | | | | | | | | | | | * Remove all instances of compgen; for filename completion it's quite broken as it relies on implicit wordsplitting in array context, and doesn't have an option to print with a null delimiter; replaced with manual for/while loops instead * Add IFS= to while/read loops over filenames * Use "dirname/s" instead of "dir/s" variables to avoid keyword collisions and for clarity * Remove some unnecessary variables * Use shorter syntax for loop exit conditions * Move completion options into functions where applicable rather than having them on the completion definition itself
* Never mind, this was a bad ideaTom Ryder2015-06-191-17/+0
|
* Kid gloves only needed for GCC_COLORSTom Ryder2015-06-191-7/+6
|
* make(1) wrapper deals with *_COLORS varsTom Ryder2015-06-191-0/+18
|
* Separate declaration from assignmentTom Ryder2015-06-061-1/+2
|
* Remove some overzealous command checksTom Ryder2014-10-131-5/+0
|
* Fix stray commentTom Ryder2014-03-021-2/+0
|
* Basic target completion for make(1)Tom Ryder2014-03-021-0/+37