From e934093cd6b62debfecd5b6728d8ada4496ee9e8 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Fri, 27 Feb 2004 17:51:12 +0100 Subject: [PATCH] Include pike bundles in xenofarm dists. Rev: Makefile:1.125 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a6ad3cdfe..9120fff97a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.124 2003/12/25 08:41:45 mirar Exp $ +# $Id: Makefile,v 1.125 2004/02/27 16:51:12 nilsson Exp $ # # Meta Makefile # @@ -235,6 +235,7 @@ snapshot: snapshot_export xenofarm_export: @echo Begin export + -cp ~/pike_bundles/* bundles @$(DO_MAKE) "CONFIGUREARGS=--disable-binary $(CONFIGUREARGS)" \ "OS=source" "LIMITED_TARGETS=yes" "METATARGET=snapshot_export" \ "EXPORT_NAME=Pike%maj.%min-%Y%M%D-%h%m%s" \ -- GitLab