Allow configure(1) to be bypassed completely
This commit is contained in:
parent
c971f692bc
commit
b53eba585a
|
@ -23,11 +23,11 @@
|
|||
PKG_CONFIG_PATH="$PWD/../data:$LIBDIR/pkgconfig"
|
||||
PYTHONDIR="../src/python"
|
||||
#executables
|
||||
CONFIGURE="configure"
|
||||
CONFIGURE="configure -v"
|
||||
MAKE="make"
|
||||
|
||||
|
||||
[ -n "$OBJDIR" ] && PKG_CONFIG_PATH="${OBJDIR}../data:$LIBDIR/pkgconfig"
|
||||
(cd "$PYTHONDIR" &&
|
||||
$CONFIGURE -v &&
|
||||
$CONFIGURE &&
|
||||
PKG_CONFIG_PATH="$PKG_CONFIG_PATH" $MAKE clean all)
|
||||
|
|
Loading…
Reference in New Issue
Block a user