X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fgen_deps.sh;h=4429afaae907c4d7f9dbf1f000d903b57bc3effd;hp=e38dffab022cae2fc5f6ddf683f34adf1c69aa08;hb=319dadd4fa7af3f75b15bcb4f33b33f65d87a523;hpb=214086cfafb1f5bf7785a29f4497f3adf196ed8b diff --git a/tools/gen_deps.sh b/tools/gen_deps.sh index e38dffab..4429afaa 100755 --- a/tools/gen_deps.sh +++ b/tools/gen_deps.sh @@ -14,7 +14,7 @@ test_srcs=`ls $path/test/*.[ch] 2>/dev/null | tr '\n' ' '` module_objs=`ls $path/*.c 2>/dev/null | sed 's/.c$/.o/g' | tr '\n' ' '` # ... and on the modules this test uses having passed their tests -deps=$(echo `$path/info testdepends` `$path/info depends` | tr ' ' '\n' | \ +deps=$(echo `$path/info depends` | tr ' ' '\n' | \ sort | uniq | sed -e 's/$/\/.ok/g' -e '/^\/.ok$/d' | tr '\n' ' ') # Print the test targets and target aliases