Make use of ALL_TARGET instead of adding the all target to the

underlying Makefile.
Obtained from:
This commit is contained in:
Jeffrey Hsu 1994-11-22 10:05:49 +00:00
parent 354f4ade0e
commit 120cf7f1c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453

View file

@ -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
***************