From f56eb94babba711036d3c2710ae2cacc09fddc70 Mon Sep 17 00:00:00 2001 From: Wouter van Heyst Date: Thu, 1 Jan 2004 23:19:08 +0000 Subject: Work done to build blender on Linux [sparc64]. extern/ode/dist/ode/test/test_ode.cpp: - Don't include on sparc linux, it doesn't exist. extern/ode/Makefile: - While hacking on ode, get rid of that annoying infinite rebuild source/Makefile: - Define a default BINTARGETS (just blenderdynamic) for linux, individual archs can override/add to that if they so please source/nan_link.nmk: - Add a sparc64 arch target to the linux section of nan_link.mk, using the same options as powerpc After the first ode problem, the build completed all but the linking of a blender binary, because there wasn't any target defined! On the rebuilding: The usersettings would have a newer date than targets depending on it, so it would rebuild entirely. I haven't really fixed this, but isolated it to the platforms where usersettings need to be moved around (darwin and windows). FBSD patches the usersettings, so it might still happen there. I didn't bother with a proper fix, as it looks like we're moving to scons soon. I'm amazed no one got annoyed enough before to take care of this. --- source/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 6088db76bf7..4267f780fb1 100644 --- a/source/Makefile +++ b/source/Makefile @@ -303,6 +303,7 @@ ifeq ($(OS),irix) endif ifeq ($(OS),linux) + BINTARGETS = blenderdynamic ifeq ($(CPU),alpha) BINTARGETS = blenderdynamic BINTARGETS += blenderplayer -- cgit v1.2.3