summaryrefslogtreecommitdiff
path: root/lang/Sather
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1994-11-22 10:05:49 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1994-11-22 10:05:49 +0000
commit120cf7f1c6109b849526e23de69fefecaa258106 (patch)
tree893911d902d0a5e50d1edc626c25b9e746782fa7 /lang/Sather
parentUpdate DISTNAME to Sather-1.0.2. (diff)
Make use of ALL_TARGET instead of adding the all target to the
underlying Makefile. Obtained from:
Notes
Notes: svn path=/head/; revision=453
Diffstat (limited to 'lang/Sather')
-rw-r--r--lang/Sather/files/patch-0211
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/Sather/files/patch-02 b/lang/Sather/files/patch-02
index e07a0c3645fa..bbdfbeb1cc1e 100644
--- a/lang/Sather/files/patch-02
+++ b/lang/Sather/files/patch-02
@@ -33,17 +33,6 @@
AR= ar
RM= rm -f
-***************
-*** 39,44 ****
---- 39,46 ----
- SYSTEM= System/GC/gc.a System/base.a System/MACROS System/CONFIG System/ITERS
- BOOTCS= ${SHOME}/Boot/${CS}
- BOOTHOME= ${SHOME}
-+
-+ all: testall
-
- # Make the boot compiler and give it a workout on itself and some test cases
- testall: bootstrap test
*** System/CONFIG.proto.0 Mon Oct 31 03:55:23 1994
--- System/CONFIG.proto Mon Oct 31 03:57:59 1994
***************