Stabilize the build.
PR: 9919
This commit is contained in:
parent
53e5662540
commit
33c070fa6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17474
1 changed files with 13 additions and 0 deletions
13
net/mrt/files/patch-ac
Normal file
13
net/mrt/files/patch-ac
Normal file
|
@ -0,0 +1,13 @@
|
|||
stabilize the build.
|
||||
|
||||
--- lib/Makefile.orig Tue Mar 30 09:22:31 1999
|
||||
+++ lib/Makefile Tue Mar 30 09:22:39 1999
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
make-libs:
|
||||
@for i in $(DIRS); \
|
||||
- do (echo "cd $$i; $(MAKE)"; cd $$i; $(MAKE); cd ..); done
|
||||
+ do (echo "cd $$i; $(MAKE)"; cd $$i; $(MAKE); cd ..; sleep 1); done
|
||||
|
||||
clean:
|
||||
for i in $(DIRS); \
|
Loading…
Reference in a new issue