summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/binutils.yml2
-rw-r--r--examples/e2fsprogs.yml2
-rw-r--r--examples/gcc.yml2
-rw-r--r--examples/gmp.yml1
-rw-r--r--examples/mpc.yml1
-rw-r--r--examples/mpfr.yml1
-rw-r--r--examples/zlib.yml1
7 files changed, 10 insertions, 0 deletions
diff --git a/examples/binutils.yml b/examples/binutils.yml
index ca8e4db..af8376e 100644
--- a/examples/binutils.yml
+++ b/examples/binutils.yml
@@ -38,6 +38,7 @@ tasks:
--disable-nls \
--disable-sim \
--disable-gdb
+ find -name config.log -delete
compile:
args:
@@ -48,6 +49,7 @@ tasks:
run: |
cd {{pn}}-build
make -j8
+ find -name config.log -delete
install:
args:
diff --git a/examples/e2fsprogs.yml b/examples/e2fsprogs.yml
index b4e2441..5d3be56 100644
--- a/examples/e2fsprogs.yml
+++ b/examples/e2fsprogs.yml
@@ -26,6 +26,7 @@ tasks:
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}}
+ find -name config.log -delete
compile:
args:
@@ -35,6 +36,7 @@ tasks:
run: |
cd {{pn}}-build
make -j8
+ find -name config.log -delete
install:
args:
diff --git a/examples/gcc.yml b/examples/gcc.yml
index 2b02523..45c3215 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -89,6 +89,7 @@ tasks:
--with-glibc-version=2.28 \
--enable-initfini-array \
--enable-__cxa_atexit
+ find -name config.log -delete
compile:
args:
@@ -102,6 +103,7 @@ tasks:
run: |
cd {{pn}}-build
make -j8 all-host
+ find -name config.log -delete
install:
args:
diff --git a/examples/gmp.yml b/examples/gmp.yml
index da49878..83e7f2f 100644
--- a/examples/gmp.yml
+++ b/examples/gmp.yml
@@ -26,6 +26,7 @@ tasks:
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}}
+ find -name config.log -delete
compile:
args:
diff --git a/examples/mpc.yml b/examples/mpc.yml
index 4de8d05..26bdb58 100644
--- a/examples/mpc.yml
+++ b/examples/mpc.yml
@@ -28,6 +28,7 @@ tasks:
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}}
+ find -name config.log -delete
compile:
args:
diff --git a/examples/mpfr.yml b/examples/mpfr.yml
index c2341f7..fe2f41f 100644
--- a/examples/mpfr.yml
+++ b/examples/mpfr.yml
@@ -28,6 +28,7 @@ tasks:
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}}
+ find -name config.log -delete
compile:
args:
diff --git a/examples/zlib.yml b/examples/zlib.yml
index d84451e..4e1ccc1 100644
--- a/examples/zlib.yml
+++ b/examples/zlib.yml
@@ -24,6 +24,7 @@ tasks:
cd {{pn}}-build
../{{pn}}-{{pv}}/configure \
--prefix={{host.prefix}}
+ find -name configure.log -delete
compile:
args: