From 851cd5721904afd5369055381778e81a271b5bde Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Mon, 25 Dec 2023 19:01:07 +0100
Subject: [PATCH] php-mongodb - new package for php 8.2

---
 Makefile |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index dd58ae3..e6beebb 100644
--- a/Makefile
+++ b/Makefile
@@ -18,30 +18,32 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include make-rules/shared-macros.mk
 
-SUBDIRS += components incorporations
+SUBDIRS += components
 
 download:	TARGET = download
 prep:		TARGET = prep
 build:		TARGET = build
 install:	TARGET = install
 publish:	TARGET = publish
+pre-publish:	TARGET = pre-publish
 validate:	TARGET = validate
 clean:		TARGET = clean
 clobber:	TARGET = clobber
 setup:		TARGET = setup
+test:		TARGET = test
+component-hook:		TARGET = component-hook
 
 .DEFAULT:	publish
 
-download setup prep build install publish validate clean clobber: $(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)
-
-incorporations:	components
+	@+echo "$(TARGET) $@" ; $(GMAKE) -s -C $@ $(TARGET)
 
 FORCE:

--
Gitblit v1.9.3