add empty check-valgrind target
Original commit message from CVS: add empty check-valgrind target
This commit is contained in:
parent
419ce01981
commit
72d5f04779
@ -40,3 +40,6 @@ uninstall-local:
|
|||||||
@rm $(DESTDIR)/$(pythondir)/pygst.py > /dev/null 2>&1 || true
|
@rm $(DESTDIR)/$(pythondir)/pygst.py > /dev/null 2>&1 || true
|
||||||
@rm $(DESTDIR)/$(pythondir)/pygst.pth > /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
|
@rm $(DESTDIR)/$(pyexecdir)/pygst.pth > /dev/null 2>&1 || true
|
||||||
|
|
||||||
|
check-valgrind:
|
||||||
|
@true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user