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

Re: cvs commit to glibc-package by jbailey



At Wed, 16 Oct 2002 07:37:56 -0400,
Ben Collins wrote:
> >       - debian/rules: Fail build on failed 'make check'.
> 
> Come on. Didn't we talk about this?

Hm, this change is below issue, removing -k.
It causes some architecture cannot build.
IMHO, this change is not appropriate for such archs...


Index: debian/rules
===================================================================
RCS file: /cvs/glibc/glibc-package/debian/rules,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- debian/rules        11 Oct 2002 21:55:05 -0000      1.7
+++ debian/rules        16 Oct 2002 04:20:52 -0000      1.8
@@ -95,7 +95,7 @@
 endif
        $(warning Please check results before uploading in case of test failures.)
        date >$(log_test)
-       -$(MAKE) -k SHELL=/bin/bash -C $(objdir) check 2>&1 | tee -a $(log_test)
+       $(MAKE) SHELL=/bin/bash -C $(objdir) check 2>&1 | tee -a $(log_test)
        date >>$(log_test)
 endif
 

-- gotom



Reply to: