François Giron <[EMAIL PROTECTED]> wrote: > Le 18 juin 06 à 19:33, Bob Proulx a écrit : > >> François Giron wrote: >>> I transmit to you the results of tests: >>> >>> % make -C tests/chgrp TESTS=basic >>> make: Nothing to be done for `all'. >> >> Unfortunately the instructions given to you were missing a "check" >> target there. That command build the default target instead. Please >> add the check taret to the command line and try this again. Actually, >> lets get all of the details and set VERBOSE to yes. Then we will have >> all of the details. Please run this command and send us the output to >> the mailing list. >> >> env VERBOSE=yes make -C tests/chgrp check TESTS=basic >> >> Thanks >> Bob > > Here is the result: > > % env VERBOSE=yes make -C tests/chgrp check TESTS=basic > make: *** tests/chgrp: No such file or directory. Stop.
Please run that command from the top level directory. The `-C tests/chgrp' tells make to do the equivalent of "cd tests/chgrp" before anything else. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils