[rtems-buildsys commit] Regenerate.

Ralf Corsepius ralf at rtems.org
Thu Dec 13 18:02:20 UTC 2012


Module:    rtems-buildsys
Branch:    master
Commit:    134da9bc27783b53345ef7e298d25a842e7ce236
Changeset: http://git.rtems.org/rtems-buildsys/commit/?id=134da9bc27783b53345ef7e298d25a842e7ce236

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Wed Dec  5 09:18:01 2012 +0100

Regenerate.

---

 rtems-reprepro/Makefile.in         |  111 ++++++++++++++++++++++++++++++------
 rtems-reprepro/configure           |   20 +++---
 rtems-reprepro/rtems-reprepro.spec |    4 +-
 3 files changed, 106 insertions(+), 29 deletions(-)

diff --git a/rtems-reprepro/Makefile.in b/rtems-reprepro/Makefile.in
index 08dca80..ce8d791 100644
--- a/rtems-reprepro/Makefile.in
+++ b/rtems-reprepro/Makefile.in
@@ -15,6 +15,7 @@
 @SET_MAKE@
 
 
+
 VPATH = @srcdir@
 am__make_dryrun = \
   { \
@@ -52,9 +53,10 @@ POST_UNINSTALL = :
 subdir = .
 DIST_COMMON = $(am__configure_deps) $(dist_debian4_10conf_DATA) \
 	$(dist_debian4_11conf_DATA) $(dist_ubuntu4_10conf_DATA) \
-	$(dist_ubuntu4_11conf_DATA) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(srcdir)/rtems-reprepro.spec.in \
-	$(top_srcdir)/configure COPYING install-sh missing
+	$(dist_ubuntu4_11conf_DATA) $(noinst_HEADERS) \
+	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/rtems-reprepro.spec.in $(top_srcdir)/configure \
+	COPYING install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -106,6 +108,11 @@ am__can_run_installinfo = \
   esac
 DATA = $(dist_debian4_10conf_DATA) $(dist_debian4_11conf_DATA) \
 	$(dist_ubuntu4_10conf_DATA) $(dist_ubuntu4_11conf_DATA)
+HEADERS = $(noinst_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+CSCOPE = cscope
+AM_RECURSIVE_TARGETS = cscope
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -196,8 +203,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-EXTRA_DIST = bin/rtems-deb-update.in bin/rtems-deb-insert.in \
-	rtems-reprepro.spec
+EXTRA_DIST = bin/rtems-deb-update.in bin/rtems-deb-insert.in
 CLEANFILES = bin/rtems-deb-update bin/rtems-deb-insert
 debian4_11confdir = ${sysconfdir}/reprepro/4.11/debian
 dist_debian4_11conf_DATA = etc/reprepro/4.11/debian/distributions \
@@ -212,6 +218,7 @@ ubuntu4_10confdir = ${sysconfdir}/reprepro/4.10/ubuntu
 dist_ubuntu4_10conf_DATA = etc/reprepro/4.10/ubuntu/distributions \
 	etc/reprepro/4.10/ubuntu/options
 bin_SCRIPTS = bin/rtems-deb-update bin/rtems-deb-insert
+noinst_HEADERS = rtems-reprepro.spec
 all: all-am
 
 .SUFFIXES:
@@ -370,14 +377,82 @@ uninstall-dist_ubuntu4_11confDATA:
 	@list='$(dist_ubuntu4_11conf_DATA)'; test -n "$(ubuntu4_11confdir)" || list=; \
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 	dir='$(DESTDIR)$(ubuntu4_11confdir)'; $(am__uninstall_files_from_dir)
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	mkid -fID $$unique
 tags: TAGS
-TAGS:
 
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	set x; \
+	here=`pwd`; \
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	shift; \
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  if test $$# -gt 0; then \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      "$$@" $$unique; \
+	  else \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      $$unique; \
+	  fi; \
+	fi
 ctags: CTAGS
-CTAGS:
-
-cscope cscopelist:
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	test -z "$(CTAGS_ARGS)$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && $(am__cd) $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) "$$here"
+
+cscope: cscope.files
+	test ! -s cscope.files \
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
+
+clean-cscope:
+	-rm -f cscope.files
+
+cscope.files: clean-cscope  cscopelist
+
+cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
+	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+	case "$(srcdir)" in \
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
+	  *) sdir=$(subdir)/$(srcdir) ;; \
+	esac; \
+	for i in $$list; do \
+	  if test -f "$$i"; then \
+	    echo "$(subdir)/$$i"; \
+	  else \
+	    echo "$$sdir/$$i"; \
+	  fi; \
+	done >> $(top_builddir)/cscope.files
 
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
 distdir: $(DISTFILES)
 	$(am__remove_distdir)
@@ -536,7 +611,7 @@ distcleancheck: distclean
 	       exit 1; } >&2
 check-am: all-am
 check: check-am
-all-am: Makefile $(SCRIPTS) $(DATA)
+all-am: Makefile $(SCRIPTS) $(DATA) $(HEADERS)
 installdirs:
 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(debian4_10confdir)" "$(DESTDIR)$(debian4_11confdir)" "$(DESTDIR)$(ubuntu4_10confdir)" "$(DESTDIR)$(ubuntu4_11confdir)"; do \
 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
@@ -579,7 +654,7 @@ clean-am: clean-generic mostlyclean-am
 distclean: distclean-am
 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
 	-rm -f Makefile
-distclean-am: clean-am distclean-generic
+distclean-am: clean-am distclean-generic distclean-tags
 
 dvi: dvi-am
 
@@ -649,12 +724,14 @@ uninstall-am: uninstall-binSCRIPTS uninstall-dist_debian4_10confDATA \
 
 .MAKE: install-am install-strip
 
-.PHONY: all all-am am--refresh check check-am clean clean-generic dist \
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
+	clean-cscope clean-generic cscope cscopelist ctags dist \
 	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
 	dist-xz dist-zip distcheck distclean distclean-generic \
-	distcleancheck distdir distuninstallcheck dvi dvi-am html \
-	html-am info info-am install install-am install-binSCRIPTS \
-	install-data install-data-am install-dist_debian4_10confDATA \
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-binSCRIPTS install-data install-data-am \
+	install-dist_debian4_10confDATA \
 	install-dist_debian4_11confDATA \
 	install-dist_ubuntu4_10confDATA \
 	install-dist_ubuntu4_11confDATA install-dvi install-dvi-am \
@@ -663,8 +740,8 @@ uninstall-am: uninstall-binSCRIPTS uninstall-dist_debian4_10confDATA \
 	install-pdf-am install-ps install-ps-am install-strip \
 	installcheck installcheck-am installdirs maintainer-clean \
 	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-	pdf-am ps ps-am uninstall uninstall-am uninstall-binSCRIPTS \
-	uninstall-dist_debian4_10confDATA \
+	pdf-am ps ps-am tags uninstall uninstall-am \
+	uninstall-binSCRIPTS uninstall-dist_debian4_10confDATA \
 	uninstall-dist_debian4_11confDATA \
 	uninstall-dist_ubuntu4_10confDATA \
 	uninstall-dist_ubuntu4_11confDATA
diff --git a/rtems-reprepro/configure b/rtems-reprepro/configure
index 78d2154..8f28348 100755
--- a/rtems-reprepro/configure
+++ b/rtems-reprepro/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for rtems-reprepro 0.7.
+# Generated by GNU Autoconf 2.69 for rtems-reprepro 0.20121205.0.
 #
 # Report bugs to <ralf.corsepius at rtems.org>.
 #
@@ -579,8 +579,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='rtems-reprepro'
 PACKAGE_TARNAME='rtems-reprepro'
-PACKAGE_VERSION='0.7'
-PACKAGE_STRING='rtems-reprepro 0.7'
+PACKAGE_VERSION='0.20121205.0'
+PACKAGE_STRING='rtems-reprepro 0.20121205.0'
 PACKAGE_BUGREPORT='ralf.corsepius at rtems.org'
 PACKAGE_URL=''
 
@@ -1195,7 +1195,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures rtems-reprepro 0.7 to adapt to many kinds of systems.
+\`configure' configures rtems-reprepro 0.20121205.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1261,7 +1261,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of rtems-reprepro 0.7:";;
+     short | recursive ) echo "Configuration of rtems-reprepro 0.20121205.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1328,7 +1328,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-rtems-reprepro configure 0.7
+rtems-reprepro configure 0.20121205.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1345,7 +1345,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by rtems-reprepro $as_me 0.7, which was
+It was created by rtems-reprepro $as_me 0.20121205.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2170,7 +2170,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='rtems-reprepro'
- VERSION='0.7'
+ VERSION='0.20121205.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2823,7 +2823,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by rtems-reprepro $as_me 0.7, which was
+This file was extended by rtems-reprepro $as_me 0.20121205.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2876,7 +2876,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-rtems-reprepro config.status 0.7
+rtems-reprepro config.status 0.20121205.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/rtems-reprepro/rtems-reprepro.spec b/rtems-reprepro/rtems-reprepro.spec
index ff5ca16..d9b7f20 100644
--- a/rtems-reprepro/rtems-reprepro.spec
+++ b/rtems-reprepro/rtems-reprepro.spec
@@ -1,6 +1,6 @@
 Name:           rtems-reprepro
-Version:        0.7
-Release:        0.20121203.0%{?dist}
+Version:        0.20121205.0
+Release:        0%{?dist}
 Summary:        RTEMS server reprepro configuration
 
 Group:          RTEMS




More information about the vc mailing list