From bc90d080ac667ab4baa1cbd194729c53776a3fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 27 Feb 2004 18:02:03 +0100 Subject: [PATCH] Make rules are executed by /bin/sh. Rev: Makefile:1.126 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9120fff97a..b3c9840ed1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.125 2004/02/27 16:51:12 nilsson Exp $ +# $Id: Makefile,v 1.126 2004/02/27 17:02:03 grubba Exp $ # # Meta Makefile # @@ -235,7 +235,7 @@ snapshot: snapshot_export xenofarm_export: @echo Begin export - -cp ~/pike_bundles/* bundles + -cp "$$HOME/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