mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen Warren and vapier
This commit is contained in:
parent
18871c83f8
commit
6be95dc1b9
@ -98,15 +98,10 @@ $(UCLIBC_DIR)/lib/libc.a: $(UCLIBC_DIR)/.configured $(LIBFLOAT_TARGET)
|
|||||||
|
|
||||||
$(STAGING_DIR)/lib/libc.a: $(UCLIBC_DIR)/lib/libc.a
|
$(STAGING_DIR)/lib/libc.a: $(UCLIBC_DIR)/lib/libc.a
|
||||||
$(MAKE1) -C $(UCLIBC_DIR) \
|
$(MAKE1) -C $(UCLIBC_DIR) \
|
||||||
PREFIX=$(STAGING_DIR)/ \
|
PREFIX= \
|
||||||
DEVEL_PREFIX=/ \
|
DEVEL_PREFIX=$(STAGING_DIR)/ \
|
||||||
RUNTIME_PREFIX=/ \
|
RUNTIME_PREFIX=$(STAGING_DIR)/ \
|
||||||
install_runtime
|
install_runtime install_dev
|
||||||
$(MAKE1) -C $(UCLIBC_DIR) \
|
|
||||||
PREFIX=$(STAGING_DIR)/ \
|
|
||||||
DEVEL_PREFIX=/ \
|
|
||||||
RUNTIME_PREFIX=/ \
|
|
||||||
install_dev
|
|
||||||
# Build the host utils. Need to add an install target...
|
# Build the host utils. Need to add an install target...
|
||||||
$(MAKE1) -C $(UCLIBC_DIR)/utils \
|
$(MAKE1) -C $(UCLIBC_DIR)/utils \
|
||||||
PREFIX=$(STAGING_DIR) \
|
PREFIX=$(STAGING_DIR) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user