Skip to content
Snippets Groups Projects
Unverified Commit aedea229 authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Pass -p to cp, to make running autotools unnecessary

parent fc43b45f
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ function op { ...@@ -130,7 +130,7 @@ function op {
fi fi
rm -rf build rm -rf build
cp -r source build cp -rp source build
for patch in *.patch for patch in *.patch
do do
......
...@@ -12,7 +12,6 @@ function recipe_update { ...@@ -12,7 +12,6 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
autoreconf
./configure --host=${HOST} --prefix=/ ./configure --host=${HOST} --prefix=/
make make
skip=1 skip=1
......
...@@ -12,7 +12,6 @@ function recipe_update { ...@@ -12,7 +12,6 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
autoreconf
./configure --host=${HOST} --prefix=/ ./configure --host=${HOST} --prefix=/
make make
skip=1 skip=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment