Date: Thu, 18 Mar 1999 11:35:14 -0800 (PST) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl/utils/h2ph Makefile Message-ID: <199903181935.LAA71101@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 1999/03/18 11:35:14 PST Modified files: (Branch: RELENG_3) gnu/usr.bin/perl/utils/h2ph Makefile Log: Need to translate more .h to .ph then just /usr/include & /usr/include/sys. Specifically we need /usr/include/machine since "syslog.h" includes "machine/ansi.h". To be safe we translate all of /usr/include/* and /usr/include/*/*. sample error case: echo "require 'syslog.ph';" | /usr/bin/perl will fail when syslog.ph tries to include machine/ansi.ph Submitted by: Doug Ambrisko Revision Changes Path 1.2.2.1 +2 -2 src/gnu/usr.bin/perl/utils/h2ph/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903181935.LAA71101>