OSDN Git Service

buildsys: fix make release target
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 6 Jan 2011 07:28:34 +0000 (08:28 +0100)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 6 Jan 2011 07:28:34 +0000 (08:28 +0100)
commit6a171a2bfc2326e57501c9e50bc28f0a8f820252
tree8b5f433a277f22c7afe6ec7a2f56456c7455b06a
parent8958a63759c2ae23b47e76efeed1b7fc1f22728c
buildsys: fix make release target

According to git man page the syntax for git archive should have
the <tree-ish> as last argument. Indeed using git 1.5.5.6 the tarball
was not properly created. Newer version (i.e. 1.6.3.3) works fine even if
HEAD comes before other option. For backward compatibility use a syntax
that is fine with older git.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Makefile.in