mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 12:09:00 +08:00
Fix gnu-make rebuild
This commit is contained in:
parent
f9d11b9dd6
commit
e03519a2db
@ -13,6 +13,6 @@ autotools_recursive_regenerate
|
|||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
cp -rp "$COOKBOOK_SOURCE/." ./
|
rsync -av --delete "$COOKBOOK_SOURCE/." ./
|
||||||
cookbook_configure
|
cookbook_configure
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user