[MPlayer-dev-eng] [Patch] Symlinks broke Makefile

Torinthiel torinthiel at wp.pl
Wed Oct 8 09:30:40 CEST 2003


It has a missing '\' so when make breaks commands the 'done' goes into
different command than 'for' - effect: 
/bin/sh: syntax error: `for' unmatched

Patch included

-- 
 Waclaw "Torinthiel" Schiller       GG#: 542916, 3075312
   torinthiel(at)wp(dot)pl
   gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8  7346 2B6E 39F2 B069 01F1
 "No classmates may be used during this examination"
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	8 Oct 2003 02:00:15 -0000	1.6
+++ Makefile	8 Oct 2003 07:29:13 -0000
@@ -25,7 +25,7 @@
 	for dir in $(SUBDIRS); do\
 		test -f $$dir/Makefile &&\
 		(test -d $(HTML_TOP)/$$dir || mkdir $(HTML_TOP)/$$dir) &&\
-		if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir; then :; else exit 1; fi;
+		if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir; then :; else exit 1; fi;\
 	done
 
 .PHONY: clean-html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20031008/8aced2c2/attachment.pgp>


More information about the MPlayer-dev-eng mailing list