Commit 5a9134f5 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '6641819f'

* commit '6641819f':
  build: Ignore generated mapfile and remove it on distclean
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents cd52ec23 6641819f
...@@ -32,3 +32,4 @@ ...@@ -32,3 +32,4 @@
/avversion.h /avversion.h
/lcov/ /lcov/
/src /src
/mapfile
...@@ -184,7 +184,7 @@ clean:: ...@@ -184,7 +184,7 @@ clean::
distclean:: distclean::
$(RM) $(DISTCLEANSUFFIXES) $(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h libavcodec/bsf_list.c libavformat/protocol_list.c $(RM) config.* .config libavutil/avconfig.h .version mapfile avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h libavcodec/bsf_list.c libavformat/protocol_list.c
ifeq ($(SRC_LINK),src) ifeq ($(SRC_LINK),src)
$(RM) src $(RM) src
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment