[Buildroot] [Bug 907] mkisofs: No such file or directory

bugzilla at busybox.net bugzilla at busybox.net
Fri Jan 15 17:19:30 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=907





--- Comment #1 from maximus <max at olo.com.pl>  2010-01-15 17:19:28 UTC ---
I found bug in:

target/iso9660/iso9660.mk
MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/$(HOST_ARCH)-linux-cc/mkisofs

I change it to
MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/$(ARCH)-linux-cc/mkisofs

and i have
MKISOFS_TARGET=$(MKISOFS_DIR)/mkisofs/OBJ/i686-linux-cc/mkisofs


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the buildroot mailing list