mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Use relative links
This commit is contained in:
parent
8fbd1c9640
commit
0f5897ff67
@ -130,10 +130,10 @@ $(TARGET_DIR)/$(CCACHE_TARGET_BINARY): $(CCACHE_DIR2)/$(CCACHE_BINARY)
|
|||||||
# in the default PATH than /usr/bin where gcc lives
|
# in the default PATH than /usr/bin where gcc lives
|
||||||
(cd $(TARGET_DIR)/usr/bin; ln -fs gcc cc)
|
(cd $(TARGET_DIR)/usr/bin; ln -fs gcc cc)
|
||||||
(cd $(TARGET_DIR)/bin; \
|
(cd $(TARGET_DIR)/bin; \
|
||||||
ln -fs /usr/bin/ccache cc; \
|
ln -fs ../usr/bin/ccache cc; \
|
||||||
ln -fs /usr/bin/ccache gcc; \
|
ln -fs ../usr/bin/ccache gcc; \
|
||||||
ln -fs /usr/bin/ccache c++; \
|
ln -fs ../usr/bin/ccache c++; \
|
||||||
ln -fs /usr/bin/ccache g++;)
|
ln -fs ../usr/bin/ccache g++;)
|
||||||
|
|
||||||
ccache_target: uclibc $(TARGET_DIR)/$(CCACHE_TARGET_BINARY)
|
ccache_target: uclibc $(TARGET_DIR)/$(CCACHE_TARGET_BINARY)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user