mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
build: Remove pkg-config files on clean instead of on distclean
The files are no longer generated by configure, so they should not be removed by the distclean target any longer.
This commit is contained in:
parent
fbf77b5ac3
commit
7ebe7e8e7a
3 changed files with 1 additions and 7 deletions
1
Makefile
1
Makefile
|
|
@ -172,7 +172,6 @@ clean::
|
|||
$(RM) -rf coverage.info lcov
|
||||
|
||||
distclean::
|
||||
$(RM) $(DISTCLEANSUFFIXES)
|
||||
$(RM) .version avversion.h config.asm config.h mapfile \
|
||||
avbuild/.config avbuild/config.* libavutil/avconfig.h \
|
||||
libavcodec/bsf_list.c libavformat/protocol_list.c
|
||||
|
|
|
|||
|
|
@ -49,8 +49,7 @@ $(TOOLOBJS): | tools
|
|||
|
||||
OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(TESTOBJS))
|
||||
|
||||
CLEANSUFFIXES = *.d *.o *~ *.h.c *.gcda *.gcno *.map *.ver *.version
|
||||
DISTCLEANSUFFIXES = *.pc
|
||||
CLEANSUFFIXES = *.d *.gcda *.gcno *.h.c *.map *.o *.pc *.ver *.version *~
|
||||
LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
|
||||
|
||||
define RULES
|
||||
|
|
|
|||
|
|
@ -57,10 +57,6 @@ clean::
|
|||
$(RM) $(addprefix $(SUBDIR),$(CLEANFILES) $(CLEANSUFFIXES) $(LIBSUFFIXES)) \
|
||||
$(CLEANSUFFIXES:%=$(SUBDIR)$(ARCH)/%) $(CLEANSUFFIXES:%=$(SUBDIR)tests/%)
|
||||
|
||||
distclean:: clean
|
||||
$(RM) $(DISTCLEANSUFFIXES:%=$(SUBDIR)%) $(DISTCLEANSUFFIXES:%=$(SUBDIR)$(ARCH)/%) \
|
||||
$(DISTCLEANSUFFIXES:%=$(SUBDIR)tests/%)
|
||||
|
||||
install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
|
||||
$(Q)mkdir -p "$(SHLIBDIR)"
|
||||
$$(INSTALL) -m 755 $$< "$(SHLIBDIR)/$(SLIB_INSTALL_NAME)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue