commit: 0ca11c8aa1a8c8e0b95987f19b778ecdce4c8c61
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 04:27:47 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 04:28:33 2022 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=0ca11c8a
silence message about ignoring the touch failure
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
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