DESTDIR was inconsistent in the first call to make (and fix for bootstrap)
This commit is contained in:
parent
8d2cdf3fe8
commit
ac05a1257e
|
@ -67,7 +67,7 @@ $MKDIR "$DST" || error
|
||||||
echo ""
|
echo ""
|
||||||
echo "Configuring CVS module $MODULE:"
|
echo "Configuring CVS module $MODULE:"
|
||||||
cd "$SRC" || error
|
cd "$SRC" || error
|
||||||
$MAKE DESTDIR="$DESTDIR" || error
|
$MAKE DESTDIR="$DST" < "$DEVNULL" || error
|
||||||
|
|
||||||
#build
|
#build
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user