Commit Graph

4 Commits

Author SHA1 Message Date
Daniel P. Berrange
a7861f975b git.mk: fix copyright line and remove use of -o / -a
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>
2015-11-05 14:22:35 +00:00
Eduardo Lima (Etrunko)
173a8cff4e Update git.mk from latest upstream version
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
2015-11-04 12:17:16 -02:00
Daniel P. Berrange
2bd7c82ded Fix some syntax violations in git.mk 2012-04-05 09:27:24 +01:00
Marc-André Lureau
81c2c3bfec build-sys: use git.mk to generate gitignore
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.
2012-03-30 14:48:13 +02:00