On Wed, Aug 3, 2011 at 10:16 AM, Garrett Cooper <yaneg...@gmail.com> wrote: > Hi, > 1. A number of the Makefiles use the ".SUFFIXES" GNU make > directive; this breaks make clean with all variants of make, sans GNU > make.
Correction. It turns out that BSD make sets RM to rm, whereas GNU make sets it to rm -f, so the former case fails when the files don't exist (example: inet.ft), whereas the latter doesn't. I'm not sure if the :: notation is portable beyond BSD and GNU make, but that would be what I'd use in this case... > 2. ExtUtils::MakeMaker hardcodes ${MAKE} -> make (this isn't > necessarily true, and definitely doesn't work when I build with gmake > on FreeBSD). This is still outstanding, but I think I'm on the right track. > I'll see if I can open a bug report with the perl folks for 2., > but if there's any way to clear up 1. so that make clean works > properly via non-GNU make variants, that would be fantastic. Thanks! -Garrett ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders