Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Ensure config.status and plain nqp binary are cleaned in realclean
- Loading branch information
667a3f7There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the literal nqp here might want to be nqp$(BAT)
667a3f7There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no
nqpat all, it is nqp-{m,j,p}$(BAT) or so667a3f7There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right at the end of the
makestep, the following commands are executed (on Linux, building with MoarVM):This seems to be part of the
m-runner-default:target. Thus a filenqpis generated as part of the build.@coke: I believe you're right; it should be
nqp$(BAT)or something similar.