[PATCH] osmo-trx[master]: Makefile.am: Avoid using subdir if arch is not required

2018-03-07 Thread Pau Espin Pedrol
Makefile.am: Avoid using subdir if arch is not required There's no need in going a level deeper if we already know nothing's going to be done. This way we also get cleaner make outputs. Reference: https://www.gnu.org/software/automake/manual/html_node/Conditional-Subdirectories.html#Conditional

[PATCH] osmo-trx[master]: Makefile.am: Avoid using subdir if arch is not required

2018-03-07 Thread Pau Espin Pedrol
Makefile.am: Avoid using subdir if arch is not required There's no need in going a level deeper if we already know nothing's going to be done. This way we also get cleaner make outputs. Related: OS#3029 Change-Id: I3ff57ab14edc575904e8137929a0ef02c95e03af --- M Transceiver52M/Makefile.am M Tran

[PATCH] osmo-trx[master]: Makefile.am: Avoid using subdir if arch is not required

2018-03-07 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/7146 Makefile.am: Avoid using subdir if arch is not required There's no need in going a level deeper if we already know nothing's going to be done. This way we also get cleaner make outputs. Change-Id: I3ff57ab14edc575904e8137929a0ef02c95e03af --- M Transce