summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-09-18 23:36:18 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-09-18 23:36:18 +0000
commit581e8096ccc76a5f5884d8957ad1e21f365f9245 (patch)
tree62e3da0c0625f9425a545406a78cbb382d3b8baf /textproc
parentAdd -fno-strength-reduce to compilation flags (diff)
A hack to avoid recompiling everything during install
Notes
Notes: svn path=/head/; revision=2164
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/files/patch-ab37
1 files changed, 37 insertions, 0 deletions
diff --git a/textproc/ispell/files/patch-ab b/textproc/ispell/files/patch-ab
new file mode 100644
index 000000000000..dbe56b3a2d26
--- /dev/null
+++ b/textproc/ispell/files/patch-ab
@@ -0,0 +1,37 @@
+*** Makefile~ Mon Jan 23 19:28:24 1995
+--- Makefile Tue Sep 19 00:46:41 1995
+***************
+*** 490,496 ****
+ local.h:
+ set +e; [ -r local.h ] || cp local.h.samp local.h
+
+! msgs.h: config.sh FRC
+ @. ./config.sh; \
+ set $(SHELLDEBUG); \
+ set +e; \
+--- 490,496 ----
+ local.h:
+ set +e; [ -r local.h ] || cp local.h.samp local.h
+
+! msgs.h: config.sh
+ @. ./config.sh; \
+ set $(SHELLDEBUG); \
+ set +e; \
+***************
+*** 504,510 ****
+ else \
+ set -x; \
+ rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
+! fi
+
+ FRC:
+
+--- 504,511 ----
+ else \
+ set -x; \
+ rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
+! fi; \
+! touch msgs.h
+
+ FRC:
+