svn commit: trunk/uClibc/test

psm at uclibc.org psm at uclibc.org
Mon Nov 21 16:23:23 UTC 2005


Author: psm
Date: 2005-11-21 08:23:20 -0800 (Mon, 21 Nov 2005)
New Revision: 12452

Log:
Remove TOPDIR, update copyright

Modified:
   trunk/uClibc/test/Makefile
   trunk/uClibc/test/Rules.mak


Changeset:
Modified: trunk/uClibc/test/Makefile
===================================================================
--- trunk/uClibc/test/Makefile	2005-11-21 16:15:55 UTC (rev 12451)
+++ trunk/uClibc/test/Makefile	2005-11-21 16:23:20 UTC (rev 12452)
@@ -1,23 +1,12 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2000,2001 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2005 Erik Andersen <andersen at uclibc.org>
 #
-# This program is free software; you can redistribute it and/or modify it under
-# the terms of the GNU Library General Public License as published by the Free
-# Software Foundation; either version 2 of the License, or (at your option) any
-# later version.
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more
-# details.
-#
-# You should have received a copy of the GNU Library General Public License
-# along with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
-TOPDIR=../
--include $(TOPDIR).config
+top_builddir=../
+-include $(top_builddir).config
 
 .EXPORT_ALL_VARIABLES:
 

Modified: trunk/uClibc/test/Rules.mak
===================================================================
--- trunk/uClibc/test/Rules.mak	2005-11-21 16:15:55 UTC (rev 12451)
+++ trunk/uClibc/test/Rules.mak	2005-11-21 16:23:20 UTC (rev 12452)
@@ -1,14 +1,17 @@
 # Rules.mak for uClibc test subdirs
 #
 # Copyright (C) 2001 by Lineo, inc.
+# Copyright (C) 2000-2005 Erik Andersen <andersen at uclibc.org>
 #
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+#
 # Note: This does not read the top level Rules.mak file
 #
 
-TOPDIR = ../../
-TESTDIR=$(TOPDIR)test/
+top_builddir = ../../
+TESTDIR=$(top_builddir)test/
 
--include $(TOPDIR).config
+-include $(top_builddir).config
 
 ifndef UCLIBC_LDSO
 UCLIBC_LDSO := ld-uClibc.so.0
@@ -51,7 +54,7 @@
 STRIPTOOL  = strip
 RM         = rm -f
 ifeq ($(LDSO_LDD_SUPPORT),y)
-LDD        = $(TOPDIR)utils/ldd
+LDD        = $(top_builddir)utils/ldd
 else
 LDD        = @true
 endif
@@ -99,5 +102,5 @@
 	LDFLAGS       += -static
 	GLIBC_LDFLAGS += -static
 else
-	LDFLAGS       += -Wl,-dynamic-linker,$(TOPDIR)lib/$(UCLIBC_LDSO)
+	LDFLAGS       += -Wl,-dynamic-linker,$(top_builddir)lib/$(UCLIBC_LDSO)
 endif




More information about the uClibc-cvs mailing list