--------------------- PatchSet 6904 Date: 2008/02/21 01:09:06 Author: amosjeffries Branch: cleanup Tag: (none) Log: Some folderrs DONT have .h files to test. Nicely, testing them shows up as an error :-) Members: src/fs/Makefile.am:1.13.4.3->1.13.4.4 Index: squid3/src/fs/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/fs/Makefile.am,v retrieving revision 1.13.4.3 retrieving revision 1.13.4.4 diff -u -r1.13.4.3 -r1.13.4.4 --- squid3/src/fs/Makefile.am 20 Feb 2008 11:38:44 -0000 1.13.4.3 +++ squid3/src/fs/Makefile.am 21 Feb 2008 01:09:06 -0000 1.13.4.4 @@ -1,6 +1,6 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.am,v 1.13.4.3 2008/02/20 11:38:44 amosjeffries Exp $ +# $Id: Makefile.am,v 1.13.4.4 2008/02/21 01:09:06 amosjeffries Exp $ # AUTOMAKE_OPTIONS = subdir-objects @@ -36,11 +36,12 @@ ## Special Universal .h dependency test script ## aborts if error encountered -testHeaders: diskd/*.h ufs/*.h aufs/*.h coss/*.h - ../../../test-suite/testheaders.sh "$(CXXCOMPILE)" "diskd" || exit 1 - ../../../test-suite/testheaders.sh "$(CXXCOMPILE)" "ufs" || exit 1 - ../../../test-suite/testheaders.sh "$(CXXCOMPILE)" "aufs" || exit 1 - ../../../test-suite/testheaders.sh "$(CXXCOMPILE)" "coss" || exit 1 +testHeaders: ufs/*.h coss/*.h + ../../test-suite/testheaders.sh "$(CXXCOMPILE)" "ufs" || exit 1 + ../../test-suite/testheaders.sh "$(CXXCOMPILE)" "coss" || exit 1 +## diskd/ has no .h files +## aufs/ has no .h files +## ./ has no .h files ## targets below to emulate distributed makefiles