Prof. Abimbola A. Olowofoyeku (The African Chief) wrote:
I get your point, but we are talking about different things. This is what is in the release tarball:
'pascal.install: pascal.install-normal pascal.install-compiler; @true'
This is what is in the git version:
'pascal.install: pascal.install-normal pascal.install-compiler echo "pascal.install done" ; @true'
Seems to me that these lines are not the same?
You are right. I was thinking that the echo command was in release tarball, but it was present only in my local copy. Given that purpose of '; @true' was to have a command and now 'echo' is such command we can safely remove '; @true'. I have commited this change now.