commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 06/43: trans: Fix parallel build race around MIG-generated header


From: Samuel Thibault
Subject: [hurd] 06/43: trans: Fix parallel build race around MIG-generated headers
Date: Mon, 11 Sep 2017 07:10:09 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit bf1afc9cf958c9270ab73236028097ca0113b176
Author: David Michael <address@hidden>
Date:   Sat Jun 10 12:30:35 2017 -0700

    trans: Fix parallel build race around MIG-generated headers
    
    This causes random.d to be generated which makes random.o depend on
    mach_debug_U.h, ensuring it exists before random.c is compiled.
    
    * trans/Makefile: Add random.c to SRCS when gcrypt is used.
---
 trans/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/trans/Makefile b/trans/Makefile
index f02ddf7..b2f63ca 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -60,6 +60,7 @@ ifneq (,$(wildcard ../config.make))
 endif
 
 ifeq ($(HAVE_LIBGCRYPT),yes)
+ SRCS += random.c
  targets += random
  random-LDLIBS = -lgcrypt
  random: startup_notifyServer.o mach_debugUser.o ../libtrivfs/libtrivfs.a

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]