bug-hurd
[Top][All Lists]
Advanced

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

[PATCH] Fix parallel build failure


From: Guillem Jover
Subject: [PATCH] Fix parallel build failure
Date: Wed, 5 Dec 2007 07:23:08 +0200
User-agent: Mutt/1.5.17 (2007-11-01)

Hi,

A rebuild of the whole Debian archive [0] revealed that gnumach is not
parallel build safe [1]. The following patch should fix this.

regards,
guillem

[0] <http://lists.debian.org/debian-devel/2007/12/msg00020.html>
[1] <http://people.debian.org/~schepler/build-logs/gnumach>


2007-12-05  Guillem Jover  <guillem@hadrons.org>

        * i386/Makefrag.am (i386/i386at/interrupt.o): New target.
        (i386/i386/cswitch.o): Likewise.
        (i386/i386/locore.o): Likewise.


Index: i386/Makefrag.am
===================================================================
RCS file: /sources/hurd/gnumach/i386/Attic/Makefrag.am,v
retrieving revision 1.1.2.11
diff -u -r1.1.2.11 Makefrag.am
--- i386/Makefrag.am    2 Jun 2007 13:23:22 -0000       1.1.2.11
+++ i386/Makefrag.am    5 Dec 2007 05:04:37 -0000
@@ -179,6 +179,9 @@
 
 # TODO.  Hm.
 i386/i386at/boothdr.o: i386/i386/i386asm.h
+i386/i386at/interrupt.o: i386/i386/i386asm.h
+i386/i386/cswitch.o: i386/i386/i386asm.h
+i386/i386/locore.o: i386/i386/i386asm.h
 
 EXTRA_DIST += \
        i386/i386/i386asm.sym





reply via email to

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