Skip to content

Commit 4ed1aa2

Browse files
committed
Output busybox compilation to /tmp
Busybox compilation is stressing vagrant environments running on windows hosts, so it's better to move the compilation to a local file system rather than to a shared one. This is to fix errors that occur on windows hosts during busybox compilation like "mv: cannot move foo.a.5454 to foo.a: Text file busy" Change-Id: Ida4375f125b939ca09f06cad4b917061a8dc9a7a Signed-off-by: Yacov Manevich <[email protected]>
1 parent a5b12f2 commit 4ed1aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

busybox/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BUSYBOX_VER=1.25.1
22
BUSYBOX_URL=https://www.busybox.net/downloads/busybox-$(BUSYBOX_VER).tar.bz2
33

4-
OBJDIR=build/busybox-$(BUSYBOX_VER)
4+
OBJDIR=/tmp/busybox-$(BUSYBOX_VER)
55

66
all: $(OBJDIR)/busybox
77

0 commit comments

Comments
 (0)