|
|
Rockbox mail archiveSubject: Makefile cleanupMakefile cleanup
From: Magnus Holmgren <lear_at_algonet.se>
Date: 2005-12-04
Hi,
I've been rummaging around the Makefiles a bit lately (mainly the for
* Several codec makefiles contain a rule like this:
$(OBJDIR)/<codec>/%.o: $(APPSDIR)/codecs/<codec>/%.c
But it doesn't match, so the build rule in make.inc is used instead.
So, what to do? Correct the rules and remove the uneccessary stuff,
* codecs/Makefile creates a dependency file, but it isn't used,
* codecs/Makefile define OUTPUT when invoking the codec makefiles.
* I've found one thing that makes "make clean" slow on Cygwin:
Magnus
Page was last modified "Jan 10 2012" The Rockbox Crew |