* Improved parallel building

How do you think about a completion of build safety checks?
Would you also like to add any other macro calls like the following which are suggested by the tool "autoscan" for the current Autotools setup?

1. AC_CHECK_FUNCS
   - demos/demo_rule9/sym53c8xx.c:894 ⇒ bzero
   - demos/demo_rule9/scsiglue.c:533 ⇒ memmove
   - demos/demo_rule9/sym53c8xx.c:12642 ⇒ strchr
   - tests/km.c:4 ⇒ memset
   - tests/not_converted_ver1.c:55 ⇒ gethostbyaddr

2. AC_CHECK_HEADERS
   - tools/distributed/spatch_linux.c ⇒ stdlib.h, string.h, unistd.h
   - bundles/pycaml/chemoelectric-pycaml-8614105/pycaml_stubs.c:46 ⇒ wchar.h

3. tests/pb_params_iso.c:2 ⇒ AC_CHECK_HEADER_STDBOOL

4. tests/sizeptr.c:6 ⇒ AC_CHECK_TYPES([ptrdiff_t])

5. tests/proto_ver2.c:37 ⇒ AC_C_INLINE

6. tests/pb_parsing_macro.c:3 ⇒ AC_FUNC_ALLOCA

7. tests/not_converted.c ⇒ AC_TYPE_SSIZE_T, AC_TYPE_UINT8_T

8. tools/distributed/spatch_linux.c ⇒ AC_FUNC_FORK, AC_FUNC_MALLOC

9. tests/tydisj.c:1 ⇒ AC_TYPE_INT64_T

10. tests/video1_ver1.c:75 ⇒ AC_TYPE_OFF_T

11. commons/features.ml.cpp ⇒ AC_PROG_CXX

12. bundles/pycaml/chemoelectric-pycaml-8614105/pycaml_stubs.c:55 ⇒ 
AC_TYPE_SIZE_T


Regards,
Markus
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)

Reply via email to