linux/debian/rules.d
Ben Hutchings aaa2152dc5 linux-perf: Fix build-time check for unversioned files
The current check has never worked because the find -path predicate
matches against the whole path, including the given root.  In this
case that is $DESTDIR which always includes the version string.
Change to use cd before find.

Also, check all non-directories rather than all entries with "perf" in
the name.
2018-12-18 17:04:08 +00:00
..
arch/powerpc/boot [ppc64] linux-bootwrapper: Work around compiler include path quirk (fixes FTBFS) 2018-07-12 18:15:16 +01:00
scripts linux-kbuild: Include scripts/subarch.include (Closes: #910348) 2018-10-05 18:27:50 +01:00
tools linux-perf: Fix build-time check for unversioned files 2018-12-18 17:04:08 +00:00
Makefile [powerpc,powerpcspe,ppc64] Fix cross-build (Closes: #903096) 2018-07-07 22:07:03 +01:00
Makefile.inc linux-kbuild: Change "#!/usr/bin/env perl" to "#!/usr/bin/perl" 2018-08-02 17:32:53 +08:00