summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-08 15:30:23 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-08 15:30:23 +0000
commit4ab20de636c5ff4d505054b79bcb6e14b1691f2e (patch)
tree7f5ad47c70b12462bac4122912550c799011d56a
parente394953e628405777c2441dede44749e4e8e5f6c (diff)
downloadffmpeg-streaming-4ab20de636c5ff4d505054b79bcb6e14b1691f2e.zip
ffmpeg-streaming-4ab20de636c5ff4d505054b79bcb6e14b1691f2e.tar.gz
Beautify make messages when generating test data files
Originally committed as revision 24111 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 26d13e8..daa6570 100644
--- a/Makefile
+++ b/Makefile
@@ -334,16 +334,18 @@ ffservertest: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/data/asynth1.sw
$(SRC_PATH)/tests/ffserver-regression.sh $(FFSERVER_REFFILE) $(SRC_PATH)/tests/ffserver.conf
tests/vsynth1/00.pgm: tests/videogen$(HOSTEXESUF)
- mkdir -p tests/vsynth1
- $(BUILD_ROOT)/$< 'tests/vsynth1/'
+ @mkdir -p tests/vsynth1
+ $(M)$(BUILD_ROOT)/$< 'tests/vsynth1/'
tests/vsynth2/00.pgm: tests/rotozoom$(HOSTEXESUF)
- mkdir -p tests/vsynth2
- $(BUILD_ROOT)/$< 'tests/vsynth2/' $(SRC_PATH)/tests/lena.pnm
+ @mkdir -p tests/vsynth2
+ $(M)$(BUILD_ROOT)/$< 'tests/vsynth2/' $(SRC_PATH)/tests/lena.pnm
tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF)
- mkdir -p tests/data
- $(BUILD_ROOT)/$< $@
+ @mkdir -p tests/data
+ $(M)$(BUILD_ROOT)/$< $@
+
+tests/data/asynth1.sw tests/vsynth%/00.pgm: TAG = GEN
tests/seek_test$(EXESUF): tests/seek_test.o $(FF_DEP_LIBS)
$(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
OpenPOWER on IntegriCloud