CVS: msp430-libc/src Makefile,1.46,1.47
Chris Liechti <[email protected]> Fri, 16 May 2008 19:45:02 -0700
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/msp430-libc/src
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11652/msp430-libc/src
Modified Files:
Makefile
Log Message:
ensure that directories are created
Index: Makefile
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/src/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -w -d -r1.46 -r1.47
--- Makefile 15 May 2008 00:54:33 -0000 1.46
+++ Makefile 17 May 2008 02:44:59 -0000 1.47
@@ -147,7 +147,10 @@
libc_msp430_objs_2 = ${libc_msp430_c_objs_2}
-build-libc: ${libc_libs}
+build-libc: mspdirs ${libc_libs}
+
+mspdirs:
+ mkdir -p msp1 msp2
${libc_msp430_objs_1}: msp1/%.o: stdlib/%.c
${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} -mmcu=msp1 -c $(ABSPATH)$< -o $@
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/