aboutsummaryrefslogtreecommitdiff
path: root/net/mrt/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/mrt/files')
-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); \