mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
Set sysroot date after finishing build
This commit is contained in:
parent
5e4d5af2f9
commit
058b402bfc
@ -110,10 +110,10 @@ 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)
|
||||
touch "$@"
|
||||
endif
|
||||
|
||||
ifeq ($(PREFIX_BINARY),1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user