summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-03 04:49:43 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-03 04:49:43 +0000
commit0dd9fdfd52c9e3fe8eaf968a3d6853bfbaca8f51 (patch)
treeb5475b98e7c072874510fe1566b38c1a642da87e
parentec7f0214f7e3f2364fb3ad7771da40e4d7727bee (diff)
downloadATCD-0dd9fdfd52c9e3fe8eaf968a3d6853bfbaca8f51.tar.gz
ChangeLogTag:Mon Nov 3 04:43:43 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/Makefile2
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8e9ba293546..39ad77eb97f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Mon Nov 3 04:43:43 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * Makefile:
+ Pass the $(MAKE) variable to the reverseclean script and us it
+ instead of "make". This fixes problems in autobuilds that
+ assign something other than "make" to the make_program
+ variable.
+
Mon Nov 3 03:04:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
* orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp:
diff --git a/TAO/Makefile b/TAO/Makefile
index eed4605b9d1..2a0b444e1fe 100644
--- a/TAO/Makefile
+++ b/TAO/Makefile
@@ -60,7 +60,7 @@ clone:
done
reverseclean:
- @$(ACE_ROOT)/bin/reverse_clean $(DIRS)
+ @$(ACE_ROOT)/bin/reverse_clean $(MAKE) $(DIRS)
CONTROLLED_FILES = TAO/COPYING* \
TAO/ChangeLog* \