mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
uninstall generic config for distcheck
This commit is contained in:
@@ -105,6 +105,9 @@ install-generic-config:
|
|||||||
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
||||||
$(INSTALL_SCRIPT) @GENERIC_CONFIG@ $(DESTDIR)$(bindir)
|
$(INSTALL_SCRIPT) @GENERIC_CONFIG@ $(DESTDIR)$(bindir)
|
||||||
|
|
||||||
|
uninstall-local:
|
||||||
|
-rm -f $(DESTDIR)$(bindir)/@GENERIC_CONFIG@
|
||||||
|
|
||||||
merge-clean:
|
merge-clean:
|
||||||
@find ./ | $(GREP) \.gcda | xargs rm -f
|
@find ./ | $(GREP) \.gcda | xargs rm -f
|
||||||
@find ./ | $(GREP) \.gcno | xargs rm -f
|
@find ./ | $(GREP) \.gcno | xargs rm -f
|
||||||
|
Reference in New Issue
Block a user