On Tue, Jul 12, 2011 at 12:08:24PM +0200, Bart De Vos wrote: > @$(call clean, $(QT4_DIR)) > will execute: (from a conceptual point of view) > cd QT4_DIR && make clean
not true. It's "rm -rf $(QT4_DIR)" (rules/pre/Rules.make). Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
