mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 16:19:59 +00:00
add empty check-valgrind target
Original commit message from CVS: add empty check-valgrind target
This commit is contained in:
parent
419ce01981
commit
72d5f04779
1 changed files with 3 additions and 0 deletions
|
@ -40,3 +40,6 @@ uninstall-local:
|
|||
@rm $(DESTDIR)/$(pythondir)/pygst.py > /dev/null 2>&1 || true
|
||||
@rm $(DESTDIR)/$(pythondir)/pygst.pth > /dev/null 2>&1 || true
|
||||
@rm $(DESTDIR)/$(pyexecdir)/pygst.pth > /dev/null 2>&1 || true
|
||||
|
||||
check-valgrind:
|
||||
@true
|
||||
|
|
Loading…
Reference in a new issue