aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-07-11 14:52:32 +0200
committerOliver Smith <osmith@sysmocom.de>2022-07-11 14:53:58 +0200
commit789cad232529690500477d50c87e779f4feb6489 (patch)
tree9908ba6bf6d141036997a23bdf1d27ee10b8bc81
parent841a638a620b7c2d2945228756901e179eb92b39 (diff)
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
-rw-r--r--host/lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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 @@ noinst_PYTHON = \
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)