Re: unconditional install -d in Make.common produces unneccessary errors (ignored)

2000-05-11 Thread Josip Rodin
On Wed, May 10, 2000 at 04:55:39PM -0400, James A. Treacy wrote: > > BTW now that web build is separated from dinstall, could we make the web > > pages build+mirror every twelve hours? I doubt this would harm anyone, > > master is less loaded these days, and mirrors don't care about 100Kb of > > ch

Re: unconditional install -d in Make.common produces unneccessary errors (ignored)

2000-05-10 Thread James A. Treacy
On Wed, May 10, 2000 at 07:03:52PM +0200, Josip Rodin wrote: > Okay. I checked out the whole web tree on va.d.o, and did: > > for i in */Make.common; do cp $i $i~; sed -e 's,-install -d $(HTMLDIR),test > -d $(HTMLDIR) || mkdir -p $(HTMLDIR),' $i > $i.n; mv $i.n $i; done > cvs commit arabic/Make.c

Re: unconditional install -d in Make.common produces unneccessary errors (ignored)

2000-05-10 Thread Josip Rodin
On Wed, May 10, 2000 at 12:05:42PM -0400, James A. Treacy wrote: > > make[2]: Entering directory `/debian2/web/webwml/croatian/Bugs' > > install -d ../../../debian.org/Bugs > > install: ../../../debian.org/Bugs: Operation not permitted > > install: ../../../debian.org/Bugs: Operation not permitted

Re: unconditional install -d in Make.common produces unneccessary errors (ignored)

2000-05-10 Thread James A. Treacy
On Wed, May 10, 2000 at 12:07:50AM +0200, Josip Rodin wrote: > Hi people, > > There is one glitch in current Make.common that produces this: > > make[2]: Entering directory `/debian2/web/webwml/croatian/Bugs' > install -d ../../../debian.org/Bugs > install: ../../../debian.org/Bugs: Operation not

unconditional install -d in Make.common produces unneccessary errors (ignored)

2000-05-09 Thread Josip Rodin
Hi people, There is one glitch in current Make.common that produces this: make[2]: Entering directory `/debian2/web/webwml/croatian/Bugs' install -d ../../../debian.org/Bugs install: ../../../debian.org/Bugs: Operation not permitted install: ../../../debian.org/Bugs: Operation not permitted make[