lvm2-2.02.184-mksh_build.patch 505 B

1234567891011121314
  1. https://bugs.gentoo.org/686652
  2. --- LVM2.2.02.184/tools/Makefile.in
  3. +++ LVM2.2.02.184/tools/Makefile.in
  4. @@ -220,6 +220,6 @@
  5. echo "/* Do not edit. This file is generated by the Makefile. */" && \
  6. echo -en "const char _command_input[] =\n\n\"" && \
  7. $(EGREP) -v '^#|\-\-\-|^$$' $(srcdir)/command-lines.in | $(AWK) 'BEGIN {ORS = "\\n\"\n\""} //' && \
  8. - echo "\\n\";" \
  9. + printf "%s\n" "\\n\";" \
  10. ) > $@
  11. $(SOURCES:%.c=%.d) $(SOURCES2:%.c=%.d): command-lines-input.h command-count.h cmds.h