Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
fbf77b5a
Commit
fbf77b5a
authored
Nov 06, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Add uninstall-pkgconfig target to match install-lib*-pkgconfig
parent
fbca6e7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+1
-1
library.mak
avbuild/library.mak
+3
-1
No files found.
Makefile
View file @
fbf77b5a
...
...
@@ -161,7 +161,7 @@ install-data: $(DATA_FILES)
$(Q)
mkdir
-p
"
$(DATADIR)
"
$(INSTALL)
-m
644
$(DATA_FILES)
"
$(DATADIR)
"
uninstall
:
uninstall-
libs uninstall-headers uninstall-data
uninstall
:
uninstall-
data uninstall-headers uninstall-libs uninstall-pkgconfig
uninstall-data
:
$(RM)
-r
"
$(DATADIR)
"
...
...
avbuild/library.mak
View file @
fbf77b5a
...
...
@@ -92,8 +92,10 @@ uninstall-libs::
uninstall-headers::
$(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS) $(BUILT_HEADERS))
$(RM) "$(LIBDIR)/pkgconfig/lib$(NAME).pc"
-rmdir "$(INCINSTDIR)"
uninstall-pkgconfig::
$(RM) "$(LIBDIR)/pkgconfig/lib$(NAME).pc"
endef
$(eval $(RULES))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment