From aedea229de5b6100dce73c73391a4163c3e63301 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott <ian@iandouglasscott.com> Date: Fri, 11 Aug 2017 19:57:02 -0700 Subject: [PATCH] Pass -p to cp, to make running autotools unnecessary --- cook.sh | 2 +- recipes/gnu-grep/recipe.sh | 1 - recipes/sed/recipe.sh | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cook.sh b/cook.sh index 90f6d02e5..8e06e71be 100755 --- a/cook.sh +++ b/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 diff --git a/recipes/gnu-grep/recipe.sh b/recipes/gnu-grep/recipe.sh index 6795cc2a3..258c3020e 100644 --- a/recipes/gnu-grep/recipe.sh +++ b/recipes/gnu-grep/recipe.sh @@ -12,7 +12,6 @@ function recipe_update { } function recipe_build { - autoreconf ./configure --host=${HOST} --prefix=/ make skip=1 diff --git a/recipes/sed/recipe.sh b/recipes/sed/recipe.sh index ca77b9102..dac91eb1e 100644 --- a/recipes/sed/recipe.sh +++ b/recipes/sed/recipe.sh @@ -12,7 +12,6 @@ function recipe_update { } function recipe_build { - autoreconf ./configure --host=${HOST} --prefix=/ make skip=1 -- GitLab