From 0ca11c8aa1a8c8e0b95987f19b778ecdce4c8c61 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 17 Sep 2022 23:27:47 -0500 Subject: silence message about ignoring the touch failure Signed-off-by: William Hubbs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 230acbc5..493c824b 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ layout-dirs: for x in $(KEEP_DIRS) ; do \ test -e $(DESTDIR)$$x/.keep && continue ; \ $(INSTALL_DIR) $(DESTDIR)$$x ; \ - touch $(DESTDIR)$$x/.keep || echo "ignoring touch failure; mounted fs?" ; \ + touch $(DESTDIR)$$x/.keep || true; \ done layout-BSD: layout-dirs -- cgit v1.2.3-65-gdbad