]> Git Repo - qemu.git/commit - Makefile
Makefile: Avoid explicit list of directories in clean target
authorPeter Maydell <[email protected]>
Wed, 15 Aug 2012 11:29:24 +0000 (12:29 +0100)
committerStefan Hajnoczi <[email protected]>
Wed, 15 Aug 2012 14:18:48 +0000 (15:18 +0100)
commite743ccecb1148485f0440db28f20f064bb89446e
treed6f6989b4a458e66556098e4b3546c2abc64fcc7
parent03834e22abafbc8dc4052d46a5ccd6dd135a54a3
Makefile: Avoid explicit list of directories in clean target

Avoid having an explicit list of directories in the 'clean'
target by using 'find' to remove all .o and .d files instead.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Makefile
This page took 0.022396 seconds and 4 git commands to generate.