1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/mrt/files/patch-ac

14 lines
327 B
Plaintext
Raw Normal View History

1999-03-31 04:32:32 +00:00
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); \