netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iproute2: use automake
@ 2010-11-15 22:23 Jan Engelhardt
  2010-11-15 22:23 ` [PATCH 1/2] Fix up permissions on scripts Jan Engelhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Jan Engelhardt @ 2010-11-15 22:23 UTC (permalink / raw)
  To: stephen.hemminger; +Cc: netfilter-devel


The following changes since commit 3f5c1a01e6bc15593635705aa0b19dcac965be26:

  Update to 2.6.36 headers (2010-10-20 17:38:04 -0700)

are available in the git repository at:
  git://dev.medozas.de/iproute2 master

Jan Engelhardt (2):
      Fix up permissions on scripts
      build: start using Automake for building

 .gitignore                             |   42 ++++----
 Makefile                               |   89 ----------------
 Makefile.am                            |   36 +++++++
 autogen.sh                             |    4 +
 configure                              |  180 --------------------------------
 configure.ac                           |   55 ++++++++++
 doc/{Makefile => Makefile.am}          |   28 ++---
 genl/Makefile                          |   38 -------
 genl/Makefile.am                       |    8 ++
 ip/Makefile                            |   43 --------
 ip/Makefile.am                         |   17 +++
 ip/iplink.c                            |    6 +-
 lib/Makefile                           |   19 ----
 lib/Makefile.am                        |   13 +++
 lib/rt_names.c                         |   10 +-
 m4/.gitignore                          |    2 +
 misc/.gitignore                        |   16 ++--
 misc/Makefile                          |   35 ------
 misc/Makefile.am                       |   19 ++++
 netem/.gitignore                       |   11 +-
 netem/Makefile                         |   29 -----
 netem/Makefile.am                      |   23 ++++
 tc/.gitignore                          |   11 +-
 tc/Makefile                            |  144 -------------------------
 tc/Makefile.am                         |   44 ++++++++
 tc/{emp_ematch.l => emp_ematch_lex.l}  |    2 +-
 tc/{emp_ematch.y => emp_ematch_yacc.y} |    0
 tc/q_netem.c                           |    2 +-
 tc/tc_util.c                           |   14 ++-
 tc/tc_util.h                           |    1 +
 30 files changed, 292 insertions(+), 649 deletions(-)
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 create mode 100755 autogen.sh
 delete mode 100755 configure
 create mode 100644 configure.ac
 rename doc/{Makefile => Makefile.am} (61%)
 mode change 100644 => 100755 doc/do-psnup
 delete mode 100644 genl/Makefile
 create mode 100644 genl/Makefile.am
 delete mode 100644 ip/Makefile
 create mode 100644 ip/Makefile.am
 mode change 100644 => 100755 ip/ifcfg
 mode change 100644 => 100755 ip/routef
 mode change 100644 => 100755 ip/routel
 mode change 100644 => 100755 ip/rtpr
 delete mode 100644 lib/Makefile
 create mode 100644 lib/Makefile.am
 create mode 100644 m4/.gitignore
 delete mode 100644 misc/Makefile
 create mode 100644 misc/Makefile.am
 delete mode 100644 netem/Makefile
 create mode 100644 netem/Makefile.am
 delete mode 100644 tc/Makefile
 create mode 100644 tc/Makefile.am
 rename tc/{emp_ematch.l => emp_ematch_lex.l} (99%)
 rename tc/{emp_ematch.y => emp_ematch_yacc.y} (100%)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-11-16 20:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 22:23 iproute2: use automake Jan Engelhardt
2010-11-15 22:23 ` [PATCH 1/2] Fix up permissions on scripts Jan Engelhardt
2010-11-15 22:23 ` [PATCH 2/2] build: start using Automake for building Jan Engelhardt
2010-11-15 22:26 ` iproute2: use automake Stephen Hemminger
2010-11-15 22:30   ` Jan Engelhardt
2010-11-16  1:59     ` David Miller
2010-11-16 10:09       ` Jan Engelhardt
2010-11-16 15:58         ` Stephen Hemminger
2010-11-16 17:41           ` David Miller
2010-11-16 20:11             ` Jan Engelhardt
2010-11-16 20:12               ` Jan Engelhardt
2010-11-16 20:18               ` David Miller
2010-11-15 22:32   ` Eric Dumazet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).