svn commit: trunk/uClibc/extra/scripts

psm at uclibc.org psm at uclibc.org
Fri Oct 28 11:21:56 UTC 2005


Author: psm
Date: 2005-10-28 04:21:55 -0700 (Fri, 28 Oct 2005)
New Revision: 11953

Log:
Add newly needed Makefiles that can be linked

Added:
   trunk/uClibc/extra/scripts/Makefile.arch.lvl3
   trunk/uClibc/extra/scripts/Makefile.arch.lvl4


Changeset:
Added: trunk/uClibc/extra/scripts/Makefile.arch.lvl3
===================================================================
--- trunk/uClibc/extra/scripts/Makefile.arch.lvl3	2005-10-28 11:21:40 UTC (rev 11952)
+++ trunk/uClibc/extra/scripts/Makefile.arch.lvl3	2005-10-28 11:21:55 UTC (rev 11953)
@@ -0,0 +1,13 @@
+# Makefile for uClibc
+#
+# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
+#
+
+TOPDIR=../../../
+
+top_srcdir=$(TOPDIR)
+top_builddir=../../../
+all: objs
+include $(top_builddir)Rules.mak
+include Makefile.arch
+include $(top_srcdir)Makerules

Added: trunk/uClibc/extra/scripts/Makefile.arch.lvl4
===================================================================
--- trunk/uClibc/extra/scripts/Makefile.arch.lvl4	2005-10-28 11:21:40 UTC (rev 11952)
+++ trunk/uClibc/extra/scripts/Makefile.arch.lvl4	2005-10-28 11:21:55 UTC (rev 11953)
@@ -0,0 +1,13 @@
+# Makefile for uClibc
+#
+# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
+#
+
+TOPDIR=../../../../
+
+top_srcdir=$(TOPDIR)
+top_builddir=../../../../
+all: objs
+include $(top_builddir)Rules.mak
+include Makefile.arch
+include $(top_srcdir)Makerules




More information about the uClibc-cvs mailing list