pkgsrc-Users archive

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

Re: bootstrapping AIX



Hi,

On Mon, 21 Jun 2010 23:18:48 +0900, Larson, Timothy E. 
<TELarson%west.com@localhost> wrote:

Anyone tried to bootstrap on AIX recently?  Get stuck in bmake (20100510):

http://mail-index.netbsd.org/pkgsrc-users/2010/04/28/msg012129.html

Following is a workaround patch:

Index: files/Makefile.in
===================================================================
RCS file: /cvsroot/pkgsrc/devel/bmake/files/Makefile.in,v
retrieving revision 1.17
diff -u -r1.17 Makefile.in
--- files/Makefile.in   13 May 2010 18:43:07 -0000      1.17
+++ files/Makefile.in   21 Jun 2010 23:46:32 -0000
@@ -132,4 +132,8 @@

 # A simple unit-test driver to help catch regressions
 accept test:
+.if ${OS} != "Interix" && empty(OS:MAIX*)
        cd ${.CURDIR}/unit-tests && ${.MAKE} -r -m / 
TEST_MAKE=${TEST_MAKE:U${.OBJDIR}/${PROG:T}} ${.TARGET}
+.else
+       true
+.endif


--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index