]> git.ozlabs.org Git - ccan/blobdiff - ccan/generator/_info
Makefile: exclude altstack so Jenkins works again.
[ccan] / ccan / generator / _info
index a6570e373e8e2489f443fd2e65385eb2ae2567e8..11753a5b8506b848de4238e24c9364db92e62308 100644 (file)
@@ -59,9 +59,18 @@ int main(int argc, char *argv[])
                printf("ccan/ptrint\n");
                printf("ccan/alignof\n");
                printf("ccan/cppmagic\n");
+               printf("ccan/compiler\n");
                return 0;
        }
 
+       if (strcmp(argv[1], "ported") == 0) {
+#if HAVE_UCONTEXT
+               printf("\n");
+#else
+               printf("Needs ucontext support\n");
+#endif
+       }
+
        if (strcmp(argv[1], "testdepends") == 0) {
                printf("ccan/str\n");
                return 0;