summaryrefslogtreecommitdiffstats
path: root/git.mk
Commit message (Collapse)AuthorAgeFilesLines
* git.mk: fix copyright line and remove use of -o / -aDaniel P. Berrange2015-11-051-7/+7
| | | | | | | | | | Any copyright line must use 'Copyright (C) <year> Red Hat' per the syntax-check rule. Use of -a / -o args to "test" is non-portable and should instead be done with 'test ... || test ...' Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Update git.mk from latest upstream versionEduardo Lima (Etrunko)2015-11-041-43/+178
| | | | Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
* Fix some syntax violations in git.mkDaniel P. Berrange2012-04-051-5/+5
|
* build-sys: use git.mk to generate gitignoreMarc-André Lureau2012-03-301-0/+212
This makefile is just fantastic, it forces you into good practices, support various build targets (my windows builddir ignore the right files etc..) The more I use it, the more I like it.