]> sourceware.org Git - systemtap.git/commit
buildrun: adapt to loss of "flags" filter in linux scripts/Kbuild.include
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 4 Sep 2019 18:03:43 +0000 (14:03 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 4 Sep 2019 18:03:43 +0000 (14:03 -0400)
commit7cfac6c0f8ba16c9a64c6799dd76ef61ef529f09
treee5d22b85c8727f44bfd699645ce1805d1f0e27ed
parent728bbc1acb49b3941cca4af4dc5acb8d4810dd0b
buildrun: adapt to loss of "flags" filter in linux scripts/Kbuild.include

This $(call filter,...) was used since 2008 to pass KBUILD_CFLAGS
through a mechanism that preserved O= data somehow.  But this
filter is gone from the kernel as of commit cdd750bf, so add a
fallback for the filtered $KBUILD_CFLAGS directly.

Reported-By: RP on #systemtap
buildrun.cxx
This page took 0.029316 seconds and 5 git commands to generate.