This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8.
commit 81857fe089a0fe41063a6cd950a45ab3adf9a449 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 1 08:32:54 2014 +0200 Call the 'all' target to build the JRE/JDK images --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index fde1fb6..199a253 100755 --- a/debian/rules +++ b/debian/rules @@ -955,7 +955,7 @@ stamps/build: openjdk-configure ifneq (,$(filter $(DEB_HOST_ARCH), alpha arm armel armhf hppa arm64 ia64 m68k mips mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sparc sparc64)) sh -c 'sh debian/buildwatch.sh $(CURDIR)/build &' endif - if $(EXTRA_BUILD_ENV) $(MAKE) -C build $(build_target) $(EXTRA_MAKE_FLAGS); then \ + if $(EXTRA_BUILD_ENV) $(MAKE) -C build all $(build_target) $(EXTRA_MAKE_FLAGS); then \ : ; \ else \ if [ -f buildwatch.pid ]; then \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

