mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Merge pull request #66 from ids1024/preserve
Pass -p to cp, to make running autotools unnecessary
This commit is contained in:
commit
e134924c8a
2
cook.sh
2
cook.sh
@ -130,7 +130,7 @@ function op {
|
||||
fi
|
||||
|
||||
rm -rf build
|
||||
cp -r source build
|
||||
cp -rp source build
|
||||
|
||||
for patch in *.patch
|
||||
do
|
||||
|
||||
@ -12,7 +12,6 @@ function recipe_update {
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
autoreconf
|
||||
./configure --host=${HOST} --prefix=/
|
||||
make
|
||||
skip=1
|
||||
|
||||
@ -12,7 +12,6 @@ function recipe_update {
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
autoreconf
|
||||
./configure --host=${HOST} --prefix=/
|
||||
make
|
||||
skip=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user