[Mach-cvs] CVS: mach2 ChangeLog, 1.318, 1.319 Makefile.am, 1.10, 1.11 configure.in, 1.74, 1.75
Brought to you by:
thomasvs
|
From: Thomas V. S. <tho...@us...> - 2010-04-06 11:44:37
|
Update of /cvsroot/mach/mach2 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv26867 Modified Files: ChangeLog Makefile.am configure.in Log Message: * Makefile.am: * configure.in: * etc/dist.d/Makefile.am: * etc/dist.d/fedora-12-i386: * etc/dist.d/fedora-12-ppc: * etc/dist.d/fedora-12-x86_64: Adding Fedora 12. Remove doc temporarily until I can commit it. Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.318 retrieving revision 1.319 diff -C2 -d -r1.318 -r1.319 *** ChangeLog 15 Nov 2009 13:26:26 -0000 1.318 --- ChangeLog 6 Apr 2010 11:44:28 -0000 1.319 *************** *** 1,2 **** --- 1,13 ---- + 2010-04-06 Thomas Vander Stichele <thomas at apestaart dot org> + + * Makefile.am: + * configure.in: + * etc/dist.d/Makefile.am: + * etc/dist.d/fedora-12-i386: + * etc/dist.d/fedora-12-ppc: + * etc/dist.d/fedora-12-x86_64: + Adding Fedora 12. + Remove doc temporarily until I can commit it. + 2009-11-15 Thomas Vander Stichele <thomas at apestaart dot org> Index: Makefile.am =================================================================== RCS file: /cvsroot/mach/mach2/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.am 28 Jun 2009 13:26:40 -0000 1.10 --- Makefile.am 6 Apr 2010 11:44:28 -0000 1.11 *************** *** 5,7 **** FORGETMENOT RELEASE mach.doap mach.spec ! SUBDIRS = scripts etc src m4 doc --- 5,7 ---- FORGETMENOT RELEASE mach.doap mach.spec ! SUBDIRS = scripts etc src m4 Index: configure.in =================================================================== RCS file: /cvsroot/mach/mach2/configure.in,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** configure.in 28 Jun 2009 13:26:40 -0000 1.74 --- configure.in 6 Apr 2010 11:44:28 -0000 1.75 *************** *** 95,98 **** --- 95,99 ---- dnl first try to guess the platform CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") + CHECK_RELEASE(fedora, "(Constantine)",defaultroot="fedora-12-$arch") CHECK_RELEASE(fedora, "(Leonidas)", defaultroot="fedora-11-$arch") CHECK_RELEASE(fedora, "(Cambridge)", defaultroot="fedora-10-$arch") *************** *** 195,199 **** etc/conf etc/dist.d/Makefile - doc/Makefile m4/Makefile mach.spec --- 196,199 ---- |