BUG#: 4236
authorjim.wunderlich <jim.wunderlich>
Tue, 11 Oct 2005 20:58:31 +0000 (20:58 +0000)
committerjim.wunderlich <jim.wunderlich>
Tue, 11 Oct 2005 20:58:31 +0000 (20:58 +0000)
TITLE: BuildMakefile cleanbuild target has unresolved dependency

DESCRIPTION: In Makefile: updated the "build" rule to match the functionality
             that was defined for the "all" rule in the TestMakefile that
             was deleted because it was a redefinion of the "all" rule that
             exists in recurse.mak although with different functionality.

             In BuildMakefile, replaced the reference to "all" in the
             TestMakfile , that was deleted, with "build" that has the
             same functionality that all used to have.

Makefile
mak/BuildMakefile

index a85f8b27c25eed0f3d4785c11016f8bbdc074eaf..142686813854703a8727344aacb04314af833c96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,8 +62,7 @@ FORCE:
 #                 compiles all, 
 #                 sets up the dev server env  
 
-build: all setupdevserver
-       @ $(MAKE) -s tests 
+build: buildmu depend all setupdevserver
 
 #-----------------------
 # rebuild target: cleans and and then builds everything and runs tests
index 56ac018799918c5a3675b657b34ecc710b50c551..10f8a19f2e094565910c30654d12b862021c5ad6 100644 (file)
@@ -54,7 +54,7 @@ else
   CVS = cvs
 endif
 
-cleanbuild: recheckout all tests
+cleanbuild: recheckout build tests
 
 recheckout: removeall checkout