Open oxr463 opened 2 years ago
A good example would be this: https://github.com/rgl/windows-vagrant/issues/20
Not sure what you mean. What do you think it's being deleted, why and when?
One example is this line: https://github.com/rgl/windows-vagrant/blob/master/Makefile#L205
Deleting that directory also deletes the ISO that gets downloaded, which is over 1GB.
These invocations of
rm -rf $@
for each target in theMakefile
should be put in a separateclean
target. That way it doesn't remove everything each time the user re-runsmake
.This would be especially helpful for all of the large files that are downloaded during the build process.