Package: tinysnmp
Version: 0.8.4
Severity: normal
Tags: patch

Hi,

the build process doesn't currently stop and fail when there
is a compile error. This causes errors to go unnoticed.

A quick patch attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-3-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- /tmp/GdYvJ6nBqN/tinysnmp-0.8.4/rules.mk     2004-07-28 22:56:31.000000000 
+0300
+++ /tmp/vKVcLAvHZW/tinysnmp-0.8.4+memmove/rules.mk     2006-09-19 
16:47:47.000000000 +0300
@@ -45,7 +45,7 @@
 
 ifneq ($(DIR),)
 all::
-       for F in $(DIR); do $(MAKE) -C $$F all; done
+       for F in $(DIR); do $(MAKE) -C $$F all || exit 2; done
 endif  # ifneq ($(DIR),)
 
 do-it-all::

Reply via email to