svn commit: trunk/uClibc/libc/sysdeps/linux

vapier at uclibc.org vapier at uclibc.org
Tue Nov 15 00:51:40 UTC 2005


Author: vapier
Date: 2005-11-14 16:51:36 -0800 (Mon, 14 Nov 2005)
New Revision: 12244

Log:
make sure TARGET_ARCH is set ... thought i committed this already?

Modified:
   trunk/uClibc/libc/sysdeps/linux/Makefile.arch


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/Makefile.arch
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/Makefile.arch	2005-11-15 00:50:45 UTC (rev 12243)
+++ trunk/uClibc/libc/sysdeps/linux/Makefile.arch	2005-11-15 00:51:36 UTC (rev 12244)
@@ -5,6 +5,10 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
+ifeq ($(TARGET_ARCH),)
+$(error TARGET_ARCH is not set, no .config exists in topdir)
+endif
+
 ARCH_DIR  := $(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)
 ARCH_OUT  := $(top_builddir)libc/sysdeps/linux/$(TARGET_ARCH)
 




More information about the uClibc-cvs mailing list