| File: boot/busybox/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 15 | Line 15 |
| endef # Dependencies are of the form categorydir/packagedir | endef # Dependencies are of the form categorydir/packagedir |
| LIBDEPS = DEPENDS = lib/uclibc | LIBDEPS = lib/uclibc DEPENDS = |
| BUILDDEPS = PREFIX=$(prefix) | BUILDDEPS = PREFIX=$(prefix) |
| Line 29 | Line 29 |
| NODIRPATHS = BUILD_ARGS = CC=$(DESTDIR)$(prefix)/i386-linux-uclibc/bin/i386-uclibc-gcc LD=$(DESTDIR)$(prefix)/i386-linux-uclibc/bin/i386-uclibc-ld DOSTATIC=true | NODIRPATHS = BUILD_ARGS = CC=$(DESTDIR)$(prefix)/i386-linux-uclibc/bin/i386-uclibc-gcc LD=$(DESTDIR)$(prefix)/i386-linux-uclibc/bin/i386-uclibc-ld DOSTATIC=true |
| INSTALL_ARGS = CC=$(DESTDIR)$(prefix)/i386-linux-uclibc/bin/i386-uclibc-gcc LD=$(DESTDIR)$(prefix)/i386-linux-uclibc/bin/i386-uclibc-ld DOSTATIC=true | |
| # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir | # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir |