Does it work to have the same projectdir för 7.4 and 7.5? I would expect that the "localtime_lastdl" etc would create somewhat chaotic results if shared between two projects.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2002-12-06 15:53: Subject: Re: gentoo & make.conf
I'll build a real dist later today, but meanwhile:
---8<---pike7.4.cfg---------------- configformat: 3 project: Pike projectdir: pike snapshoturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.4/latest resulturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.4/result test: default make xenofarm #test: dmalloc make xenofarm CONFIGUREARGS="--with-dmalloc" #test: feature make xenofarm_feature #test: thorough make xenofarm_feature CONFIGUREARGS="--with-dmalloc" #test: static make xenofarm CONFIGUREARGS="--without-dynamic-modules" ---8<------------------------------
Replace "7.4" with "7.5" for a pike7.5.cfg
/ Peter Bortas