Re: Failure in test subobj9.test with heirloom make

2010-04-22 Thread Stefano Lattarini
At Tuesday 20 April 2010, Ralf Wildenhues ralf.wildenh...@gmx.de wrote: include .//file This one is sufficient o trigger the bug. What about when you use quoting around the file name? Same error with double quotes: $ : foo.mk $ cat double.mk a:; include .//foo.mk EOF $

[PATCH 0/5] Modularize testing of automake silent-mode for languages != C

2010-04-22 Thread Stefano Lattarini
Hello automakers. Here I propose a series of patches to improve the granularity and modularity of the tests checking Automake's silent-mode with languages other than C. Currently, almost all these tests are crammed into the single test script `silent5.test'. This makes them more difficult to

[PATCH 1/5] New test silentlex.test (Automake/Lex silent-mode).

2010-04-22 Thread Stefano Lattarini
New test `silentlex.test': checks Automake silent-mode with Lex. * tests/silentlex.test: New test. * tests/Makefile.am (TESTS): Updated accordingly. From b66f995d3c861f66991abcd3a635e6bf506fa884 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini stefano.lattar...@gmail.com Date: Thu, 22 Apr 2010

[PATCH 2/5] New test silentyacc.test (Automake/Yacc silent-mode).

2010-04-22 Thread Stefano Lattarini
New test `silentyacc.test': checks Automake silent-mode with Yacc. * tests/silentyacc.test: New test. * tests/Makefile.am (TESTS): Updated accordingly. From 18460a891387aa84b7a92a9e5b8401da8202ae0a Mon Sep 17 00:00:00 2001 From: Stefano Lattarini stefano.lattar...@gmail.com Date: Thu, 22 Apr 2010

[PATCH 3/5] New test silentcxx.test (Automake/C++ silent-mode).

2010-04-22 Thread Stefano Lattarini
New test `silentcxx.test': checks Automake silent-mode with C++. * tests/silentcxx.test: New test. * tests/Makefile.am (TESTS): Updated accordingly. From f4354b30461779c150af5c281562e9e4ea414f64 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini stefano.lattar...@gmail.com Date: Thu, 22 Apr 2010

[PATCH 4/5] New tests for Automake silent-mode with Fortran.

2010-04-22 Thread Stefano Lattarini
New tests for Automake silent-mode with Fortran (77 and 90). * tests/silentf77.test: New test. * tests/silentf90.test: Likewise. * tests/Makefile.am (TESTS): Updated accordingly. From b13c7b13ef07fa92df96f643c3f0e463d32b6276 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini

[PATCH 5/5] Improved test silent5.test.

2010-04-22 Thread Stefano Lattarini
Finally, a cleanup patch for `silent5.test'. * tests/silent5.test: Removed by hand all generated C files after non-verbose builds, to ensure the following builds are clean. A couple of greps of make's output have been made stricter. Extended test description telling it's fine if it overlaps a bit

[PATCH] Minor improvements in comments of silent3.test

2010-04-22 Thread Stefano Lattarini
OK, this is really nitpicking, so brace yourself... The tests silent{3,4,9}.test must be kept in sync (they check for silent-rules mode with libtool respectively in standard depmode case, non-fastdep case and nodep case). This is fully reflected in comments of silent{4,9}.test; however, the

Dependency tracking problem using -l to link libraries.

2010-04-22 Thread Xochitl Lunde
I have a problem with my dependency tracking in my auto tools build. I have a program like this for an embedded target: - pald_SOURCES = \ $(top_srcdir)/../common/src/pal/main.cpp if ac_netos_build pald_SOURCES+=trippUtils.cpp # From