6e654564db
This splits mk/stageN.mk into host.mk and target.mk and makes the build rules somewhat simpler - there's no more building from stageN into stageN+1; instead we always build from stageN(host) to stageN(target) then promote from stageN(target) to stageN+1(host). Add a big honkin explaination right at the top of Makefile.in
10 lines
195 B
Makefile
10 lines
195 B
Makefile
|
|
snap-stage1: $(HOST_SREQ1)
|
|
$(S)src/etc/make-snapshot.py stage1
|
|
|
|
snap-stage2: $(HOST_SREQ2)
|
|
$(S)src/etc/make-snapshot.py stage2
|
|
|
|
snap-stage3: $(HOST_SREQ3)
|
|
$(S)src/etc/make-snapshot.py stage3
|