[Ffmpeg-cvslog] CVS: ffmpeg Makefile,1.101,1.102
Diego Biurrun CVS
diego
Sun Mar 26 23:01:58 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv11369
Modified Files:
Makefile
Log Message:
Use '-' instead of '|| true' to ignore errors.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/Makefile,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Makefile 16 Mar 2006 00:15:30 -0000 1.101
+++ Makefile 26 Mar 2006 21:01:49 -0000 1.102
@@ -145,7 +145,7 @@
$(MAKE) -C libavcodec/libpostproc install-libs
endif
ifeq ($(BUILD_SHARED),yes)
- $(LDCONFIG) || true
+ -$(LDCONFIG)
endif
install-headers:
More information about the ffmpeg-cvslog
mailing list