aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-01-28 10:50:14 +0530
committerBobby <[email protected]>2026-01-28 10:50:14 +0530
commita65d580d866b08576d5f2b69ca3ca082df98aa3f (patch)
tree164e133f075b4ee7c1d824d2ff6c338c5dcf9964 /Makefile
parent250c05bec6627fa21863e8c4d715d5d2da8ef562 (diff)
downloadakiba-a65d580d866b08576d5f2b69ca3ca082df98aa3f.tar.xz
akiba-a65d580d866b08576d5f2b69ca3ca082df98aa3f.zip
feat: Update stack viewer to include owner, permissions, and modified time details
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85bb2eb..b8ccdbb 100644
--- a/Makefile
+++ b/Makefile
@@ -52,8 +52,9 @@ docker-build:
@echo "═══════════════════════════════════════════════════════════"
@echo " Building Akiba OS (Docker mode)"
@echo "═══════════════════════════════════════════════════════════"
+ @echo "Setting Docker time to: $(shell date -u)"
@docker build -t akiba-builder ./toolchain
- @docker run --rm -v $(PWD):/akiba -e DOCKER_BUILD=1 akiba-builder make all
+ @docker run --rm -v $(PWD):/akiba -e BUILD_DATE="$(shell date -u)" -e DOCKER_BUILD=1 akiba-builder sh -c 'echo "Docker received date: $$BUILD_DATE" && date -s "$$BUILD_DATE" >/dev/null 2>&1 || true && echo "Docker current time: $$(date -u)" && make all'
docker-run:
@./scripts/run.sh