[MPlayer-DOCS] CVS: main/DOCS/xml Makefile,1.17,1.18

D Richard Felker III dalias at aerifal.cx
Thu Feb 5 08:28:16 CET 2004


On Thu, Feb 05, 2004 at 08:11:35AM +0100, Gabucino wrote:
> Diego Biurrun CVS wrote:
> > Log Message:
> > Structure simplified, support for building single languages by Torinthiel.
> > +html-chunked: xsltproc.sh xmllint.sh chunked-dir $(addsuffix -chunked,$(SUBDIRS))
> > +chunked-dir:
> 
> > +html-chunked-$(1): xsltproc.sh xmllint.sh chunked-dir
> 
> This is make 3.80-ism, doesn't work with 3.79. I'll send a patch which changes
> it to a simple and portable for loop.

Find another way. Flow control of a makefile does NOT belong in shell
commands. It breaks make -n.

Rich




More information about the MPlayer-DOCS mailing list