search for: extra_dist

Displaying 20 results from an estimated 1251 matches for "extra_dist".

2016 Aug 25
2
[PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
...# If you don't want to run all of the tests ('make check') then this # will just run libguestfs-test-tool for a quick check. Note this diff --git a/align/Makefile.am b/align/Makefile.am index 2b4dee4..1eccf28 100644 --- a/align/Makefile.am +++ b/align/Makefile.am @@ -23,10 +23,6 @@ EXTRA_DIST = \ test-virt-alignment-scan-guests.sh \ virt-alignment-scan.pod -CLEANFILES = \ - stamp-virt-alignment-scan.pod \ - virt-alignment-scan.1 - bin_PROGRAMS = virt-alignment-scan SHARED_SOURCE_FILES = \ diff --git a/appliance/Makefile.am b/appliance/Makefile.am index e23778e..08a7f4c 100644...
2009 Nov 19
3
Fix parallel make (v3)
This new series condenses all of the previously posted patches into new patch 1/2. The second patch is a new fix for parallel build in the haskell directory.
2009 Nov 18
1
[PATCH] Fix dependencies on generator.ml
...66f2144 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,9 +54,20 @@ if HAVE_HASKELL SUBDIRS += haskell endif +GENERATOR_ML = \ + guestfs-structs.pod \ + guestfs-actions.pod \ + guestfish-actions.pod + +.PHONY: force + +$(GENERATOR_ML): force + $(MAKE) -C $(top_builddir)/src stamp-generator + EXTRA_DIST = \ - guestfs.pod guestfs-actions.pod guestfs-structs.pod \ - guestfish.pod guestfish-actions.pod \ + $(GENERATOR_ML) \ + guestfs.pod \ + guestfish.pod \ html/pod.css \ HACKING TODO \ libguestfs.pc libguestfs.pc.in \ diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 3b80c0e..d4...
2009 Nov 19
5
Fix various build dependency problems
Patch 1/5 is a repost. Only change is title update. These fix parallel make on my machine, and additionally make building from subdirectories more correct.
2014 Feb 27
2
Re: [PATCH 5/8] builder: switch sources to .conf files
...nline "index.asc" and it is installed in sysconfdir, along > with the key of this repository > > The tests are adapted, other than to the different way to pick sources, > to the different output of --list, as "test-index" is not signed. This is missing changes to EXTRA_DIST. You can automatically find out what additions to EXTRA_DIST are needed by doing: make && make dist && make maintainer-check-extra-dist Note that some files are known to be missing from EXTRA_DIST already -- that is an existing bug. Rich. -- Richard Jones, Virtualization Gro...
2016 Jan 30
2
questions about utf8 library
1) Both src/share/Makefile.am and src/share/utf8/Makefile.am have iconvert.h inside EXTRA_DIST, although iconvert.c includes it. Why? 2) What's the purpose of charsetmap.h? It seems that it's not used anywhere.
2016 Jan 31
2
questions about utf8 library
Erik de Castro Lopo <mle+la at mega-nerd.com> ?????(?) ? ????? ?????? Sun, 31 Jan 2016 01:47:01 +0300: >> 1) Both src/share/Makefile.am and src/share/utf8/Makefile.am >> have iconvert.h inside EXTRA_DIST, although iconvert.c includes it. >> Why? > > EXTRA_DIST is for files that are not listed elsewhere in the Makefile.am > but which need to end up in the distribution tarball. So should it be moved from EXTRA_DIST into utf8_libutf8_la_SOURCES/libutf8_la_SOURCES where iconvert.c is m...
2007 Oct 29
0
5 commits - data/icons
...Fix distcheck by disting the icons diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am index a9625f1..d4dc906 100644 --- a/data/icons/16x16/Makefile.am +++ b/data/icons/16x16/Makefile.am @@ -1,2 +1,5 @@ icondir = $(datadir)/icons/hicolor/16x16/apps icon_DATA = swfdec.png + +EXTRA_DIST = $(icon_DATA) + diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am index cae3af2..670b919 100644 --- a/data/icons/22x22/Makefile.am +++ b/data/icons/22x22/Makefile.am @@ -1,2 +1,5 @@ icondir = $(datadir)/icons/hicolor/22x22/apps icon_DATA = swfdec.png + +EXTRA_DIST = $(icon...
2019 Jun 27
1
[libnbd PATCH] maint: Use $(NULL) for all Makefile.am macro lists
...e.am | 3 +- tests/Makefile.am | 65 ++++++++++++++++++++++++-------------- 12 files changed, 139 insertions(+), 70 deletions(-) diff --git a/Makefile.am b/Makefile.am index d758378..6a0f4bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,8 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ .dir-locals.el \ .gitignore \ - html/pod.css + html/pod.css \ + $(NULL) SUBDIRS = \ generator \ @@ -36,7 +37,8 @@ SUBDIRS = \ sh \ ocaml \ ocaml/examples \ - interop + interop \ + $(NULL) noinst_SCRIPTS = run diff --git a/common-rules.mk b/common-rules.mk index 498d221..eb8c92e...
2017 Jan 15
0
[PATCH 2/2] Only compile and run tests when running 'make check'
....am | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am index 96030407..59ae71f4 100644 --- a/src/test_grabbag/cuesheet/Makefile.am +++ b/src/test_grabbag/cuesheet/Makefile.am @@ -23,7 +23,7 @@ EXTRA_DIST = \ test_cuesheet.vcxproj.filters AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -noinst_PROGRAMS = test_cuesheet +check_PROGRAMS = test_cuesheet test_cuesheet_SOURCES = \ main.c test_cuesheet_LDADD = \ diff --git a/src/test_grabbag/picture/Makefile.am b/src/te...
2014 Mar 04
2
[PATCH] Remove two more files that are generated by configure
--- mllib/Makefile.am | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mllib/Makefile.am b/mllib/Makefile.am index 0e317b2..ec624c9 100644 --- a/mllib/Makefile.am +++ b/mllib/Makefile.am @@ -18,7 +18,7 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = \ - $(SOURCES) + $(filter-out config.ml.in,$(SOURCES)) CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o diff --git a/src/Makefile.am b/src/Makefile.am index 10f5203..768e716 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,7 +58,7 @@ EXTRA_DIST = \ $(BUILT_SOURCES) \ MAX_PROC_NR \...
2007 Nov 14
0
5 commits - libswfdec/.gitignore libswfdec/swfdec_initialize.as test/image test/sound test/trace
...Lampila <pekka.lampila at iki.fi> Date: Tue Nov 13 11:53:33 2007 +0200 Add missing files to test/trace/Makefile.am diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 3eb9bc8..584e7be 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -492,6 +492,10 @@ EXTRA_DIST = \ doaction-before-placeobject.c \ doaction-before-placeobject.swf \ doaction-before-placeobject.swf.trace \ + DoInitAction-once.swf \ + DoInitAction-once.swf.trace \ + DoInitAction-this.swf \ + DoInitAction-this.swf.trace \ double.swf \ double.swf.trace \ double.swf.trace.org \ @@ -58...
2019 Dec 12
8
[PATCH v2 0/6] Various small build fixes
*** BLURB HERE? *** Pino Toscano (6): build: stop shipping files generated by configure docs: fix out-of-source documentation build generator: do not generate mlv2v files when not needed perl: fix path to Build.PL rust: fix path to lib.rs rust: fix list of generator-built files daemon/Makefile.am | 8 ++++++-- docs/Makefile.am | 4 ++-- generator/main.ml | 11
2008 Apr 30
6
new release monday
All, We've accumulated quite a few changes to libvorbis since the 1.2.0 release. I'd like to do a new one, a propose that 1.2.1 happen May 5 or so. So, if you have any outstanding issues, please mention them here, and please check that current svn is working for you. Thanks, -r
2002 Aug 14
0
automake 1.6 compatability patch
...or progs foo and bar): bin_PROGRAMS=@TARGETS@ EXTRA_PROGRAMS=foo bar foo_SOURCES=foo.c bar_SOURCES=bar.c baz.c you then build up TARGETS in configure.in and AC_SUBST(TARGETS) ("TARGETS" can be any name). you then don't need to worry about EXTRA_DIST unless you have files that don't get mentioned elsewhere but are needed in the distribution tarball anyway (eg, header files that don't get installed). You can also have EXTRA_MANS, EXTRA_DATA, EXTRA_LIBRARIES etc o AM_CONFIG_HEADER is required o AC_CANONICAL_HOST is obsol...
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...uot; + CFLAGS="-O3 -funroll-loops -Wall -W -Winline $CFLAGS" fi fi diff --git a/examples/c/decode/file/Makefile.am b/examples/c/decode/file/Makefile.am index 11a48bf..30f8691 100644 --- a/examples/c/decode/file/Makefile.am +++ b/examples/c/decode/file/Makefile.am @@ -19,7 +19,7 @@ EXTRA_DIST = \ Makefile.lite \ example_c_decode_file.dsp \ example_c_decode_file.vcproj - +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = example_c_decode_file example_c_decode_file_LDADD = \ $(top_builddir)/src/libFLAC/libFLAC.la \ diff --git a/example...
2015 Oct 05
2
Re: [PATCH 1/6] tests: use fake rhsrvany.exe
...file mode 100644 > index 0000000..b474349 > --- /dev/null > +++ b/tests/fake-virt-tools/rhsrvany.exe > @@ -0,0 +1 @@ > +This is a fake rhsrvany.exe, used for testing only > diff --git a/tests/regressions/rhbz1232192.sh b/tests/regressions/rhbz1232192.sh This doesn't appear in EXTRA_DIST, so it won't be copied to the tarball. TBH I'd prefer if the fake-virt-tools directory was a subdir of v2v/ so you can just add fake-virt-tools/rhsrvany.exe to EXTRA_DIST that is already defined in v2v/Makefile.am. ACK the patch with these changes. Rich. -- Richard Jones, Virtualizatio...
2016 Sep 26
3
[PATCH 1/3] build: remove extra libconfig linkage
...LIBVIRT_CFLAGS) virt_alignment_scan_LDADD = \ - $(LIBCONFIG_LIBS) \ $(top_builddir)/src/libutils.la \ $(top_builddir)/src/libguestfs.la \ $(LIBXML2_LIBS) \ diff --git a/df/Makefile.am b/df/Makefile.am index 6efc1dc..f4a8602 100644 --- a/df/Makefile.am +++ b/df/Makefile.am @@ -27,7 +27,6 @@ EXTRA_DIST = \ bin_PROGRAMS = virt-df SHARED_SOURCE_FILES = \ - ../fish/config.c \ ../fish/decrypt.c \ ../fish/display-options.h \ ../fish/display-options.c \ @@ -62,12 +61,10 @@ virt_df_CPPFLAGS = \ virt_df_CFLAGS = \ -pthread \ $(WARN_CFLAGS) $(WERROR_CFLAGS) \ - $(LIBCONFIG_CFLAGS) \ $(LIB...
2019 Dec 12
0
[PATCH v2 1/6] build: stop shipping files generated by configure
...changed, 8 insertions(+), 5 deletions(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 7c71920c4..20440aaee 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -59,9 +59,13 @@ generator_built = \ structs.ml \ structs.mli +CONFIGURE_GENERATED_ML = \ + daemon_config.ml + EXTRA_DIST = \ $(generator_built) \ - $(SOURCES_MLI) $(SOURCES_ML) \ + $(SOURCES_MLI) \ + $(filter-out $(CONFIGURE_GENERATED_ML),$(SOURCES_ML)) \ daemon_utils_tests.ml \ guestfsd.pod @@ -297,7 +301,7 @@ SOURCES_MLI = \ utils.mli SOURCES_ML = \ - daemon_config.ml \ + $(CONFIGURE_GENERATED_ML) \...
2009 Sep 08
1
[nut-commits] svn commit r1965 - branches/AsciiDoc/docs/man
On Sep 8, 2009, at 8:30 AM, Charles Lepple wrote: [...] > +EXTRA_DIST = tripplite_usb.8.txt \ > + ups.conf.5.txt \ > + upsc.8.txt > + The EXTRA_DIST thing is a hack. Right now, we are not including the generated HTML properly, because I haven't figured out the automake way to do this correctly. Specifically, we want to treat the .txt files as sourc...