From 0cc19f596811e888295d08a4fe189abd5a568c15 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 8 Mar 2012 11:53:13 +0000 Subject: (full_stage2) if in debug build, don't run directly stage2 --- perl-install/install/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/Makefile') diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index f939b5b79..fbd4f5a3d 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -90,6 +90,7 @@ endif full_stage2: $(MAKE) stage2 + @[ "$${DEBUG_INSTALL+xxx}" ] && make dont_run_directly_stage2 $(MAKE) compress compress: -- cgit v1.2.1