From 97b521bf101b5a8169f87910492127c18778ec99 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 23 Mar 2015 14:46:44 -0400 Subject: [PATCH] make.sh: leave around the generated version For positerity (largely of packagers) lets leave around the generated version files that happen during build. They're already ignored in git, and recreated on every build. Signed-off-by: Vincent Batts Docker-DCO-1.1-Signed-off-by: Jessie Frazelle (github: jfrazelle) Docker-DCO-1.1-Signed-off-by: Jessie Frazelle (github: jfrazelle) --- hack/make.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/hack/make.sh b/hack/make.sh index 0db70a750..118d4327f 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -265,9 +265,6 @@ main() { bundle $SCRIPTDIR/make/$bundle echo done - - # if we get all the way through successfully, let's delete our autogenerated code! - rm -r autogen } main "$@"