[PATCH] filesystem hierarchy in v2 buildsystem

See patch. This fixes a very ugly issue in v2. Stefan -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: info@coresystems.de • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866

Stefan Reinauer wrote:
With this patch the v2 build system will create a directory hierarchy similar to what v3 does. This is required to have two source files with the same name but in different directories. (As in, two different SuperIOs on board, with a superio.c each)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
If it works, Acked-by: Peter Stuge <peter@stuge.se>

2009/2/27 Stefan Reinauer <stepan@coresystems.de>:
See patch. This fixes a very ugly issue in v2.
I think we should update make clean to do rm -f $(OBJECTS) or something like that. Right now it doesn't do much since the .o files are in directories. What's the best way? Thanks, Myles
participants (3)
-
Myles Watson
-
Peter Stuge
-
Stefan Reinauer