search for: am__post_remove_distdir

Displaying 2 results from an estimated 2 matches for "am__post_remove_distdir".

2015 Oct 06
0
Re: [PATCH 1/6] tests: use fake rhsrvany.exe
...and to see what gets included in the tarball: > > make dist > tar ztf libguestfs-1.31.*.tar.gz | sort | less > > Also you can use: > > make dist > make maintainer-check-extra-dist I can't get past make dist: # make V=1 INSTALLDIRS=vendor dist make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/home/rkagan/work/git/libguestfs' if test -d "libguestfs-1.31.11"; then find "libguestfs-1.31.11" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libguestfs-1.31.11" || { sleep 5 && rm -rf...
2015 Oct 05
2
Re: [PATCH 1/6] tests: use fake rhsrvany.exe
On Mon, Oct 05, 2015 at 06:12:03PM +0300, Roman Kagan wrote: > On Mon, Oct 05, 2015 at 02:17:52PM +0100, Richard W.M. Jones wrote: > > On Mon, Oct 05, 2015 at 03:40:01PM +0300, Roman Kagan wrote: > > > -guestsdir="$(cd ../tests/guests && pwd)" > > > -f="$guestsdir/windows.img" > > > +abs_top_builddir="$(cd ..; pwd)" >