Re: [SEToolkit-developer] Fwd: Some questions regarding installlocations
Brought to you by:
dmichelsen
|
From: Alex K. <ale...@gm...> - 2007-06-14 11:54:19
|
On 14/06/07, Dagobert Michelsen <da...@ba...> wrote: > Hi Alex, > > Am 14.06.2007 um 10:07 schrieb Alex Kiernan: > > On 14/06/07, Dagobert Michelsen <da...@ba...> wrote: > >> > Any solution for packaging I will probably ignore and rebuild a > >> > complete > >> > all binary Sun pkg file. > >> > >> Ok, so I'll prepare a tgz with the sources for download too. > > > > One thing to watch when doing `make dist', if you don't make > > se-parser.c first it won't get included in the bundle - perhaps we > > should force dist to depend on $(BUILT_SOURCES)? > > Yes. And there are some other files which should be included like > pkg/. I was thinking of a checkout, autoreconf, remove .svn-stuff > and tar that. If it is easy to include those files in Makefile.am > for tardist without getting them installed that would be even bet- > ter. > ./configure && make dist /ought/ to build a tarball which includes everything which goes into a distribution. make dist-check will tell you if there are things which are needed which aren't there. If it doesn't its a bug. -- Alex Kiernan |