summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-12 02:12:04 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-12 02:12:04 +0000
commit3256654f02cc4f3315cf4897e40411709c7641ef (patch)
treee5c63f51f5780adee3955c9223ecae49a6a08271
parent2a6de760a064b0f17bc6b178189274b0299bf18e (diff)
downloadATCD-3256654f02cc4f3315cf4897e40411709c7641ef.tar.gz
ChangeLogTag:Thu Jul 11 21:10:37 2002 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/Makefile.bor14
2 files changed, 18 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d46bc80c1c0..bba4bccedf5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 11 21:10:37 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * Makefile.bor: Added a new BUILD target called "nightlybuild" to
+ simplify nightlybuild script.
+
Thu Jul 11 11:55:00 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
* orbsvcs/orbsvcs/Makefile.IFRService:
diff --git a/TAO/Makefile.bor b/TAO/Makefile.bor
index d35aabb4d91..ef16bf16093 100644
--- a/TAO/Makefile.bor
+++ b/TAO/Makefile.bor
@@ -47,8 +47,20 @@ DIRS = \
orbsvcs\tests \
utils
+!elif $(BUILD) == nightlybuild
+
+DIRS = \
+ tao \
+ TAO_IDL \
+ orbsvcs \
+ examples \
+ tests \
+ performance-tests \
+ orbsvcs\tests \
+ utils
+
!else
-!error Please set your BUILD variable to one of "minimal", "typical" or "all".
+!error Please set your BUILD variable to one of "minimal", "typical", "NIGHTLYBUILD", or "all".
!endif
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>