I worked around this by doing ./configure again then make distclean ran ok. Richard
On Tue, 2013-06-04 at 11:17 +0100, Richard Shann wrote: > On Tue, 2013-06-04 at 11:40 +0200, Éloi Rivard wrote: > > > > Tools are now built when you run make. > > I did git pull > then make clean > then make distclean > but it needed po/POTFILES.in to do this > I touched that and then it failed because there was no target for > distclean in soundfonts any more... > Richard > below is the output > > rshann@debian-box:~/git-denemo/denemo$ make distclean > Making distclean in soundfonts > make[1]: Entering directory `/home/rshann/git-denemo/denemo/soundfonts' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[1]: Leaving directory `/home/rshann/git-denemo/denemo/soundfonts' > Making distclean in fonts > make[1]: Entering directory `/home/rshann/git-denemo/denemo/fonts' > test -z "*~ " || rm -f *~ > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[1]: Leaving directory `/home/rshann/git-denemo/denemo/fonts' > Making distclean in src > make[1]: Entering directory `/home/rshann/git-denemo/denemo/src' > rm -f denemo > rm -rf .libs _libs > test -z "libaudiobackend.a" || rm -f libaudiobackend.a > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -rf ./.deps > rm -f Makefile > make[1]: Leaving directory `/home/rshann/git-denemo/denemo/src' > Making distclean in po > make[1]: Entering directory `/home/rshann/git-denemo/denemo/po' > make[1]: *** No rule to make target `POTFILES.in', needed by `stamp-it'. > Stop. > make[1]: Leaving directory `/home/rshann/git-denemo/denemo/po' > make: *** [distclean-recursive] Error 1 > rshann@debian-box:~/git-denemo/denemo$ touch po/POTFILES.in > rshann@debian-box:~/git-denemo/denemo$ make distclean > Making distclean in soundfonts > make[1]: Entering directory `/home/rshann/git-denemo/denemo/soundfonts' > make[1]: *** No rule to make target `distclean'. Stop. > make[1]: Leaving directory `/home/rshann/git-denemo/denemo/soundfonts' > make: *** [distclean-recursive] Error 1 > > > > _______________________________________________ > Denemo-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/denemo-devel _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
