Răsfoiți Sursa

enable debug output, still hudson fails. don't know why. can't reproduce it in normal build

Waldemar Brodkorb 11 ani în urmă
părinte
comite
7520a306e9
1 a modificat fișierele cu 14 adăugiri și 0 ștergeri
  1. 14 0
      package/libx264/patches/patch-Makefile

+ 14 - 0
package/libx264/patches/patch-Makefile

@@ -0,0 +1,14 @@
+--- libx264-1.0.1.orig/Makefile	2014-01-22 11:20:21.000000000 +0100
++++ libx264-1.0.1/Makefile	2014-02-22 20:15:00.000000000 +0100
+@@ -201,7 +201,10 @@ $(OBJS) $(OBJASM) $(OBJSO) $(OBJCLI) $(O
+ 
+ .depend: config.mak
+ 	@rm -f .depend
+-	@$(foreach SRC, $(addprefix $(SRCPATH)/, $(SRCS) $(SRCCLI) $(SRCSO)), $(CC) $(CFLAGS) $(SRC) $(DEPMT) $(SRC:$(SRCPATH)/%.c=%.o) $(DEPMM) 1>> .depend;)
++	echo $(SRCS)
++	echo $(SRCS0)
++	echo $(SRCCLI)
++	$(foreach SRC, $(addprefix $(SRCPATH)/, $(SRCS) $(SRCCLI) $(SRCSO)), $(CC) $(CFLAGS) $(SRC) $(DEPMT) $(SRC:$(SRCPATH)/%.c=%.o) $(DEPMM) 1>> .depend;)
+ 
+ config.mak:
+ 	./configure