osd-contiki/cpu
Peter A. Bigot 5fc0575e99 Makefile.include: support make clean all
Historically $(OBJECTDIR) was created when Makefile.include is read.  A
consequence is that combining "clean" with "all" (or any other build
target) results in an error because the clean removes the object
directory that is required to exist when building dependencies.
Creating $(OBJECTDIR) on-demand ensures it is present when needed.

Removed creation of $(OBJECTDIR) on initial read, and added an order-only
dependency forcing its creation all Makefile* rules where the target is
explicitly or implicitly in $(OBJECTDIR).
2013-06-20 17:45:41 -05:00
..
6502 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
arm Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
avr Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
cc253x Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
cc2430 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
cc2538 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
mc1322x Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
msp430 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
native native/net/tapdev: Fix for new UIP_CONF_IPV6 handling. 2013-05-19 17:27:30 -07:00
pic32 pic32 minor cleanups 2013-05-17 14:32:39 +02:00
stm32w108 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
x86 avoid unnecessary symbols.c/h copying 2012-03-26 23:00:43 +02:00
z80 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00