Hi all,

I have attached two minor patches that I have in my CVS tree, which can
be applied against the HEAD of the FlightGear-0.9/source directory.

The patch to the Main/Makefile.am fixes the dependencies to allow
parallel builds ('make -j').  The patch to cvsignore adds photomodel and
removes 3dcovert (which appears to be unreferenced and obsolete).

Cheers,

Zach Welch
Index: src/Main/Makefile.am
===================================================================
RCS file: /var/cvs/FlightGear-0.9/source/src/Main/Makefile.am,v
retrieving revision 1.78
diff -u -p -r1.78 Makefile.am
--- src/Main/Makefile.am        7 Dec 2007 09:11:46 -0000       1.78
+++ src/Main/Makefile.am        20 Dec 2007 18:47:16 -0000
@@ -72,7 +72,7 @@ libMain_a_SOURCES = \
 fgfs_SOURCES = bootstrap.cxx
 
 fgfs_LDADD = \
-       $(top_builddir)/src/Main/libMain.a \
+       libMain.a \
        $(top_builddir)/src/Aircraft/libAircraft.a \
        $(top_builddir)/src/ATC/libATC.a \
        $(top_builddir)/src/Cockpit/libCockpit.a \
Index: utils/Modeller/.cvsignore
===================================================================
RCS file: /var/cvs/FlightGear-0.9/source/utils/Modeller/.cvsignore,v
retrieving revision 1.4
diff -u -p -r1.4 .cvsignore
--- utils/Modeller/.cvsignore   5 Oct 2005 11:53:34 -0000       1.4
+++ utils/Modeller/.cvsignore   20 Dec 2007 18:47:49 -0000
@@ -1,7 +1,7 @@
 .deps
-3dconvert
 Makefile
 Makefile.in
 animassist
 threedconvert
 normalmap
+photomodel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to