Stabilize the build.

PR:		9919
This commit is contained in:
Jun-ichiro itojun Hagino 1999-03-31 04:32:32 +00:00
parent 53e5662540
commit 33c070fa6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17474

13
net/mrt/files/patch-ac Normal file
View 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); \