- Revision
- 11400
- Author
- bear
- Date
- 2006-08-11 11:36:06 -0700 (Fri, 11 Aug 2006)
Log Message
Change target that is used to setup the chandler directory from "install" to "distrib"
Modified Paths
Diff
Modified: trunk/hardhat/buildscripts/fullchandler.py (11399 => 11400)
--- trunk/hardhat/buildscripts/fullchandler.py 2006-08-11 18:31:57 UTC (rev 11399) +++ trunk/hardhat/buildscripts/fullchandler.py 2006-08-11 18:36:06 UTC (rev 11400) @@ -384,7 +384,7 @@ # we get here only if the module is chandler or if changes have occurred # in external or internal if module == 'chandler': - makeTargets = dbgStr + " " + clean + " install" + makeTargets = dbgStr + " " + clean + " distrib" else: makeTargets = dbgStr + " " + clean + " world"
Modified: trunk/hardhat/buildscripts/newchandler.py (11399 => 11400)
--- trunk/hardhat/buildscripts/newchandler.py 2006-08-11 18:31:57 UTC (rev 11399) +++ trunk/hardhat/buildscripts/newchandler.py 2006-08-11 18:36:06 UTC (rev 11400) @@ -476,7 +476,7 @@ moduleDir = os.path.join(workingDir, mainModule) os.chdir(moduleDir) - targets = ['install', 'strip', 'purge'] + targets = ['distrib', 'strip', 'purge'] print "Doing make " + dbgStr + clean + " ".join(targets) + "\n" log.write("Doing make " + dbgStr + clean + " ".join(targets) + "\n")
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
