diff options
author | hsu <hsu@FreeBSD.org> | 1994-11-22 10:05:49 +0000 |
---|---|---|
committer | hsu <hsu@FreeBSD.org> | 1994-11-22 10:05:49 +0000 |
commit | 787658b411de128710a2d8e21f9f36d4396198b2 (patch) | |
tree | c66a10eb8b375b8f1ab300fa0ab933d39188a9ae /lang/Sather | |
parent | d59ef19db0553944464ce98d2310a33bc25db069 (diff) | |
download | FreeBSD-ports-787658b411de128710a2d8e21f9f36d4396198b2.zip FreeBSD-ports-787658b411de128710a2d8e21f9f36d4396198b2.tar.gz |
Make use of ALL_TARGET instead of adding the all target to the
underlying Makefile.
Obtained from:
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/files/patch-02 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/Sather/files/patch-02 b/lang/Sather/files/patch-02 index e07a0c3..bbdfbeb 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 *************** |