Skip to content

Commit 413d301

Browse files
committed
misc: update copyright year, podman fix
1 parent e9a3533 commit 413d301

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Makefile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ endif
3131
# Allow using GUIs
3232
UNAME_S = $(shell uname -s)
3333
ifeq ($(UNAME_S),Linux)
34-
DOCKER_OPTIONS += -e DISPLAY=$(DISPLAY) -v /tmp/.X11-unix:/tmp/.X11-unix -v $(HOME)/.Xauthority:/.Xauthority --network host --security-opt seccomp=unconfined
35-
ifneq ("$(wildcard $(HOME)/.openroad)","")
36-
DOCKER_OPTIONS += -v $(HOME)/.openroad:/.openroad
37-
endif
34+
DOCKER_OPTIONS += -e DISPLAY=$(DISPLAY) -v /tmp/.X11-unix:/tmp/.X11-unix --network host --security-opt seccomp=unconfined
35+
ifneq ("$(wildcard $(HOME)/.openroad)","")
36+
DOCKER_OPTIONS += -v $(HOME)/.openroad:/.openroad
37+
endif
38+
ifneq ("$(wildcard $(HOME)/.Xauthority)","")
39+
DOCKER_OPTIONS += -v $(HOME)/.Xauthority:/.Xauthority
40+
endif
3841
endif
3942

4043
THREADS ?= 1

flow.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ puts "OpenLane v[package version openlane] ($::env(OPENLANE_COMMIT))"
400400
if { [info exists ::env(OPENLANE_MOUNTED_SCRIPTS_VERSION)] } {
401401
puts "(with mounted scripts from $::env(OPENLANE_MOUNTED_SCRIPTS_VERSION))"
402402
}
403-
puts "All rights reserved. (c) 2020-2022 Efabless Corporation and contributors."
403+
puts "All rights reserved. (c) 2020-2025 Efabless Corporation and contributors."
404404
puts "Available under the Apache License, version 2.0. See the LICENSE file for more details."
405405
puts ""
406406

0 commit comments

Comments
 (0)