[ecj] 05/08: Display a more friendly message when building on unsupported architectures
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jun 26 15:47:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ecj.
commit 8ea8ad50a7648342c3f123b92cdd654145509ecb
Author: Emmanuel Bourg <ebourg at apache.org>
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
More information about the pkg-java-commits
mailing list