The builddir should not be a subdir of the source dir.
This commit is contained in:
parent
b7c3af9346
commit
7807844e84
1 changed files with 1 additions and 1 deletions
2
sit
2
sit
|
@ -114,7 +114,7 @@ WORKDIR=${WORKDIR_BASE}/${CATEGORY}/${PACKAGE}/${VERSION}$PREFIX_SUFFIX
|
||||||
SRCDIR=${WORKDIR}/${P}
|
SRCDIR=${WORKDIR}/${P}
|
||||||
|
|
||||||
# build directory (should be different from source directory):
|
# build directory (should be different from source directory):
|
||||||
BUILDDIR=${SRCDIR}/build
|
BUILDDIR=${WORKDIR}/build
|
||||||
|
|
||||||
# logfile directory
|
# logfile directory
|
||||||
LOGDIR=${WORKDIR}
|
LOGDIR=${WORKDIR}
|
||||||
|
|
Loading…
Reference in a new issue