[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH] acl/include: sleep 5 seconds before 'ln -s'
From: |
Qi Hou |
Subject: |
[Acl-devel] [PATCH] acl/include: sleep 5 seconds before 'ln -s' |
Date: |
Mon, 22 May 2017 18:20:18 +0800 |
Signed-off-by: Qi Hou <address@hidden>
---
include/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/Makefile b/include/Makefile
index 328a61d..455d4cb 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -26,6 +26,7 @@ LDIRT = sys acl
default: sys acl
sys acl:
+ sleep 5
$(LN_S) . $@
include $(BUILDRULES)
--
2.7.4