]> git.donarmstrong.com Git - qmk_firmware.git/commit
Better non-Linux support (#2524)
authordankm <dan.mcgregor@usask.ca>
Mon, 26 Mar 2018 20:08:08 +0000 (14:08 -0600)
committerJack Humbert <jack.humb@gmail.com>
Mon, 26 Mar 2018 20:08:08 +0000 (16:08 -0400)
commit19a1fbaca2137a9d4cd529e363039a612a4f941d
tree83f88e254ccb527b2272b012d982ffa80086fb5a
parentae7284edb8bd8ed7fcab29415049bf03baf57f8d
Better non-Linux support (#2524)

* grep -> $(GREP)

Some UNIXy systems (FreeBSD for example) don't use GNU grep by default.
Allow the user to specify which grep implementation to use so that
GNU grep can be specified.

* Allow using versioned avr-gcc command

Don't hardcode "avr-gcc", and allow strings such as "avr-gcc8", or
"avr-gcc-7.3.0" to match checks for "avr-gcc".
keyboards/handwired/woodpad/rules.mk
tmk_core/avr.mk
tmk_core/rules.mk