'check' target in the summary Makefile.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 23 Mar 2011 19:15:00 +0000 (19:15 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 23 Mar 2011 19:15:00 +0000 (19:15 +0000)
org.glite.lb/configure

index 832f957..24b0fce 100755 (executable)
@@ -410,11 +410,11 @@ sub mode_build {
        
        open MAK,">Makefile" or die "Makefile: $!\n";
        
-       print MAK "all: @modules\n\nclean:\n";
+       print MAK "all: @modules\n\nclean check:\n";
        
        for (@modules) {
                my $full = full($_);
-               print MAK "\tcd $full/$buildroot{$_} && \${MAKE} clean\n"
+               print MAK "\tcd $full/$buildroot{$_} && \${MAKE} \$@\n"
        }
        
        print MAK "\ndistclean:\n";