svn commit: trunk/busybox
aldot at busybox.net
aldot at busybox.net
Sun Oct 9 19:12:37 UTC 2005
Author: aldot
Date: 2005-10-09 12:12:34 -0700 (Sun, 09 Oct 2005)
New Revision: 11820
Log:
- remove passing PREFIX and CROSS to make which was added for bug #94.
My recent Makefile touch-up assures that make O=/tmp/o PREFIX=/tmp/i install
works as expected without this ugly workaround.
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2005-10-09 18:20:54 UTC (rev 11819)
+++ trunk/busybox/Makefile 2005-10-09 19:12:34 UTC (rev 11820)
@@ -75,8 +75,6 @@
top_srcdir=$(top_srcdir) \
top_builddir=$(top_builddir) \
KBUILD_SRC=$(top_srcdir) \
- PREFIX=$(PREFIX) \
- CROSS=$(CROSS) \
-f $(CURDIR)/Makefile $@
$(KBUILD_OUTPUT)/Rules.mak:
More information about the busybox-cvs
mailing list