mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
dosfstools: stub configure_init()
There's no point in configuring if not building.
This commit is contained in:
parent
8e4663912a
commit
3af8801a01
@ -17,6 +17,10 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-compat-symlinks"
|
|||||||
PKG_MAKE_OPTS_TARGET="PREFIX=/usr"
|
PKG_MAKE_OPTS_TARGET="PREFIX=/usr"
|
||||||
PKG_MAKEINSTALL_OPTS_TARGET="PREFIX=/usr"
|
PKG_MAKEINSTALL_OPTS_TARGET="PREFIX=/usr"
|
||||||
|
|
||||||
|
configure_init() {
|
||||||
|
: # reuse configure_target()
|
||||||
|
}
|
||||||
|
|
||||||
make_init() {
|
make_init() {
|
||||||
: # reuse make_target()
|
: # reuse make_target()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user