Patch for Tintin++ Makefile

Dylan McCall dylanmccall at gmail.com
Fri Oct 26 21:01:28 CEST 2007


Here it is!
(At least, I think it is...)


--- /dev/null    2007-09-25 19:12:13.000000000 -0700
+++ user/tintin/Makefile    2007-09-28 11:07:44.000000000 -0700
@@ -0,0 +1,22 @@
+# Makefile for tintin++
+
+.PHONY: all clean romfs
+
+all: .compiled
+
+.configured:
+    cd src && ./configure --prefix=/usr --host=${CROSS}
+    touch $@
+
+.compiled: .configured
+    $(MAKE) -C src
+    touch $@
+
+clean:
+    -test -f src/Makefile && $(MAKE) -C src clean distclean
+    rm -f .configured .compiled
+
+distclean: clean
+
+romfs: .compiled
+    $(ROMFSINST) ./src/tt++ /bin/tt++
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.dslinux.in-berlin.de/pipermail/dslinux-devel-dslinux.in-berlin.de/attachments/20071026/80c71520/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tintin_makefile.diff
Type: text/x-patch
Size: 506 bytes
Desc: not available
Url : http://mailman.dslinux.in-berlin.de/pipermail/dslinux-devel-dslinux.in-berlin.de/attachments/20071026/80c71520/attachment.bin 


More information about the dslinux-devel mailing list