To help troubleshooting build issues the pki-nsutil-classes
build target has been modified to depend on symkey-jar although
there is no actual code dependency. This way the targets will
be built sequentially and error messages will be easier to find.

https://fedorahosted.org/pki/ticket/2476

Pushed to master under one-liner/trivial rule.

--
Endi S. Dewata
>From b123909c7aaaa7fba7493c7f74a50bbfe84dbfdf Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <edew...@redhat.com>
Date: Wed, 12 Oct 2016 03:25:14 +0200
Subject: [PATCH] Fixed pki-nsutil build order.

To help troubleshooting build issues the pki-nsutil-classes
build target has been modified to depend on symkey-jar although
there is no actual code dependency. This way the targets will
be built sequentially and error messages will be easier to find.

https://fedorahosted.org/pki/ticket/2476
---
 base/util/src/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/base/util/src/CMakeLists.txt b/base/util/src/CMakeLists.txt
index bf531d43203d0f986ceb92e04917bcc9d535ba6d..b434397f7c799d8a4fa3d6a7157ee5d41a0ba7cb 100644
--- a/base/util/src/CMakeLists.txt
+++ b/base/util/src/CMakeLists.txt
@@ -77,6 +77,8 @@ javac(pki-nsutil-classes
         ${JSS_JAR} ${COMMONS_CODEC_JAR}
     OUTPUT_DIR
         ${CMAKE_CURRENT_BINARY_DIR}/classes
+    DEPENDS
+        symkey-jar
 )
 
 configure_file(
-- 
2.5.5

_______________________________________________
Pki-devel mailing list
Pki-devel@redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel

Reply via email to