automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "make dist" problem...


From: Enrico
Subject: Re: "make dist" problem...
Date: Thu, 18 Jan 2007 22:32:56 +0100
User-agent: Mozilla Thunderbird 1.5.0.9 (X11/20070103)

Ralf Wildenhues ha scritto:


Which Automake version was used to bootstrap this package?
Please also print the first 20 or so lines of output from
  make -n dist

Thanks,
Ralf


Hi!

I'm using automake (GNU automake) 1.9.6 and this is the requested output:

{ test ! -d pegsolitaire-0.1 || { find pegsolitaire-0.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr pegsolitaire-0.1 ; }; }
mkdir pegsolitaire-0.1
srcdirstrip=`echo "." | sed 's|.|.|g'`; \
      topsrcdirstrip=`echo "." | sed 's|.|.|g'`; \
list='README ./configure.ac ./aclocal.m4 ./Makefile.am ./Makefile.in ./configure AUTHORS COPYING ChangeLog INSTALL NEWS compile depcomp install-sh missing '; for file in $list; do \
        case $file in \
          ./*) file=`echo "$file" | sed "s|^$srcdirstrip/||"`;; \
          ./*) file=`echo "$file" | sed "s|^$topsrcdirstrip/|./|"`;; \
        esac; \
        if test -f $file || test -d $file; then d=.; else d=.; fi; \
        dir=`echo "$file" | sed -e 's,/[^/]*$,,'`; \
        if test "$dir" != "$file" && test "$dir" != "."; then \
          dir="/$dir"; \
          mkdir -p -- "pegsolitaire-0.1 $dir"; \
        else \
          dir=''; \
        fi; \
        if test -d $d/$file; then \
          if test -d ./$file && test $d != .; then \
            cp -pR ./$file pegsolitaire-0.1 $dir || exit 1; \
          fi; \
          cp -pR $d/$file pegsolitaire-0.1 $dir || exit 1; \
        else \
          test -f pegsolitaire-0.1 /$file \
          || cp -p $d/$file pegsolitaire-0.1 /$file \
          || exit 1; \
        fi; \
      done
list='src'; for subdir in $list; do \
        if test "$subdir" = .; then :; else \
          test -d "pegsolitaire-0.1 /$subdir" \
          || mkdir -p -- "pegsolitaire-0.1 /$subdir" \
          || exit 1; \
distdir=`CDPATH="${ZSH_VERSION+.}:" && cd pegsolitaire-0.1 && pwd`; \ top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd pegsolitaire-0.1 && pwd`; \
          (cd $subdir && \
            make  \
              top_distdir="$top_distdir" \
              distdir="$distdir/$subdir" \
              distdir) \
            || exit 1; \
        fi; \
      done
make[1]: Entering directory `/home/aragorn/Desktop/DAMA/src'
srcdirstrip=`echo "." | sed 's|.|.|g'`; \
      topsrcdirstrip=`echo ".." | sed 's|.|.|g'`; \
list='./Makefile.am ./Makefile.in ./config.h.in TODO drawengine.h drawengine.c dama.c engine.h engine.c callback.h callback.c '; for file in $list; do \
        case $file in \

Thanks again!

Enrico






reply via email to

[Prev in Thread] Current Thread [Next in Thread]