Re: [Seq24-devel] [Branch ~seq24team/seq24/trunk] Rev 134: Avoid usage of recursive make
Brought to you by:
rcbuse
|
From: Guido S. <gui...@gm...> - 2014-04-08 20:38:28
|
Am Tue, 08. Apr 2014 um 22:18:48 +0200 schrieb Guido Scholz:
> Am Tue, 08. Apr 2014 um 19:05:29 -0000 schrieb no...@la...:
>
Hi Sebastien,
>
> > Merge authors:
> > Sebastien Alaiwan (ace17)
> > ------------------------------------------------------------
> > revno: 134 [merge]
> > committer: Sebastien Alaiwan <ac...@fr...>
> > branch nick: seq24
> > timestamp: Tue 2014-04-08 21:04:20 +0200
> > message:
> > Avoid usage of recursive make
> > renamed:
> > man/Makefile.am => man/Module.am
> > src/Makefile.am => src/Module.am
> > src/pixmaps/Makefile.am => src/pixmaps/Module.am
> > modified:
> > Makefile.am
> > configure.ac
> > man/Module.am
> > src/Module.am
> > src/pixmaps/Module.am
here is an other bug:
$ LANG=C make dist
make dist-bzip2 dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory `/home/guido/src/c/gtk/seq24/trunk'
make[1]: *** No rule to make target `font.h', needed by `distdir'.
Stop.
make[1]: Leaving directory `/home/guido/src/c/gtk/seq24/trunk'
make: *** [dist] Error 2
due to the missing path for "font.h":
src/event.cpp \
-> src/font.cpp font.h \
src/globals.h \
Guido
--
http://wie-im-flug.net/
http://www.lug-burghausen.org/
|