remove debug message

This commit is contained in:
Sylvestre Ledru 2023-04-07 10:18:33 +02:00
parent 742af03506
commit 65b2d98cb8

2
debian/rules vendored
View File

@ -482,8 +482,6 @@ PROJECTS_LIST := $(shell echo "$(PROJECTS)"|sed -e "s| ||g")
RUNTIMES_LIST := $(shell echo "$(RUNTIMES)"|sed -e "s| ||g")
preconfigure:
/opt/sccache/sccache||true
/opt/sccache/sccache --version||true
if ! grep -qs '/proc ' /proc/mounts; then \
echo "/proc needs to be mounted"; \
exit 1; \