netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] Update .gitignore
  2011-12-17  3:04 nfnetlink: build updates Jan Engelhardt
@ 2011-12-17  3:04 ` Jan Engelhardt
  0 siblings, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2011-12-17  3:04 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Only ignore these paths if they are a directory.
---
 .gitignore |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index c7acff2..b899b3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-.deps
-.libs
+.deps/
+.libs/
 Makefile
 Makefile.in
 *.o
@@ -7,7 +7,7 @@ Makefile.in
 *.lo
 
 /aclocal.m4
-/autom4te.cache
+/autom4te.cache/
 /compile
 /config.*
 /configure
-- 
1.7.3.4


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

* libnetfilter_conntrack: build updates
@ 2011-12-17 15:35 Jan Engelhardt
  2011-12-17 15:35 ` [PATCH 1/3] Update .gitignore Jan Engelhardt
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jan Engelhardt @ 2011-12-17 15:35 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


The following changes since commit 7843632196fd959f3f8f16f3d533c72d315a7e08:

  expect: add nfexp_send() (2011-12-08 02:06:53 +0100)

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

Jan Engelhardt (3):
      Update .gitignore
      build: use AC_CONFIG_AUX_DIR and stash away tools
      build: disable implicit .tar.gz archive generation and use POSIX mode

 .gitignore   |   11 ++++-------
 configure.ac |    4 +++-
 2 files changed, 7 insertions(+), 8 deletions(-)

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

* [PATCH 1/3] Update .gitignore
  2011-12-17 15:35 libnetfilter_conntrack: build updates Jan Engelhardt
@ 2011-12-17 15:35 ` Jan Engelhardt
  2011-12-17 15:35 ` [PATCH 2/3] build: use AC_CONFIG_AUX_DIR and stash away tools Jan Engelhardt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2011-12-17 15:35 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Only ignore these paths if they are a directory.
---
 .gitignore |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index c9550f5..e683edb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-.deps
-.libs
+.deps/
+.libs/
 Makefile
 Makefile.in
 *.o
@@ -7,7 +7,7 @@ Makefile.in
 *.lo
 
 /aclocal.m4
-/autom4te.cache
+/autom4te.cache/
 /config.*
 /configure
 /depcomp
-- 
1.7.3.4


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

* [PATCH 2/3] build: use AC_CONFIG_AUX_DIR and stash away tools
  2011-12-17 15:35 libnetfilter_conntrack: build updates Jan Engelhardt
  2011-12-17 15:35 ` [PATCH 1/3] Update .gitignore Jan Engelhardt
@ 2011-12-17 15:35 ` Jan Engelhardt
  2011-12-17 15:35 ` [PATCH 3/3] build: disable implicit .tar.gz archive generation and use POSIX mode Jan Engelhardt
  2011-12-27 18:57 ` libnetfilter_conntrack: build updates Pablo Neira Ayuso
  3 siblings, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2011-12-17 15:35 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

---
 .gitignore   |    5 +----
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index e683edb..f4938e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,13 +8,10 @@ Makefile.in
 
 /aclocal.m4
 /autom4te.cache/
+/build-aux/
 /config.*
 /configure
-/depcomp
-/install-sh
 /libtool
-/ltmain.sh
-/missing
 
 /doxygen.cfg
 /*.pc
diff --git a/configure.ac b/configure.ac
index eab4a7d..ca133df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
 dnl Process this file with autoconf to create configure.
 
 AC_INIT([libnetfilter_conntrack], [0.9.1])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 
-- 
1.7.3.4


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

* [PATCH 3/3] build: disable implicit .tar.gz archive generation and use POSIX mode
  2011-12-17 15:35 libnetfilter_conntrack: build updates Jan Engelhardt
  2011-12-17 15:35 ` [PATCH 1/3] Update .gitignore Jan Engelhardt
  2011-12-17 15:35 ` [PATCH 2/3] build: use AC_CONFIG_AUX_DIR and stash away tools Jan Engelhardt
@ 2011-12-17 15:35 ` Jan Engelhardt
  2011-12-27 18:57 ` libnetfilter_conntrack: build updates Pablo Neira Ayuso
  3 siblings, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2011-12-17 15:35 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

---
 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index ca133df..e7d8fcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,8 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
+	tar-pax no-dist-gzip dist-bzip2 1.6])
 
 dnl kernel style compile messages
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-- 
1.7.3.4


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

* [PATCH 1/3] Update .gitignore
  2011-12-17 15:36 libnetfilter_log: build updates Jan Engelhardt
@ 2011-12-17 15:36 ` Jan Engelhardt
  0 siblings, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2011-12-17 15:36 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Only ignore these paths if they are a directory.
---
 .gitignore |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index d0fb94d..522eba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-.deps
-.libs
+.deps/
+.libs/
 Makefile
 Makefile.in
 *.o
@@ -7,7 +7,7 @@ Makefile.in
 *.lo
 
 /aclocal.m4
-/autom4te.cache
+/autom4te.cache/
 /compile
 /config.*
 /configure
-- 
1.7.3.4


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

* [PATCH 1/3] Update .gitignore
  2011-12-17 15:36 libnetfilter_queue: build updates Jan Engelhardt
@ 2011-12-17 15:36 ` Jan Engelhardt
  0 siblings, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2011-12-17 15:36 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Only ignore these paths if they are a directory.
---
 .gitignore |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index d1239be..68bfe37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-.deps
-.libs
+.deps/
+.libs/
 Makefile
 Makefile.in
 *.o
@@ -7,7 +7,7 @@ Makefile.in
 *.lo
 
 /aclocal.m4
-/autom4te.cache
+/autom4te.cache/
 /compile
 /config.*
 /configure
-- 
1.7.3.4


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

* [PATCH 1/3] Update .gitignore
  2011-12-17 15:37 conntrack-tools: build updates Jan Engelhardt
@ 2011-12-17 15:37 ` Jan Engelhardt
  0 siblings, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2011-12-17 15:37 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Only ignore these paths if they are a directory.
---
 .gitignore |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 444c4b3..7de29d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-.deps
-.libs
+.deps/
+.libs/
 Makefile
 Makefile.in
 *.o
@@ -7,7 +7,7 @@ Makefile.in
 *.lo
 
 /aclocal.m4
-/autom4te.cache
+/autom4te.cache/
 /config.*
 /configure
 /depcomp
-- 
1.7.3.4


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

* [PATCH 1/3] Update .gitignore
  2011-12-17 15:39 ulogd2: " Jan Engelhardt
@ 2011-12-17 15:39 ` Jan Engelhardt
  0 siblings, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2011-12-17 15:39 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Only ignore these paths if they are a directory.
---
 .gitignore |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6c7f08c..cf1c1da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,8 @@
 *.la
 *.lo
 *.o
-.deps
-.libs
+.deps/
+.libs/
 Makefile
 Makefile.in
 
@@ -13,7 +13,7 @@ Makefile.in
 
 # build system
 /aclocal.m4
-/autom4te.cache
+/autom4te.cache/
 /config.*
 /configure
 /depcomp
-- 
1.7.3.4


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

* Re: libnetfilter_conntrack: build updates
  2011-12-17 15:35 libnetfilter_conntrack: build updates Jan Engelhardt
                   ` (2 preceding siblings ...)
  2011-12-17 15:35 ` [PATCH 3/3] build: disable implicit .tar.gz archive generation and use POSIX mode Jan Engelhardt
@ 2011-12-27 18:57 ` Pablo Neira Ayuso
  3 siblings, 0 replies; 10+ messages in thread
From: Pablo Neira Ayuso @ 2011-12-27 18:57 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel

On Sat, Dec 17, 2011 at 04:35:40PM +0100, Jan Engelhardt wrote:
> 
> The following changes since commit 7843632196fd959f3f8f16f3d533c72d315a7e08:
> 
>   expect: add nfexp_send() (2011-12-08 02:06:53 +0100)
> 
> are available in the git repository at:
>   git://dev.medozas.de/libnetfilter_conntrack master
> 
> Jan Engelhardt (3):
>       Update .gitignore
>       build: use AC_CONFIG_AUX_DIR and stash away tools
>       build: disable implicit .tar.gz archive generation and use POSIX mode
> 
>  .gitignore   |   11 ++++-------
>  configure.ac |    4 +++-
>  2 files changed, 7 insertions(+), 8 deletions(-)

Applied, thanks!

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

end of thread, other threads:[~2011-12-27 18:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-17 15:35 libnetfilter_conntrack: build updates Jan Engelhardt
2011-12-17 15:35 ` [PATCH 1/3] Update .gitignore Jan Engelhardt
2011-12-17 15:35 ` [PATCH 2/3] build: use AC_CONFIG_AUX_DIR and stash away tools Jan Engelhardt
2011-12-17 15:35 ` [PATCH 3/3] build: disable implicit .tar.gz archive generation and use POSIX mode Jan Engelhardt
2011-12-27 18:57 ` libnetfilter_conntrack: build updates Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2011-12-17 15:39 ulogd2: " Jan Engelhardt
2011-12-17 15:39 ` [PATCH 1/3] Update .gitignore Jan Engelhardt
2011-12-17 15:37 conntrack-tools: build updates Jan Engelhardt
2011-12-17 15:37 ` [PATCH 1/3] Update .gitignore Jan Engelhardt
2011-12-17 15:36 libnetfilter_queue: build updates Jan Engelhardt
2011-12-17 15:36 ` [PATCH 1/3] Update .gitignore Jan Engelhardt
2011-12-17 15:36 libnetfilter_log: build updates Jan Engelhardt
2011-12-17 15:36 ` [PATCH 1/3] Update .gitignore Jan Engelhardt
2011-12-17  3:04 nfnetlink: build updates Jan Engelhardt
2011-12-17  3:04 ` [PATCH 1/3] Update .gitignore Jan Engelhardt

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).