[MPlayer-cvslog] CVS: main/drivers Makefile,1.9,1.10
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Apr 13 18:49:58 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main/libaf af_sinesupress.c, NONE, 1.1 af.c, 1.52, 1.53 control.h, 1.9, 1.10 Makefile, 1.29, 1.30
- Next message: [MPlayer-cvslog] CVS: main/libdha Makefile,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/drivers
In directory mail:/var2/tmp/cvs-serv27252/drivers
Modified Files:
Makefile
Log Message:
Simplify mkdir calls.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/drivers/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile 27 Jan 2006 00:06:37 -0000 1.9
+++ Makefile 13 Apr 2006 16:49:55 -0000 1.10
@@ -38,7 +38,7 @@
$(CC) -O $(INCLUDES) -o $@ $@.c
install: mga_vid.o
- if test ! -d $(MDIR) ; then mkdir -p $(MDIR) ; fi
+ -mkdir -p $(MDIR)
ifneq (,$(findstring 2.6, $(VERSION)))
install -m 644 mga_vid.ko $(MDIR)/mga_vid.ko
else
- Previous message: [MPlayer-cvslog] CVS: main/libaf af_sinesupress.c, NONE, 1.1 af.c, 1.52, 1.53 control.h, 1.9, 1.10 Makefile, 1.29, 1.30
- Next message: [MPlayer-cvslog] CVS: main/libdha Makefile,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list