rust/mk/snap.mk
Brian Anderson 6e654564db Lots of build system cleanup and documentation
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
2011-10-02 00:57:53 -07:00

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