diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-07-31 20:45:40 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-08-31 16:35:56 +0200 |
commit | 58238c81443a83922e07b409e54ec93ce909b6ac (patch) | |
tree | c4c48f020d1beb57ccd8b3443c870c35ad7e48e0 /scripts/coccicheck | |
parent | kbuild: Do not delete empty files in make distclean (diff) | |
download | linux-58238c81443a83922e07b409e54ec93ce909b6ac.tar.xz linux-58238c81443a83922e07b409e54ec93ce909b6ac.zip |
kbuild: prevent make from deleting _shipped files
commit 7373f4f (kbuild: add implicit rules for parser generation)
created a implicit rule chain (%.c: %.c_shipped: %.y).
Make considers the _shipped files to be intermediate files which
causes them to be deleted if they didn't exist before make was run.
Mark the _shipped files PRECIOUS to prevent make from deleting them.
Signed-off-by: Peter Foley <pefoley2@verizon.net>
Acked-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/coccicheck')
0 files changed, 0 insertions, 0 deletions