summaryrefslogtreecommitdiff
path: root/cad/magic
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-13 13:20:05 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-13 13:20:05 +0000
commite54c7d459f539501a736750eb554fb1dd446f266 (patch)
treed87fe2be23a1c5e87b81cfed5e13fb1e7e4b4f32 /cad/magic
parentAdd a USE_GMAKE=yes line to the Makefile. magic got some severe problems (diff)
Add a patch to change the explicit make calls to gmake calls.
Notes
Notes: svn path=/head/; revision=967
Diffstat (limited to 'cad/magic')
-rw-r--r--cad/magic/files/patch-ab38
1 files changed, 38 insertions, 0 deletions
diff --git a/cad/magic/files/patch-ab b/cad/magic/files/patch-ab
new file mode 100644
index 000000000000..23fe0c22ad11
--- /dev/null
+++ b/cad/magic/files/patch-ab
@@ -0,0 +1,38 @@
+*** :makeall.ORIG Thu Sep 13 22:22:01 1990
+--- :makeall Mon Feb 13 11:34:57 1995
+***************
+*** 11,17 ****
+ echo ------- Doing $mod -------
+ echo -n "pushd "
+ pushd $mod
+! make -k $name
+ echo -n "popd "
+ popd
+ end
+--- 11,17 ----
+ echo ------- Doing $mod -------
+ echo -n "pushd "
+ pushd $mod
+! gmake -k $name
+ echo -n "popd "
+ popd
+ end
+*** :makemains.ORIG Thu Sep 13 22:22:01 1990
+--- :makemains Mon Feb 13 11:35:29 1995
+***************
+*** 10,16 ****
+ echo ------- Doing program $mod -------
+ echo -n "pushd "
+ pushd $mod
+! make -k
+ echo -n "popd "
+ popd
+ end
+--- 10,16 ----
+ echo ------- Doing program $mod -------
+ echo -n "pushd "
+ pushd $mod
+! gmake -k
+ echo -n "popd "
+ popd
+ end