diff options
Diffstat (limited to 'libexec/build-make-compile')
-rwxr-xr-x | libexec/build-make-compile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/build-make-compile b/libexec/build-make-compile index 8d0e59b..d3eb176 100755 --- a/libexec/build-make-compile +++ b/libexec/build-make-compile @@ -59,12 +59,12 @@ build_make_compile() ## Save Space! # At this point everything important should be installed into ${D}, and - # any form of reruning the build will remove ${S} before prepping it + # any form of reruning the build will remove ${W} before prepping it # for build, so we might as well gut it now. About the best option we # could do would be to avoid gutting this when being run in --debug # mode. if test "${BUILDER_DEBUG:-0}" -eq '0'; then - find "${S}" -delete & + find "${W}" -delete & fi ## |