Make use of ALL_TARGET instead of adding the all target to the
underlying Makefile. Obtained from:
This commit is contained in:
parent
354f4ade0e
commit
120cf7f1c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
***************
|
||||
|
|
Loading…
Reference in a new issue