summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/Makefile.bsd-wrapper
AgeCommit message (Expand)Author
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-03-29More mg_data.h where uudmap.h is listed, for paranoia and consistency.Miod Vallat
2013-03-29Add an explicit dependency for mg_data.h, similar to uudmap.h; should helpMiod Vallat
2013-03-25merge/resolve conflicts/add filesStuart Henderson
2013-03-25merge/resolve conflictsStuart Henderson
2012-08-31No longer create lib*_pic.a files. Nothing uses them anymore.Theo de Raadt
2011-09-24Tell perl not to attempt to use LC_COLLATE or LC_NUMERIC which weTodd C. Miller
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2010-11-30Make THREADED_PERL=true work again (not enabled by default)Todd C. Miller
2010-09-24merge in perl 5.12.2 plus local changesTodd C. Miller
2010-05-10Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibleDale Rahn
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-01-05When cleaning, remove generated file and avoid removing some files thatTodd C. Miller
2009-10-12Merge in perl 5.10.1Todd C. Miller
2008-10-07re-enable ieeefp mode on alpha again, now that the kernel code isMartynas Venckus
2008-09-30Add back a change that got lost in the final merge.Todd C. Miller
2008-09-29fix conflicts and merge in local changes to perl 5.10.0Todd C. Miller
2007-11-26fix build for real, forward maninstall to wrapper1Marc Espie
2007-11-25espie broke the make install codepath (and I think not just for DESTDIR), so ...Theo de Raadt
2007-11-25man pages are in Makefile.bsd-wrapper1, so MLINKS should be there too,Theo de Raadt
2007-11-24some make -j fixes.Marc Espie
2006-11-09Don't build profiled libperl; requested by deraadt@Todd C. Miller
2006-03-28merge in perl 5.8.8Todd C. Miller
2005-01-15sync in-tree perl with 5.8.6Todd C. Miller
2004-08-14gcc 3.3.2 needs -fno-delete-null-pointer-checks in addition toTodd C. Miller
2004-08-11mips->mips64. ok deraadt@Per Fogelstrom
2004-08-10missing \ at eolTheo de Raadt
2004-08-09merge 5.8.5 into HEADTodd C. Miller
2004-07-11move PICFLAG override for sparc after the inclusion of bsd.lib.mk; ok deraadtPeter Valchev
2004-06-01remove workaround not needed w/ gcc3 anymore; millert@ okMichael Shalayeff
2004-04-07merge local changes into perl-5.8.3Todd C. Miller
2004-02-08shave build time.Marc Espie
2003-12-10Ignore PSALL if NOMAN is set; noticed by jmc@Todd C. Miller
2003-12-03Whoops, don't build threaded by defaultTodd C. Miller
2003-12-03Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific ...Todd C. Miller
2003-08-10link File::Basename to basename, dirname, fileparseMarc Espie
2003-07-30hppa no longer needs -O0 to build toke.c; from miod@ and OK mickey@Todd C. Miller
2003-03-30Force the creation of pod/Makefile. We don't actually use this forTodd C. Miller
2003-03-28Add missing MLINKS for Getopt::Std and fix NAME sectionTodd C. Miller
2003-03-08No more Net::NetmaskBob Beck
2003-03-02Add Net::Netmask, ok deraadtBob Beck
2002-10-27Resolve conflicts, remove old files, merge local changesTodd C. Miller
2002-10-04since we lndir the sources we do not need the .CURDIR in the toke depsMichael Shalayeff
2002-10-04put cpp flags into CPPFLAGS, not CFLAGS.Michael Shalayeff
2002-04-30typo, from Denis Afonin.Marc Espie
2002-04-21Fix perlbdebguts, perlboot, and perlbot man pages. Noticed by TheoTodd C. Miller
2002-04-21simpler manpage generation, using make's features.Marc Espie
2001-10-09Add missing rule for B::CC.ps3p; Hans-Guenter WeigandTodd C. Miller
2001-07-21SHLIB_MAJOR/_MINOR not set in bsd.lib.mk anymore. Use major/minor.Kenneth R Westerback