svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Mon Sep 26 16:01:47 UTC 2005


Author: aldot
Date: 2005-09-26 09:01:43 -0700 (Mon, 26 Sep 2005)
New Revision: 11653

Log:
- remove unused variable TOPDIR


Modified:
   trunk/busybox/Makefile
   trunk/busybox/Rules.mak


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2005-09-26 15:49:41 UTC (rev 11652)
+++ trunk/busybox/Makefile	2005-09-26 16:01:43 UTC (rev 11653)
@@ -12,12 +12,11 @@
 	defconfig allyesconfig allnoconfig clean distclean \
 	release tags
 
-ifndef TOPDIR
-TOPDIR=$(CURDIR)/
-endif
+# the toplevel sourcedir
 ifndef top_srcdir
 top_srcdir=$(CURDIR)
 endif
+# toplevel directory of the object-tree
 ifndef top_builddir
 top_builddir=$(CURDIR)
 endif
@@ -70,7 +69,6 @@
 	$(MAKE) -C $(KBUILD_OUTPUT) \
 	top_srcdir=$(CURDIR) \
 	top_builddir=$(KBUILD_OUTPUT) \
-	TOPDIR=$(KBUILD_OUTPUT) \
 	KBUILD_SRC=$(CURDIR) \
 	-f $(CURDIR)/Makefile $@
 

Modified: trunk/busybox/Rules.mak
===================================================================
--- trunk/busybox/Rules.mak	2005-09-26 15:49:41 UTC (rev 11652)
+++ trunk/busybox/Rules.mak	2005-09-26 16:01:43 UTC (rev 11653)
@@ -84,7 +84,7 @@
 ARFLAGS=cru
 
 #--------------------------------------------------------
-export VERSION BUILDTIME TOPDIR HOSTCC HOSTCFLAGS CROSS CC AR AS LD NM STRIP CPP
+export VERSION BUILDTIME HOSTCC HOSTCFLAGS CROSS CC AR AS LD NM STRIP CPP
 ifeq ($(strip $(TARGET_ARCH)),)
 TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
 		-e 's/i.86/i386/' \




More information about the busybox-cvs mailing list