mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Add 'touch sysroot' after copy of relibc-install
This commit is contained in:
parent
8166fc286d
commit
0bf3a56fea
@ -110,6 +110,7 @@ ifeq ($(PODMAN_BUILD),1)
|
||||
$(PODMAN_RUN) $(MAKE) $@
|
||||
else
|
||||
cp -r "$(PREFIX)/relibc-install/" "$@"
|
||||
touch "$@"
|
||||
cd "$(PREFIX)/libtool-build" && \
|
||||
$(MAKE) install -j `$(NPROC)`
|
||||
cd "$@" && $(PREFIX_STRIP)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user