Merge lp:~ebourg/openjdk/openjdk8-noverbose into lp:~openjdk/openjdk/openjdk8

Proposed by Emmanuel Bourg
Status: Needs review
Proposed branch: lp:~ebourg/openjdk/openjdk8-noverbose
Merge into: lp:~openjdk/openjdk/openjdk8
Diff against target: 25 lines (+4/-1)
2 files modified
debian/README.source (+1/-0)
debian/rules (+3/-1)
To merge this branch: bzr merge lp:~ebourg/openjdk/openjdk8-noverbose
Reviewer Review Type Date Requested Status
Matthias Klose Pending
Review via email: mp+228100@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

621. By Emmanuel Bourg

Added a noverbose option to DEB_BUILD_OPTIONS to disable the verbose build

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/README.source'
--- debian/README.source 2014-06-30 15:53:54 +0000
+++ debian/README.source 2014-07-24 12:32:22 +0000
@@ -61,6 +61,7 @@
61 disable Javadoc generation.61 disable Javadoc generation.
62 * nostrip: debugging symbols should not be stripped from the62 * nostrip: debugging symbols should not be stripped from the
63 binary during installation63 binary during installation
64 * noverbose: disable the verbose build options
64 * parallel=X: package should be built using up to X parallel processes65 * parallel=X: package should be built using up to X parallel processes
65 * nobootstrap: don't use gcj to bootstrap OpenJDK but use existing OpenJDK66 * nobootstrap: don't use gcj to bootstrap OpenJDK but use existing OpenJDK
66 installed on current machine.67 installed on current machine.
6768
=== modified file 'debian/rules'
--- debian/rules 2014-07-17 10:56:17 +0000
+++ debian/rules 2014-07-24 12:32:22 +0000
@@ -508,7 +508,9 @@
508 endif508 endif
509endif509endif
510510
511EXTRA_BUILD_ENV += MAKE_VERBOSE=y QUIETLY= LOG=debug511ifeq (,$(filter $(DEB_BUILD_OPTIONS), noverbose))
512 EXTRA_BUILD_ENV += MAKE_VERBOSE=y QUIETLY= LOG=debug
513endif
512514
513EXTRA_BUILD_ENV += LIBFFI_LIBS=-lffi_pic515EXTRA_BUILD_ENV += LIBFFI_LIBS=-lffi_pic
514516

Subscribers

People subscribed via source and target branches