This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: adding CFLAGS or EXTRA_CFLAGS
- From: Daniel Doron <danielmeirdoron at gmail dot com>
- To: Arkady <arkady dot miasnikov at gmail dot com>
- Cc: systemtap at sourceware dot org
- Date: Tue, 15 Aug 2017 13:10:01 +0300
- Subject: Re: adding CFLAGS or EXTRA_CFLAGS
- Authentication-results: sourceware.org; auth=none
- References: <CAFwN=+x4ERxhzn9PKv3HYKCcvq2FEau2y_5-UP_uuUjNiEm-fw@mail.gmail.com> <CANA-60o8UgrBTpT4m4oi7K-4jMso7tFnrO5fpw-rgCgkoSE+Ow@mail.gmail.com> <CANA-60pv9aSaf0Yf59BXrhqNzNRbbWyuU8vm=jYfgTNVjjF06g@mail.gmail.com>
ok. thanks.
On Tue, Aug 15, 2017 at 12:42 PM, Arkady <arkady.miasnikov@gmail.com> wrote:
> A sweet word "patch"
> Another way to solve the problem is what I am using: a python script
> which concatenates STP, C, H files into a single STP file, and makes
> sure that the resulting STP is not broken.
>
> On Tue, Aug 15, 2017 at 12:34 PM, Arkady <arkady.miasnikov@gmail.com> wrote:
>> If you use -B you do not change include path either. The include path
>> is specified in the kernel module makefile.
>>
>> On Tue, Aug 15, 2017 at 11:02 AM, Daniel Doron
>> <danielmeirdoron@gmail.com> wrote:
>>> Hi,
>>>
>>> Is it possible to send via stap extra cflags?
>>>
>>> I tried with "-D EXTRA_CFLAGS=-I$PWD"
>>>
>>> but I get:
>>> ERROR: Safety pattern mismatch for -D parameter
>>> ('EXTRA_CFLAGS=-I/home/danield/workspace/myproject' vs.
>>> '^[a-z_][a-z_0-9]*(=-?[a-z_0-9]+)?$') rc=1
>>>
>>>
>>> Thanks
>>> Daniel.