~ubuntu-branches/ubuntu/precise/iproute/precise

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2007-06-11 13:31:12 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070611133112-0rtfv32yfs8loo0r
Tags: 20070313-1ubuntu1
* Merge from debian unstable, remaining changes:
  - linux-kernel-headers -> linux-libc-dev B-D rename.
  - MAX_ROUNDS patch to ip/ipaddress.c
  - Ubuntu maintainer foobar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
33
33
 
34
34
all: Config
35
 
        @for i in $(SUBDIRS); \
 
35
        @set -e; \
 
36
        for i in $(SUBDIRS); \
36
37
        do $(MAKE) $(MFLAGS) -C $$i; done
37
38
 
38
39
Config: