aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/utils/h2ph/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove the perl build. Farewell, old friend.Mark Murray2002-05-161-16/+0
| | | | Notes: svn path=/head/; revision=96722
* Nice set of fixes to use SCRIPT instead of PROG, thus fixing upMark Murray2002-02-101-2/+2
| | | | | | | | | | a lot of nasty STRIP= problems. This has the added side effect if neatening up some leaf makefiles very nicely. Submitted by: ru Notes: svn path=/head/; revision=90479
* Fix the upgrade-build case.Mark Murray2000-06-271-1/+1
| | | | Notes: svn path=/head/; revision=62161
* Userland build stuff for Perl5.006.Mark Murray2000-06-251-2/+6
| | | | | | | | This is cleaned up quite a lot since 5.00502, and the library modules are broken out into individual dirs. This should please a lot folk. Notes: svn path=/head/; revision=62081
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* System Perl is now 5.00503! There is support for threads, but this isMark Murray1999-05-021-2/+2
| | | | | | | not currently enabled. Thread-boffins are welcome to send me patches. Notes: svn path=/head/; revision=46316
* Need to translate more .h to .ph then just /usr/include &Julian Elischer1999-03-181-2/+2
| | | | | | | | | | | | | | | /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 Notes: svn path=/head/; revision=44865
* Very substantial debug/improvement of the FreeBSD/Perl5 build.Mark Murray1998-10-111-1/+6
| | | | | | | | | | | | | | | | | o make install ; make install now works o make all ; make all is quiet the second time o Dependancies are properliy debugged; this means that make -jN has a far hihjer likelyhood of working. o a proper 'link farm' has been constructed for the build. This dramatically simplifies the dependancy tangle. o for perldoc's use, all the .pod files are installed. o the man3 docs are properly compressed. o the man pages and libary code are installed by the makefiles, not by a perl script. o at the end, h2ph is run. Notes: svn path=/head/; revision=40232
* Bring in the Perl5 BMake files. This ends the easy stuff.Mark Murray1998-09-091-0/+7
I'll be doiung the rest in stages. Notes: svn path=/head/; revision=38983