Skip to content

Commit

Permalink
build: Ignore generated mapfile and remove it on distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDiego committed May 27, 2016
1 parent f5c4388 commit 6641819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
/config.*
/coverage.info
/lcov/
/mapfile
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ clean::
distclean::
$(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .config libavutil/avconfig.h .version avversion.h \
libavcodec/bsf_list.c libavformat/protocol_list.c
mapfile libavcodec/bsf_list.c libavformat/protocol_list.c

config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
Expand Down

0 comments on commit 6641819

Please sign in to comment.