]> git.pld-linux.org Git - packages/openjdk8.git/commitdiff
don't build all, build only required images
authorJan Palus <atler@pld-linux.org>
Wed, 26 Jan 2022 14:18:40 +0000 (15:18 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 26 Jan 2022 14:18:40 +0000 (15:18 +0100)
openjdk8.spec

index 1d185f07e64e3a68226ebce5cc4d6e1693ffc735..7ab76bd5ba15b8e8c62177cce0a7a0d9a07308b1 100644 (file)
@@ -516,7 +516,7 @@ SHELL=/bin/bash
 EOF
 [ -L tmp-bin ] || ln -s "$specdir/jdk/bin" tmp-bin
 
-%{__make} -j1 all \
+%{__make} -j1 images \
        SCTP_WERROR= \
        LOG=debug \
        # these are normally set when --disable-debug-symbols is not used \
This page took 0.069834 seconds and 4 git commands to generate.