From 9329acaef0fff79c242edf766ac84544d6422be8 Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Fri, 15 Dec 2023 17:47:52 +0100
Subject: [PATCH] squid - update to version 6.6

---
 Makefile |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 3ccf721..e6beebb 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include make-rules/shared-macros.mk
@@ -30,6 +30,7 @@
 build:		TARGET = build
 install:	TARGET = install
 publish:	TARGET = publish
+pre-publish:	TARGET = pre-publish
 validate:	TARGET = validate
 clean:		TARGET = clean
 clobber:	TARGET = clobber
@@ -39,10 +40,10 @@
 
 .DEFAULT:	publish
 
-download setup prep build install publish validate clean clobber \
-test component-hook: $(SUBDIRS)
+download setup prep build install pre-publish publish validate clean clobber \
+test component-hook unpack patch: $(SUBDIRS)
 
 $(SUBDIRS):	FORCE
-	+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
+	@+echo "$(TARGET) $@" ; $(GMAKE) -s -C $@ $(TARGET)
 
 FORCE:

--
Gitblit v1.9.3