]> git.donarmstrong.com Git - qmk_firmware.git/commit
Use perl directly instead of grep -P
authorErin Call <hello@erincall.com>
Mon, 22 Jan 2018 22:11:46 +0000 (14:11 -0800)
committerJack Humbert <jack.humb@gmail.com>
Fri, 2 Feb 2018 06:10:57 +0000 (01:10 -0500)
commit904b1b3f99201f4bead195e2b777a71cb25736d8
tree566fd8ef5bbcfccde504e9e4c1e96d673f430e60
parent0310eafdcf3fd372f6804f209d42b5baf927eee3
Use perl directly instead of grep -P

BSD grep (the one on OSX) lacks a -P flag. The grep -P command thus
fails and prints a usage message to the terminal. This fixes that.
tmk_core/rules.mk