This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 debian/changelog                                   |    5 +-
 gui/gui.py                                         |    4 +-
 platforms/menlow-lpia-moblin2/Makefile             |  456 ++++++++++++++++++++
 platforms/menlow-lpia-moblin2/Makefile.am          |   24 +
 platforms/menlow-lpia-moblin2/Makefile.in          |  456 ++++++++++++++++++++
 platforms/menlow-lpia-moblin2/fsets/base.fset      |   38 ++
 platforms/menlow-lpia-moblin2/fstab                |    4 +
 .../menlow-lpia-moblin2/yum.repos.d/Moblin.repo    |    5 +
 platforms/netbook-lpia-moblin2/Makefile            |  456 ++++++++++++++++++++
 platforms/netbook-lpia-moblin2/Makefile.am         |   24 +
 platforms/netbook-lpia-moblin2/Makefile.in         |  456 ++++++++++++++++++++
 platforms/netbook-lpia-moblin2/fsets/base.fset     |   64 +++
 platforms/netbook-lpia-moblin2/fstab               |    4 +
 .../netbook-lpia-moblin2/yum.repos.d/Moblin.repo   |    6 +
 14 files changed, 1998 insertions(+), 4 deletions(-)

New commits:
commit a2b6442fb8f27705f8a9915b870e6faeea5a15dc
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date:   Mon Aug 18 23:54:00 2008 -0700

    Adjusting kvm parameters


Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index 83c244b..ec695c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -115,9 +115,10 @@ moblin-image-creator (0.45) UNRELEASED; urgency=low
 
   [ Prajwal Mohan ]
   * Adding ubuntu jax10 platform
-  * Adding platform definition for netbook-lpia-moblin and menlow-lpia-moblin 
+  * Adding platform definition for netbook-lpia-moblin and menlow-lpia-moblin
+  * Adjusting kvm parameters 
 
- -- Prajwal Mohan <[EMAIL PROTECTED]>  Mon, 18 Aug 2008 23:45:05 -0700
+ -- Prajwal Mohan <[EMAIL PROTECTED]>  Mon, 18 Aug 2008 23:53:19 -0700
 
 moblin-image-creator (0.44) gaston; urgency=low
 
diff --git a/gui/gui.py b/gui/gui.py
index 2011111..0b4c6b5 100644
--- a/gui/gui.py
+++ b/gui/gui.py
@@ -997,9 +997,9 @@ class App(object):
             return
         # boot the live usb image in KVM in background
         if mic_cfg.config.get('general', 'package_manager') == 'apt':
-            os.popen("kvm -no-acpi -m 384 -hda " + live_img + " -hdb 
/var/lib/moblin-image-creator/kvm/mic_vm_share.img -boot c &")
+            os.popen("kvm -no-acpi -m 512 -hda " + live_img + " -hdb 
/var/lib/moblin-image-creator/kvm/mic_vm_share.img -boot c &")
         elif mic_cfg.config.get('general', 'package_manager') == 'yum':
-            os.popen("qemu-kvm -no-acpi -m 384 -hda " + live_img + " -hdb 
/var/lib/moblin-image-creator/kvm/mic_vm_share.img -boot c &")
+            os.popen("qemu-kvm -no-acpi -m 512 -hda " + live_img + " -hdb 
/var/lib/moblin-image-creator/kvm/mic_vm_share.img -boot c &")
 
     def getImageName(self, default_name = ".img"):
         """Function to query the user for the name of the image file they want
diff --git a/platforms/menlow-lpia-moblin2/Makefile 
b/platforms/menlow-lpia-moblin2/Makefile
new file mode 100644
index 0000000..51b633e
--- /dev/null
+++ b/platforms/menlow-lpia-moblin2/Makefile
@@ -0,0 +1,456 @@
+# Makefile.in generated by automake 1.10 from Makefile.am.
+# platforms/menlow-lpia-moblin2/Makefile.  Generated from Makefile.in by 
configure.
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+
+
+
+pkgdatadir = $(datadir)/pdk
+pkglibdir = $(libdir)/pdk
+pkgincludedir = $(includedir)/pdk
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = i686-pc-linux-gnu
+host_triplet = i686-pc-linux-gnu
+subdir = platforms/menlow-lpia-moblin2
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+       $(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_CLEAN_FILES =
+am__installdirs = "$(DESTDIR)$(initramfsdir)" "$(DESTDIR)$(fsetsdir)" \
+       "$(DESTDIR)$(platformdir)" "$(DESTDIR)$(yumreposdir)"
+initramfsSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+SCRIPTS = $(initramfs_SCRIPTS)
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+fsetsDATA_INSTALL = $(INSTALL_DATA)
+platformDATA_INSTALL = $(INSTALL_DATA)
+yumreposDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(fsets_DATA) $(platform_DATA) $(yumrepos_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = ${SHELL} /home/prajwal/Desktop/Moblin/mic2/missing --run aclocal-1.10
+ALL_LINGUAS = 
+AMTAR = ${SHELL} /home/prajwal/Desktop/Moblin/mic2/missing --run tar
+AUTOCONF = ${SHELL} /home/prajwal/Desktop/Moblin/mic2/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/prajwal/Desktop/Moblin/mic2/missing --run 
autoheader
+AUTOMAKE = ${SHELL} /home/prajwal/Desktop/Moblin/mic2/missing --run 
automake-1.10
+AWK = gawk
+CC = gcc
+CCDEPMODE = depmode=none
+CFLAGS = -g -O2
+CPPFLAGS = 
+CYGPATH_W = echo
+DATADIRNAME = share
+DEFS = -DPACKAGE_NAME=\"pdk\" -DPACKAGE_TARNAME=\"pdk\" 
-DPACKAGE_VERSION=\"0.45\" -DPACKAGE_STRING=\"pdk\ 0.45\" 
-DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DPACKAGE=\"pdk\" -DVERSION=\"0.45\" 
-DGETTEXT_PACKAGE=\"moblin-image-creator\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 
-DHAVE_DCGETTEXT=1
+DEPDIR = .deps
+ECHO_C = 
+ECHO_N = -n
+ECHO_T = 
+EXEEXT = 
+GETTEXT_PACKAGE = moblin-image-creator
+GMSGFMT = /usr/bin/msgfmt
+GMSGFMT_015 = /usr/bin/msgfmt
+INSTALL = /usr/bin/install -c
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_SCRIPT = ${INSTALL}
+INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
+INTLLIBS = 
+INTLTOOL_CAVES_RULE = %.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_DESKTOP_RULE = %.desktop:   %.desktop.in   $(INTLTOOL_MERGE) 
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_DIRECTORY_RULE = %.directory: %.directory.in $(INTLTOOL_MERGE) 
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_EXTRACT = $(top_builddir)/intltool-extract
+INTLTOOL_KBD_RULE = %.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_KEYS_RULE = %.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_MERGE = $(top_builddir)/intltool-merge
+INTLTOOL_OAF_RULE = %.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@
+INTLTOOL_PERL = /usr/bin/perl
+INTLTOOL_POLICY_RULE = %.policy:    %.policy.in    $(INTLTOOL_MERGE) 
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_PONG_RULE = %.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_PROP_RULE = %.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SCHEMAS_RULE = %.schemas:   %.schemas.in   $(INTLTOOL_MERGE) 
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SERVER_RULE = %.server:    %.server.in    $(INTLTOOL_MERGE) 
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SERVICE_RULE = %.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SHEET_RULE = %.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SOUNDLIST_RULE = %.soundlist: %.soundlist.in $(INTLTOOL_MERGE) 
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_THEME_RULE = %.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_UI_RULE = %.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_UPDATE = $(top_builddir)/intltool-update
+INTLTOOL_XAM_RULE = %.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_XML_NOMERGE_RULE = %.xml:       %.xml.in       $(INTLTOOL_MERGE) ; 
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
+INTLTOOL_XML_RULE = %.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTL_MACOSX_LIBS = 
+LDFLAGS = 
+LIBICONV = -liconv
+LIBINTL = 
+LIBOBJS = 
+LIBS = 
+LTLIBICONV = -liconv
+LTLIBINTL = 
+LTLIBOBJS = 
+MAKEINFO = ${SHELL} /home/prajwal/Desktop/Moblin/mic2/missing --run makeinfo
+MKDIR_P = /bin/mkdir -p
+MSGFMT = /usr/bin/msgfmt
+MSGFMT_015 = /usr/bin/msgfmt
+MSGMERGE = /usr/bin/msgmerge
+OBJEXT = o
+PACKAGE = pdk
+PACKAGE_BUGREPORT = [EMAIL PROTECTED]
+PACKAGE_NAME = pdk
+PACKAGE_STRING = pdk 0.45
+PACKAGE_TARNAME = pdk
+PACKAGE_VERSION = 0.45
+PATH_SEPARATOR = :
+POSUB = po
+PROGRAMNAME_LOCALEDIR = ${datarootdir}/locale
+SET_MAKE = 
+SHELL = /bin/bash
+STRIP = 
+USE_NLS = yes
+VERSION = 0.45
+XGETTEXT = /usr/bin/xgettext
+XGETTEXT_015 = /usr/bin/xgettext
+abs_builddir = /home/prajwal/Desktop/Moblin/mic2/platforms/menlow-lpia-moblin2
+abs_srcdir = /home/prajwal/Desktop/Moblin/mic2/platforms/menlow-lpia-moblin2
+abs_top_builddir = /home/prajwal/Desktop/Moblin/mic2
+abs_top_srcdir = /home/prajwal/Desktop/Moblin/mic2
+ac_ct_CC = gcc
+am__include = include
+am__leading_dot = .
+am__quote = 
+am__tar = ${AMTAR} chof - "$$tardir"
+am__untar = ${AMTAR} xf -
+bindir = ${exec_prefix}/bin
+build = i686-pc-linux-gnu
+build_alias = 
+build_cpu = i686
+build_os = linux-gnu
+build_vendor = pc
+builddir = .
+datadir = ${datarootdir}
+datarootdir = ${prefix}/share
+docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
+dvidir = ${docdir}
+exec_prefix = ${prefix}
+host = i686-pc-linux-gnu
+host_alias = 
+host_cpu = i686
+host_os = linux-gnu
+host_vendor = pc
+htmldir = ${docdir}
+includedir = ${prefix}/include
+infodir = ${datarootdir}/info
+install_sh = $(SHELL) /home/prajwal/Desktop/Moblin/mic2/install-sh
+libdir = ${exec_prefix}/lib
+libexecdir = ${exec_prefix}/libexec
+localedir = ${datarootdir}/locale
+localstatedir = /var
+mandir = ${datarootdir}/man
+mkdir_p = /bin/mkdir -p
+oldincludedir = /usr/include
+pdfdir = ${docdir}
+prefix = /usr
+program_transform_name = s,x,x,
+psdir = ${docdir}
+sbindir = ${exec_prefix}/sbin
+sharedstatedir = ${prefix}/com
+srcdir = .
+sysconfdir = /etc
+target_alias = 
+top_builddir = ../..
+top_srcdir = ../..
+PNAME = menlow-lpia-moblin2
+fsetsdir = ${pkgdatadir}/platforms/${PNAME}/fsets
+fsets_DATA = \
+       fsets/base.fset
+
+yumreposdir = ${pkgdatadir}/platforms/${PNAME}/yum.repos.d
+yumrepos_DATA = \
+       yum.repos.d/Moblin.repo
+
+platformdir = ${pkgdatadir}/platforms/${PNAME}
+platform_DATA = \
+       ../common-yum/exclude \
+       ../common-yum/install.sh \
+       ../common-yum/nand.sh \
+       fstab
+
+initramfsdir = ${pkgdatadir}/platforms/${PNAME}/initramfs
+initramfs_SCRIPTS = \
+       ../common-yum/initramfs/disk \
+       ../common-yum/initramfs/init \
+       ../common-yum/initramfs/init.1 \
+       ../common-yum/initramfs/nand \
+       ../common-yum/initramfs/usb
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+       @for dep in $?; do \
+         case '$(am__configure_deps)' in \
+           *$$dep*) \
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+               && exit 0; \
+             exit 1;; \
+         esac; \
+       done; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  
platforms/menlow-lpia-moblin2/Makefile'; \
+       cd $(top_srcdir) && \
+         $(AUTOMAKE) --foreign  platforms/menlow-lpia-moblin2/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+       @case '$?' in \
+         *config.status*) \
+           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+         *) \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 
$(am__depfiles_maybe)'; \
+           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 
$(am__depfiles_maybe);; \
+       esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES)
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+install-initramfsSCRIPTS: $(initramfs_SCRIPTS)
+       @$(NORMAL_INSTALL)
+       test -z "$(initramfsdir)" || $(MKDIR_P) "$(DESTDIR)$(initramfsdir)"
+       @list='$(initramfs_SCRIPTS)'; for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         if test -f $$d$$p; then \
+           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+           echo " $(initramfsSCRIPT_INSTALL) '$$d$$p' 
'$(DESTDIR)$(initramfsdir)/$$f'"; \
+           $(initramfsSCRIPT_INSTALL) "$$d$$p" 
"$(DESTDIR)$(initramfsdir)/$$f"; \
+         else :; fi; \
+       done
+
+uninstall-initramfsSCRIPTS:
+       @$(NORMAL_UNINSTALL)
+       @list='$(initramfs_SCRIPTS)'; for p in $$list; do \
+         f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+         echo " rm -f '$(DESTDIR)$(initramfsdir)/$$f'"; \
+         rm -f "$(DESTDIR)$(initramfsdir)/$$f"; \
+       done
+install-fsetsDATA: $(fsets_DATA)
+       @$(NORMAL_INSTALL)
+       test -z "$(fsetsdir)" || $(MKDIR_P) "$(DESTDIR)$(fsetsdir)"
+       @list='$(fsets_DATA)'; for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         f=$(am__strip_dir) \
+         echo " $(fsetsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(fsetsdir)/$$f'"; \
+         $(fsetsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(fsetsdir)/$$f"; \
+       done
+
+uninstall-fsetsDATA:
+       @$(NORMAL_UNINSTALL)
+       @list='$(fsets_DATA)'; for p in $$list; do \
+         f=$(am__strip_dir) \
+         echo " rm -f '$(DESTDIR)$(fsetsdir)/$$f'"; \
+         rm -f "$(DESTDIR)$(fsetsdir)/$$f"; \
+       done
+install-platformDATA: $(platform_DATA)
+       @$(NORMAL_INSTALL)
+       test -z "$(platformdir)" || $(MKDIR_P) "$(DESTDIR)$(platformdir)"
+       @list='$(platform_DATA)'; for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         f=$(am__strip_dir) \
+         echo " $(platformDATA_INSTALL) '$$d$$p' 
'$(DESTDIR)$(platformdir)/$$f'"; \
+         $(platformDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(platformdir)/$$f"; \
+       done
+
+uninstall-platformDATA:
+       @$(NORMAL_UNINSTALL)
+       @list='$(platform_DATA)'; for p in $$list; do \
+         f=$(am__strip_dir) \
+         echo " rm -f '$(DESTDIR)$(platformdir)/$$f'"; \
+         rm -f "$(DESTDIR)$(platformdir)/$$f"; \
+       done
+install-yumreposDATA: $(yumrepos_DATA)
+       @$(NORMAL_INSTALL)
+       test -z "$(yumreposdir)" || $(MKDIR_P) "$(DESTDIR)$(yumreposdir)"
+       @list='$(yumrepos_DATA)'; for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         f=$(am__strip_dir) \
+         echo " $(yumreposDATA_INSTALL) '$$d$$p' 
'$(DESTDIR)$(yumreposdir)/$$f'"; \
+         $(yumreposDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(yumreposdir)/$$f"; \
+       done
+
+uninstall-yumreposDATA:
+       @$(NORMAL_UNINSTALL)
+       @list='$(yumrepos_DATA)'; for p in $$list; do \
+         f=$(am__strip_dir) \
+         echo " rm -f '$(DESTDIR)$(yumreposdir)/$$f'"; \
+         rm -f "$(DESTDIR)$(yumreposdir)/$$f"; \
+       done
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+       list='$(DISTFILES)'; \
+         dist_files=`for file in $$list; do echo $$file; done | \
+         sed -e "s|^$$srcdirstrip/||;t" \
+             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+       case $$dist_files in \
+         */*) $(MKDIR_P) `echo "$$dist_files" | \
+                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+                          sort -u` ;; \
+       esac; \
+       for file in $$dist_files; do \
+         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+         if test -d $$d/$$file; then \
+           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+           fi; \
+           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+         else \
+           test -f $(distdir)/$$file \
+           || cp -p $$d/$$file $(distdir)/$$file \
+           || exit 1; \
+         fi; \
+       done
+check-am: all-am
+check: check-am
+all-am: Makefile $(SCRIPTS) $(DATA)
+installdirs:
+       for dir in "$(DESTDIR)$(initramfsdir)" "$(DESTDIR)$(fsetsdir)" 
"$(DESTDIR)$(platformdir)" "$(DESTDIR)$(yumreposdir)"; do \
+         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+       done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to