Revert "scripts: Allow passing make flags to git-update.sh"
authorArun Raghavan <git@arunraghavan.net>
Mon, 6 Jul 2015 09:01:24 +0000 (14:31 +0530)
committerArun Raghavan <git@arunraghavan.net>
Mon, 6 Jul 2015 09:05:52 +0000 (14:35 +0530)
commit299605dfe2f97fca330161ff01a392e1a85fe422
treea06e31ba65eefff96e03bc1a64bce248f25637fd
parentf0da038c340640d96e7db902ad1523f3498935ca
Revert "scripts: Allow passing make flags to git-update.sh"

This reverts commit ab5fdd72129ea61e8dff51cdc0afcccac03ebc2b.

We can use the MAKEFLAGS environment variable to pass options to make,
so avoid adding another mechanism that could be confusing.
scripts/git-update.sh