This email list is read-only. Emails sent to this list will be discarded
----------------------------------
configure.ac | 1 +
debian/changelog | 5 +-
default_config/defaults.cfg | 9 +
platforms/Makefile.am | 3 +-
.../Makefile | 534 ++++++++++++++++++++
.../Makefile.am | 35 ++
.../Makefile.in | 534 ++++++++++++++++++++
.../fsets/base.fset | 53 ++
.../initramfs/initramfs.conf | 54 ++
.../initramfs/modules | 24 +
.../initramfs/usplash.conf | 3 +
.../install.sh | 328 ++++++++++++
.../sources/hardy.list | 5 +
.../sources/ubuntu-hardy-src.list | 1 +
.../sources/um-ppa-hardy.list | 2 +
platforms/platforms.cfg | 5 +
16 files changed, 1594 insertions(+), 2 deletions(-)
New commits:
commit e807b4732d1cc1c996ceb6073e48aeeb5b5b5c8b
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date: Mon Aug 18 12:28:58 2008 -0700
Adding ubuntu jax10 platform
Diff in this email is a maximum of 400 lines.
diff --git a/configure.ac b/configure.ac
index eb189e3..28c2bb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in
platforms/mccaslin-lpia-ubuntu-hardy-ppa/Makefile
platforms/mccaslin-lpia-ubuntu-hardy/Makefile
platforms/mccaslin-lpia/Makefile
+ platforms/menlow-lpia-ubuntu-hardy-jax10-snapshot1/Makefile
platforms/menlow-lpia-ubuntu-hardy-ppa-snapshot/Makefile
platforms/menlow-lpia-ubuntu-hardy-ppa/Makefile
platforms/menlow-lpia-ubuntu-hardy/Makefile
diff --git a/debian/changelog b/debian/changelog
index 5c00082..f3285b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -113,7 +113,10 @@ moblin-image-creator (0.45) UNRELEASED; urgency=low
[ Mitsutaka Amano ]
* Fixed bug about can't create /var/lib/moblin-image-creator/kvm.
- -- Mitsutaka Amano <[EMAIL PROTECTED]> Mon, 18 Aug 2008 12:14:13 +0900
+ [ Prajwal Mohan ]
+ * Adding ubuntu jax10 platform
+
+ -- Prajwal Mohan <[EMAIL PROTECTED]> Mon, 18 Aug 2008 12:28:34 -0700
moblin-image-creator (0.44) gaston; urgency=low
diff --git a/default_config/defaults.cfg b/default_config/defaults.cfg
index 59a1ba4..2e6964f 100644
--- a/default_config/defaults.cfg
+++ b/default_config/defaults.cfg
@@ -114,6 +114,11 @@ buildroot_codename = hardy
# Going to use the snapshot for the PPA platform
buildroot_mirror = http://snapshot.ubuntu.com/lpia/snapshot/2008-02-27/ports/
+[platform.menlow-lpia-ubuntu-hardy-jax10-snapshot1]
+# codename to use for platform rootstrap configuration
+hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 ht=on
+buildroot_codename = hardy
+
# ***************** Fedora Platforms *****************************
[platform.mccaslin-lpia-fedora]
@@ -170,6 +175,10 @@ fat32_partition_size = 4096
[installimage.menlow-lpia-ubuntu-hardy-ppa-snapshot]
fat32_partition_size = 4096
+[installimage.menlow-lpia-ubuntu-hardy-jax10-snapshot1]
+boot_partition_size = 768
+swap_partition_size = 512
+
# Distribution information
# ubuntu = debian
[distribution.debian]
diff --git a/platforms/Makefile.am b/platforms/Makefile.am
index bbe52d7..589eb6e 100644
--- a/platforms/Makefile.am
+++ b/platforms/Makefile.am
@@ -7,7 +7,8 @@ SUBDIRS = \
menlow-lpia \
menlow-lpia-ubuntu-hardy \
menlow-lpia-ubuntu-hardy-ppa \
- menlow-lpia-ubuntu-hardy-ppa-snapshot
+ menlow-lpia-ubuntu-hardy-ppa-snapshot \
+ menlow-lpia-ubuntu-hardy-jax10-snapshot1
debootstrap_scriptdir = ${pkgdatadir}/debootstrap-scripts
debootstrap_script_DATA = \
diff --git a/platforms/menlow-lpia-ubuntu-hardy-jax10-snapshot1/Makefile
b/platforms/menlow-lpia-ubuntu-hardy-jax10-snapshot1/Makefile
new file mode 100644
index 0000000..afc0c1b
--- /dev/null
+++ b/platforms/menlow-lpia-ubuntu-hardy-jax10-snapshot1/Makefile
@@ -0,0 +1,534 @@
+# Makefile.in generated by automake 1.10 from Makefile.am.
+# platforms/menlow-lpia-ubuntu-hardy-jax10-snapshot1/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-ubuntu-hardy-jax10-snapshot1
+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)$(initramfs_hooksdir)" "$(DESTDIR)$(fsetsdir)" \
+ "$(DESTDIR)$(initramfsdir)" \
+ "$(DESTDIR)$(initramfs_scriptsdir)" "$(DESTDIR)$(platformdir)" \
+ "$(DESTDIR)$(sourcesdir)"
+initramfsSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+initramfs_hooksSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+SCRIPTS = $(initramfs_SCRIPTS) $(initramfs_hooks_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)
+initramfsDATA_INSTALL = $(INSTALL_DATA)
+initramfs_scriptsDATA_INSTALL = $(INSTALL_DATA)
+platformDATA_INSTALL = $(INSTALL_DATA)
+sourcesDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(fsets_DATA) $(initramfs_DATA) $(initramfs_scripts_DATA) \
+ $(platform_DATA) $(sources_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-ubuntu-hardy-jax10-snapshot1
+abs_srcdir =
/home/prajwal/Desktop/Moblin/mic2/platforms/menlow-lpia-ubuntu-hardy-jax10-snapshot1
+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-ubuntu-hardy-jax10-snapshot1
+fsetsdir = ${pkgdatadir}/platforms/${PNAME}/fsets
+fsets_DATA = \
+ fsets/base.fset
+
+platformdir = ${pkgdatadir}/platforms/${PNAME}
+platform_DATA = \
+ ../common-apt/exclude \
+ install.sh
+
+initramfsdir = ${pkgdatadir}/platforms/${PNAME}/initramfs
+initramfs_SCRIPTS = \
+ ../common-apt/initramfs/cd \
+ ../common-apt/initramfs/disk \
+ ../common-apt/initramfs/usb
+
+initramfs_DATA = \
+ initramfs/initramfs.conf \
+ initramfs/modules \
+ initramfs/usplash.conf
+
+initramfs_hooksdir = ${pkgdatadir}/platforms/${PNAME}/initramfs/hooks
+initramfs_hooks_SCRIPTS = \
+ ../common-apt/initramfs/hooks/mobile
+
+initramfs_scriptsdir = ${pkgdatadir}/platforms/${PNAME}/initramfs/scripts
+initramfs_scripts_DATA = \
+ ../common-apt/initramfs/scripts/.empty
+
+sourcesdir = ${pkgdatadir}/platforms/${PNAME}/sources
+sources_DATA = \
+ sources/hardy.list \
+ sources/ubuntu-hardy-src.list \
+ sources/um-ppa-hardy.list
+
+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-ubuntu-hardy-jax10-snapshot1/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --foreign
platforms/menlow-lpia-ubuntu-hardy-jax10-snapshot1/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-initramfs_hooksSCRIPTS: $(initramfs_hooks_SCRIPTS)
+ @$(NORMAL_INSTALL)
+ test -z "$(initramfs_hooksdir)" || $(MKDIR_P)
"$(DESTDIR)$(initramfs_hooksdir)"
+ @list='$(initramfs_hooks_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 " $(initramfs_hooksSCRIPT_INSTALL) '$$d$$p'
'$(DESTDIR)$(initramfs_hooksdir)/$$f'"; \
+ $(initramfs_hooksSCRIPT_INSTALL) "$$d$$p"
"$(DESTDIR)$(initramfs_hooksdir)/$$f"; \
+ else :; fi; \
+ done
+
+uninstall-initramfs_hooksSCRIPTS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(initramfs_hooks_SCRIPTS)'; for p in $$list; do \
+ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+ echo " rm -f '$(DESTDIR)$(initramfs_hooksdir)/$$f'"; \
+ rm -f "$(DESTDIR)$(initramfs_hooksdir)/$$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-initramfsDATA: $(initramfs_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(initramfsdir)" || $(MKDIR_P) "$(DESTDIR)$(initramfsdir)"
+ @list='$(initramfs_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits