- Revision
- 11177
- Author
- heikki
- Date
- 2006-07-14 19:27:25 -0700 (Fri, 14 Jul 2006)
Log Message
Both of the mac binary tarballs are now on the same level
in dir hierarchy as the other platforms. This makes it easier
to write scripts.
in dir hierarchy as the other platforms. This makes it easier
to write scripts.
Modified Paths
Diff
Modified: trunk/chandler/Makefile (11176 => 11177)
--- trunk/chandler/Makefile 2006-07-14 23:37:42 UTC (rev 11176) +++ trunk/chandler/Makefile 2006-07-15 02:27:25 UTC (rev 11177) @@ -126,8 +126,12 @@ HOST=builds.osafoundation.org ifeq ($(OS),Darwin) ARCH=$(shell arch) -URL="" +ifeq ($(ARCH),i386) +URL="" else +URL="" +endif +else URL="" endif
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
