]> git.pld-linux.org Git - packages/openjdk11.git/commitdiff
don't build all, build only required images
authorJan Palus <atler@pld-linux.org>
Wed, 19 Jan 2022 23:39:15 +0000 (00:39 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 19 Jan 2022 23:39:15 +0000 (00:39 +0100)
openjdk11.spec

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