summaryrefslogtreecommitdiff
path: root/net/mrt
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-03-31 04:32:32 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-03-31 04:32:32 +0000
commit33c070fa6db9fd51a7a71917fc1e8a99142162b4 (patch)
treeb9d28361337b819abda771c7893b2bbbce7ff610 /net/mrt
parentRemoving this for the second (and last for me anyway) time. The (diff)
Stabilize the build.
PR: 9919
Notes
Notes: svn path=/head/; revision=17474
Diffstat (limited to 'net/mrt')
-rw-r--r--net/mrt/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mrt/files/patch-ac b/net/mrt/files/patch-ac
new file mode 100644
index 000000000000..6c887fd922b6
--- /dev/null
+++ b/net/mrt/files/patch-ac
@@ -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); \