mirror of https://github.com/n1nj4sec/pupy.git
client/linux: disable pathmap by default
This commit is contained in:
parent
96bd5b9518
commit
2d44e787ea
|
@ -138,7 +138,7 @@ for target in $TARGETS; do rm -f $TEMPLATES/$target; done
|
||||||
|
|
||||||
cd $SRC
|
cd $SRC
|
||||||
|
|
||||||
MAKEFLAGS="$MAKEFLAGS FEATURE_PATHMAP=1"
|
MAKEFLAGS="$MAKEFLAGS"
|
||||||
|
|
||||||
make $MAKEFLAGS distclean
|
make $MAKEFLAGS distclean
|
||||||
make -j $MAKEFLAGS
|
make -j $MAKEFLAGS
|
||||||
|
|
Loading…
Reference in New Issue