diff mbox

[1/3] Cleanup build

Message ID 1453832833-15763-2-git-send-email-suraev@alumni.ntnu.no
State Rejected
Headers show

Commit Message

Suraev Jan. 26, 2016, 6:27 p.m. UTC
From: Max <msuraev@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(-)

Comments

Holger Freyther Jan. 30, 2016, 9:01 a.m. UTC | #1
> On 26 Jan 2016, at 19:27, suraev@alumni.ntnu.no wrote:
> 
> 
> libtool
> +arm*linux*libtool

*libtool then?


> -AM_INIT_AUTOMAKE([dist-bzip2])
> +AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])

have you tried make distcheck?
Suraev Feb. 1, 2016, 2:04 p.m. UTC | #2
30.01.2016 10:01, Holger Freyther пишет:
>> On 26 Jan 2016, at 19:27, suraev@alumni.ntnu.no wrote:
>>
>>
>> libtool
>> +arm*linux*libtool
> *libtool then?

Yes, that would work too.

>
>
>> -AM_INIT_AUTOMAKE([dist-bzip2])
>> +AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
> have you tried make distcheck?
>

Tried it - got "archives ready for distribution" message. Is there some particular
result I should be looking for after running "make distcheck"?

cheers,
Max.
diff mbox

Patch

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@lists.osmocom.org])
 
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
 AC_CONFIG_TESTDIR(tests)
 
 dnl kernel style compile messages