[PATCH 1/2] Cleanup build

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

suraev at alumni.ntnu.no suraev at alumni.ntnu.no
Tue Jan 26 15:22:23 UTC 2016


From: Max <msuraev at sysmocom.de>

Ignore cross-compilation bild byproducts.
Enable subdir-objects to increase compatibility with newer automake.
---
 .gitignore   | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 6cc9aa5..439f591 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,8 @@ depcomp
 install-sh
 missing
 libtool
+arm*linux*libtool
+compile
 ltmain.sh
 
 core
diff --git a/configure.ac b/configure.ac
index 5274022..7a97954 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([osmo-pcu],
 	m4_esyscmd([./git-version-gen .tarball-version]),
 	[osmocom-net-gprs at lists.osmocom.org])
 
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
 AC_CONFIG_TESTDIR(tests)
 
 dnl kernel style compile messages
-- 
2.5.0




More information about the OpenBSC mailing list