[Bug translator/19700] New: Support dash as /bin/sh in generated Makefile

orivej at gmx dot fr sourceware-bugzilla@sourceware.org
Mon Feb 22 02:28:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=19700

            Bug ID: 19700
           Summary: Support dash as /bin/sh in generated Makefile
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: orivej at gmx dot fr
  Target Milestone: ---

Created attachment 9024
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9024&action=edit
Replace "echo -n" with "touch"

buildrun-generated makefile runs "echo -n > stapconf_….h", and under dash as
/bin/sh this results in literal "-n" at the begging of the generated header
file.  The attached patch suggests to replace "echo -n" with "touch".

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list