⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 genext2fs-01-cvs-updates.patch

📁 最新的文件系统生成工具
💻 PATCH
📖 第 1 页 / 共 5 页
字号:
+	  && cd $(top_srcdir) \+	  && gtags -i $(GTAGS_ARGS) $$here++distclean-tags:+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags++distdir: $(DISTFILES)+	$(am__remove_distdir)+	mkdir $(distdir)+	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \+	list='$(DISTFILES)'; for file in $$list; do \+	  case $$file in \+	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \+	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \+	  esac; \+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \+	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \+	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \+	    dir="/$$dir"; \+	    $(mkdir_p) "$(distdir)$$dir"; \+	  else \+	    dir=''; \+	  fi; \+	  if test -d $$d/$$file; then \+	    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+	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \+	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \+	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \+	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \+	|| chmod -R a+r $(distdir)+dist-gzip: distdir+	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz+	$(am__remove_distdir)++dist-bzip2: distdir+	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2+	$(am__remove_distdir)++dist-tarZ: distdir+	$(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z+	$(am__remove_distdir)++dist-shar: distdir+	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz+	$(am__remove_distdir)++dist-zip: distdir+	-rm -f $(distdir).zip+	zip -rq $(distdir).zip $(distdir)+	$(am__remove_distdir)++dist dist-all: distdir+	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz+	$(am__remove_distdir)++# This target untars the dist file and tries a VPATH configuration.  Then+# it guarantees that the distribution is self-contained by making another+# tarfile.+distcheck: dist+	case '$(DIST_ARCHIVES)' in \+	*.tar.gz*) \+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\+	*.tar.bz2*) \+	  bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\+	*.tar.Z*) \+	  uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\+	*.shar.gz*) \+	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\+	*.zip*) \+	  unzip $(distdir).zip ;;\+	esac+	chmod -R a-w $(distdir); chmod a+w $(distdir)+	mkdir $(distdir)/_build+	mkdir $(distdir)/_inst+	chmod a-w $(distdir)+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \+	  && cd $(distdir)/_build \+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \+	    $(DISTCHECK_CONFIGURE_FLAGS) \+	  && $(MAKE) $(AM_MAKEFLAGS) \+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \+	  && $(MAKE) $(AM_MAKEFLAGS) check \+	  && $(MAKE) $(AM_MAKEFLAGS) install \+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \+	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \+	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \+	        distuninstallcheck \+	  && chmod -R a-w "$$dc_install_base" \+	  && ({ \+	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \+	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \+	      } || { rm -rf "$$dc_destdir"; exit 1; }) \+	  && rm -rf "$$dc_destdir" \+	  && $(MAKE) $(AM_MAKEFLAGS) dist \+	  && rm -rf $(DIST_ARCHIVES) \+	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck+	$(am__remove_distdir)+	@(echo "$(distdir) archives ready for distribution: "; \+	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \+	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'+distuninstallcheck:+	@cd $(distuninstallcheck_dir) \+	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \+	   || { echo "ERROR: files left after uninstall:" ; \+	        if test -n "$(DESTDIR)"; then \+	          echo "  (check DESTDIR support)"; \+	        fi ; \+	        $(distuninstallcheck_listfiles) ; \+	        exit 1; } >&2+distcleancheck: distclean+	@if test '$(srcdir)' = . ; then \+	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \+	  exit 1 ; \+	fi+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \+	  || { echo "ERROR: files left in build directory after distclean:" ; \+	       $(distcleancheck_listfiles) ; \+	       exit 1; } >&2+check-am: all-am+check: check-am+all-am: Makefile $(PROGRAMS) $(MANS)+installdirs:+	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)"; do \+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \+	done+install: install-am+install-exec: install-exec-am+install-data: install-data-am+uninstall: uninstall-am++install-am: all-am+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am++installcheck: installcheck-am+install-strip:+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \+	  `test -z '$(STRIP)' || \+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install+mostlyclean-generic:++clean-generic:++distclean-generic:+	-rm -f $(CONFIG_CLEAN_FILES)++maintainer-clean-generic:+	@echo "This command is intended for maintainers to use"+	@echo "it deletes files that may require special tools to rebuild."+clean: clean-am++clean-am: clean-binPROGRAMS clean-generic mostlyclean-am++distclean: distclean-am+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)+	-rm -rf ./$(DEPDIR)+	-rm -f Makefile+distclean-am: clean-am distclean-compile distclean-generic \+	distclean-tags++dvi: dvi-am++dvi-am:++html: html-am++info: info-am++info-am:++install-data-am: install-man++install-exec-am: install-binPROGRAMS++install-info: install-info-am++install-man: install-man8++installcheck-am:++maintainer-clean: maintainer-clean-am+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)+	-rm -rf $(top_srcdir)/autom4te.cache+	-rm -rf ./$(DEPDIR)+	-rm -f Makefile+maintainer-clean-am: distclean-am maintainer-clean-generic++mostlyclean: mostlyclean-am++mostlyclean-am: mostlyclean-compile mostlyclean-generic++pdf: pdf-am++pdf-am:++ps: ps-am++ps-am:++uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man++uninstall-man: uninstall-man8++.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \+	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \+	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \+	distclean-compile distclean-generic distclean-tags \+	distcleancheck distdir distuninstallcheck dvi dvi-am html \+	html-am info info-am install install-am install-binPROGRAMS \+	install-data install-data-am install-exec install-exec-am \+	install-info install-info-am install-man install-man8 \+	install-strip installcheck installcheck-am installdirs \+	maintainer-clean maintainer-clean-generic mostlyclean \+	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \+	tags uninstall uninstall-am uninstall-binPROGRAMS \+	uninstall-info-am uninstall-man uninstall-man8+++# test genext2fs by creating the image and comparing checksums+test: all+	sh ./test.sh++# test genext2fs by actually mounting the created image.+test-mount: all+	sudo sh ./test-mount.sh+# Tell versions [3.59,3.63) of GNU make to not export all variables.+# Otherwise a system limit (for SysV at least) may be exceeded.+.NOEXPORT:diff --exclude CVS -urN genext2fs-1.3.orig/NEWS genext2fs/NEWS--- genext2fs-1.3.orig/NEWS	1969-12-31 17:00:00.000000000 -0700+++ genext2fs/NEWS	2004-11-21 23:21:05.000000000 -0700@@ -0,0 +1 @@+No news yet :)diff --exclude CVS -urN genext2fs-1.3.orig/README genext2fs/README--- genext2fs-1.3.orig/README	1969-12-31 17:00:00.000000000 -0700+++ genext2fs/README	2004-11-21 23:18:40.000000000 -0700@@ -0,0 +1,19 @@+   ABOUT+-----------+genext2fs is a mean to generate an ext2 filesystem as a normal (non-root) +user.  It doesn't require you to mount the image file to copy files on it.  +It doesn't even require you to be the superuser to make device nodes.++http://sourceforge.net/projects/genext2fs++   CONTACT+-------------+Please use the genext2fs-devel@lists.sourceforge.net mailing list.++   INSTALL+-------------+Please see the INSTALL file ;)++   AUTHORS+-------------+Please see the AUTHORS file ;)diff --exclude CVS -urN genext2fs-1.3.orig/TODO genext2fs/TODO--- genext2fs-1.3.orig/TODO	1969-12-31 17:00:00.000000000 -0700+++ genext2fs/TODO	2004-11-25 11:12:10.000000000 -0700@@ -0,0 +1,13 @@+Disclaimer: I'll probably never do all this ...++- support fancy ext2 options+- support ext3++- add path to -f/-d options, e.g:+	-f /:file.img		=>	extract file.img at root+	-d /etc:/path/to/my/etc	=>	copy /path/to/my/etc into /etc++- add tar.gz extraction capabilities ?++- implement truncate_node+- find a better way to guess filesystem's sizediff --exclude CVS -urN genext2fs-1.3.orig/aclocal.m4 genext2fs/aclocal.m4--- genext2fs-1.3.orig/aclocal.m4	1969-12-31 17:00:00.000000000 -0700+++ genext2fs/aclocal.m4	2004-12-27 13:03:45.000000000 -0700@@ -0,0 +1,908 @@+# generated automatically by aclocal 1.8.5 -*- Autoconf -*-++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004+# Free Software Foundation, Inc.+# This file 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.++#                                                        -*- Autoconf -*-+# Copyright (C) 2002, 2003  Free Software Foundation, Inc.+# Generated from amversion.in; do not edit by hand.++# This program is free software; you can redistribute it and/or modify+# it under the terms of the GNU General Public License as published by+# the Free Software Foundation; either version 2, or (at your option)+# any later version.++# This program is distributed in the hope that it will be useful,+# but WITHOUT ANY WARRANTY; without even the implied warranty of+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the+# GNU General Public License for more details.++# You should have received a copy of the GNU General Public License+# along with this program; if not, write to the Free Software+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA++# AM_AUTOMAKE_VERSION(VERSION)+# ----------------------------+# Automake X.Y traces this macro to ensure aclocal.m4 has been+# generated from the m4 files accompanying Automake X.Y.+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])++# AM_SET_CURRENT_AUTOMAKE_VERSION+# -------------------------------+# Call AM_AUTOMAKE_VERSION so it can be traced.+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],+	 [AM_AUTOMAKE_VERSION([1.8.5])])++# AM_AUX_DIR_EXPAND++# Copyright (C) 2001, 2003 Free Software Foundation, Inc.++# This program is free software; you can redistribute it and/or modify+# it under the terms of the GNU General Public License as published by+# the Free Software Foundation; either version 2, or (at your option)+# any later version.++# This program is distributed in the hope that it will be useful,+# but WITHOUT ANY WARRANTY; without even the implied warranty of+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the+# GNU General Public License for more details.++# You should have received a copy of the GNU General Public License+# along with this program; if not, write to the Free Software+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA+# 02111-1307, USA.++# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.+#+# Of course, Automake must honor this variable whenever it calls a+# tool from the auxiliary directory.  The problem is that $srcdir (and+# therefore $ac_aux_dir as well) can be either absolute or relative,+# depending on how configure is run.  This is pretty annoying, since+# it makes $ac_aux_dir quite unusable in subdirectories: in the top+# source directory, any form will work fine, but in subdirectories a+# relative path needs to be adjusted first.+#+# $ac_aux_dir/missing

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -