* Eric Gillespie ([EMAIL PROTECTED]) wrote :
> Eric Gillespie <[EMAIL PROTECTED]> writes:
> 
> > tmp=export_files_unsorted.txt;  rm -f $tmp && touch $tmp;  for dir in /usr/lo
> > cal/apache2/src/include /usr/local/apache2/src/os/S_DIR PR_INCLUDEDIR PU_INCL
> > UDEDIR /usr/local/apache2/src/modules/http; do  find $dir -maxdepth 1 -type f
> >  -name '*.h' >> $tmp;  done;  cat $tmp | sort | uniq > export_files;  rm -f $
> > tmp
> > find: -maxdepth: unknown option
> > *** Error code 1
> > 
> > This is on NetBSD/i386 1.6.
> 
> No one's biting, eh?  Because of that, i tried to fix it myself
> and discovered that there is further breakage beyond this.
> 
The correct fix is to revert server/Makefile.in to 1.75 I think.
-Thom


Reply via email to