osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libusrp/+/28558 )


Change subject: host/lib/Makefile.am: fix 'make uninstall'
......................................................................

host/lib/Makefile.am: fix 'make uninstall'

Fix for:
  /bin/bash: -c: line 11: syntax error near unexpected token `|'
  /bin/bash: -c: line 11: `echo "$py_files" |  | sed 
'$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \'

Fixes: OS#5609
Change-Id: I5c18b5479c86333a478b61c4a50ede69af7d6700
---
M host/lib/Makefile.am
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/58/28558/1

diff --git a/host/lib/Makefile.am b/host/lib/Makefile.am
index 7311943..036d4ed 100644
--- a/host/lib/Makefile.am
+++ b/host/lib/Makefile.am
@@ -157,6 +157,10 @@
        dump_data.py
 endif

+# Workaround for generated rule that fails and should be a no-op
+uninstall-usrppythonPYTHON:
+       $(info Skipping uninstall-usrpythonPYTHON (OS#5609))
+
 # common way for generating sources from templates when using
 # BUILT_SOURCES, using parallel build protection.
 gen_sources = $(BUILT_SOURCES)

--
To view, visit https://gerrit.osmocom.org/c/libusrp/+/28558
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: I5c18b5479c86333a478b61c4a50ede69af7d6700
Gerrit-Change-Number: 28558
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange

Reply via email to