From 312c0f12039da1a43cbefb6d1cb6a6ca5a5432c4 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 27 Apr 2009 16:08:50 +0000 Subject: [PATCH] Changed GNU make release number in comment lines --- configure/RULES_ARCHS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure/RULES_ARCHS b/configure/RULES_ARCHS index 228a2898b..abd50da5a 100644 --- a/configure/RULES_ARCHS +++ b/configure/RULES_ARCHS @@ -36,13 +36,14 @@ buildDirs = $(addprefix O.,$(BUILD_ARCHS)) #************************************************************************* # Create epics_host_arch dependancies for GNU make -j option -# Only works with GNU make 3.80 or later (uses eval function) +# Only works with GNU make 3.81 or later (uses eval function) # Needed in dirs where EPICS_HOST_ARCH build creates a tool used in # cross arch builds CROSS_ARCHS += $(CROSS1) $(CROSS2) -# j is NOT found in MAKEFLAGS when using make 3.8.1 +# j is NOT found in MAKEFLAGS when using make 3.81 +# Hope to uncomment this for GNU make 3.82 #ifeq ($(findstring j,$(MAKEFLAGS)),j) define DEP_template