[beast: 4/5] MISC: Dockerfile-apt.in: leave the build files around for inspection



commit 1faff5e10e9408774ec4bf52cadf12b25dca761a
Author: Tim Janik <timj gnu org>
Date:   Fri Oct 28 00:12:48 2016 +0200

    MISC: Dockerfile-apt.in: leave the build files around for inspection
    
    The 'make clean' rule is tested as part of 'distcheck'. For docker builds
    it's more convenient to leave all generated files in place for manual
    inspection.
    
    Signed-off-by: Tim Janik <timj gnu org>

 misc/Dockerfile-apt.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/misc/Dockerfile-apt.in b/misc/Dockerfile-apt.in
index 5d8ff14..b4693c8 100644
--- a/misc/Dockerfile-apt.in
+++ b/misc/Dockerfile-apt.in
@@ -76,8 +76,7 @@ RUN nice make uninstall
 RUN `intent distcheck` && \
     nice make distcheck
 
-# Cleanup, show tarball
-RUN nice make clean
+# Show tarball
 RUN ls -l *.tar.xz
 
 # Create deb packages as follows:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]