summaryrefslogtreecommitdiff
path: root/src/lib/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-02-15 18:55:25 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-11 13:02:27 -0400
commit74067d389c204cd40906980391680724380667c0 (patch)
tree654f7aaed07e8fe019893337256929db87a017a1 /src/lib/Makefile
parent2e798795833af72ba0618f5577f15488b201b0fa (diff)
Expect devtools files to already be patched.
Diffstat (limited to 'src/lib/Makefile')
-rw-r--r--src/lib/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile
index eb2ffde..7c573de 100644
--- a/src/lib/Makefile
+++ b/src/lib/Makefile
@@ -8,22 +8,6 @@ libretools.out.libs += common.sh conf.sh
$(outdir)/conf.sh: $(var.)sysconfdir $(var.)pkgconfdir
-$(outdir)/common.sh: $(outdir)/%: $(srcdir)/%.in $(srcdir)/%.head $(srcdir)/%.tail $(outdir)/Makefile
- @echo "OUT $@"
- @{ \
- cat '$(<D)/$*.head' && \
- echo && \
- sed -r \
- -e '/encoding problem/d;/LANG=/d' \
- -e 's/mesg=\$$(.)/mesg="$$(_ "$$\1")"/' \
- -e 's/gettext /_l _ /g' \
- -e "s/^(\s+)(msg|error) '/\1_l \2 '/" \
- -e 's|lock\(\)\s*\{|lock()\n{|' \
- '$(<D)/$*.in' && \
- echo && \
- cat '$(<D)/$*.tail' && \
- :; } > '$@'
-
# Translate ##########################################################
$(outdir)/blacklist.sh.pot: $(srcdir)/blacklist.sh $(srcdir)/librexgettext