cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.89k stars 983 forks source link

avoid rebuilding boot files via pb after `make re.boot` #792

Closed mflatt closed 6 months ago

mflatt commented 6 months ago

In response to #791, change make re.boot to record success so that a subsequent make doesn't start over with pb. The <m>.boot target already worked that way, and so both targets now use the same helper.

Meanwhile, avoid building a pb executable if it won't be run for building platform-specific boot files.