[FYI] {maint} tests: can check our recipes avoid trailing backslashes

2012-10-31 Thread Stefano Lattarini
This is related to commit v1.11-1704-g254227b of 2012-05-01, parallel-tests: avoid trailing backslashes in make recipes, and automake bug#10436. Recipes with a trailing backslash character (possibly followed by blank characters only) can cause spurious syntax errors with at least older bash

[PATCH] tests: remove spurious leftover use of 'Exit'

2012-10-31 Thread Stefano Lattarini
Issue revealed by the 'sc_tests_Exit_not_exit' maintainer check. Commit 'v1.12.4-184-g9fed1c8' in master made the same fix basically, but we mistakenly applied it to master only, rather than to maint. * t/per-target-flags.sh: Here. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com

Re: [PATCH 0/8] Vala support: some fixlets, improvements and tweaks

2012-10-31 Thread Stefano Lattarini
On 10/27/2012 09:22 AM, Stefano Lattarini wrote: This series is for maint, and I intend to have it appear in Automake 1.12.5. References and motivations for this series: http://lists.gnu.org/archive/html/automake-patches/2012-09/msg00012.html

how to specify compile_et command in makefile.am

2012-10-31 Thread Coly Li
Hi list, I have a project compiling with auto{conf,make}, there are some .et files to be compiled into .c file by compile_et, before gcc compiles them into .o file. I know how to add a line into Makefile to run compile_et to generate .c file from .et. But I want all Makefile files are only

Re: how to specify compile_et command in makefile.am

2012-10-31 Thread Peter Johansson
On 10/31/2012 04:57 PM, Coly Li wrote: Is there any method that I can add something into Makefile.am, so that the generated Makefile can looks like: -- foo_err.c foo_err.h: foo_err.et compile_et prof_err.et -- Sure add just that to Makefile.am and it should be

included Makefile file and relative path

2012-10-31 Thread Vincent Torri
Hey Is there a way to let included makefiles to use paths relatives to where they are? for example: in e/src/modules/Makefile.am i want to include connman/Makefile.am and i want to source files being searched in e/src/modules/connman and no in e/src/modules thank you Vincent Torri

Dependent libraries

2012-10-31 Thread Murray S. Kucherawy
Hi, I know there are other threads on this topic already, but they don't seem to match my situation exactly, so I hope people don't mind a bit of a repeat. My top-level directory contains source for several libraries and a binary. One of the libraries depends on the other, but so too do the