This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit c56070e587d60e878e81c22cacb6626c1b991e69 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 26 17:15:26 2014 +0200 Display a more friendly message when building on unsupported architectures --- debian/rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index a147677..92726ff 100755 --- a/debian/rules +++ b/debian/rules @@ -50,10 +50,8 @@ build/ecj:: build/stamp-bytecode build/stamp-nativecode build/stamp-bytecode: ifneq (,$(findstring $(DEB_HOST_ARCH),arm)) - @echo 'ecj is not built anymore on this architecture.' - @echo 'People insist on 100% compatible packages without providing any help.' - @echo 'The porter lists are quiet on the topic of better gij/gcj support for' - @echo 'these architectures.' + @echo 'Sorry ecj is no longer built on $(DEB_HOST_ARCH) due to a lack of porters' + @echo 'supporting gij/gcj on this architecture. Please consider helping if you can.' false endif rm -rf build/bin -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

