diff options
| author | Michael Ellerman <[email protected]> | 2020-02-19 11:04:34 +1100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2020-03-04 22:44:27 +1100 |
| commit | d42c6d0f8d004c3661dde3c376ed637e9f292c22 (patch) | |
| tree | 025c48a9095a4afee2493f599e9805536bcf9dd7 /tools/perf/scripts/python | |
| parent | 6453f9ed9d4e4b4cdf201bf34bf460c436bf50ea (diff) | |
powerpc/Makefile: Mark phony targets as PHONY
Some of our phony targets are not marked as such. This can lead to
confusing errors, eg:
$ make clean
$ touch install
$ make install
make: 'install' is up to date.
$
Fix it by adding them to the PHONY variable which is marked phony in
the top-level Makefile, or in scripts/Makefile.build for the boot
Makefile.
Suggested-by: Masahiro Yamada <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions