[BusyBox-cvs] CVS busybox

CVS User andersen andersen at codepoet.org
Wed Oct 13 17:45:58 UTC 2004


Update of /var/cvs/busybox
In directory nail:/tmp/cvs-serv15387

Modified Files:
	Makefile 
Log Message:
egor duda writes:

egor duda wrote:
>Ok, here's an updated patch.
>'make check' should work now, and one make creates Makefile in build
>directory, so one can run 'make' in build directory after that.

ahem. It looks like i'm slightly late with it but... Here's a little
addition to make 'make O=/some/where PREFIX=/some/where/else install'
work. Sorry for delay :(

egor



--- /var/cvs/busybox/Makefile	2004/10/08 07:45:08	1.298
+++ /var/cvs/busybox/Makefile	2004/10/13 17:45:57	1.299
@@ -130,7 +130,7 @@
 busybox.links: $(top_srcdir)/applets/busybox.mkll include/config.h $(top_srcdir)/include/applets.h
 	- $(SHELL) $^ >$@
 
-install: applets/install.sh busybox busybox.links
+install: $(top_srcdir)/applets/install.sh busybox busybox.links
 	$(SHELL) $< $(PREFIX)
 ifeq ($(strip $(CONFIG_FEATURE_SUID)),y)
 	@echo



More information about the busybox-cvs mailing list