Wayne Davison
9203c8d274
Improved prepare-source to make it more flexible. The script now
...
lets the user choose which actions to perform and their order.
2007-12-17 23:32:47 -08:00
Wayne Davison
091b3459f6
Fixed a build problem for those building in a different dir from
...
the srcdir. Also got rid of "cd" code in configure stub.
2007-11-30 19:02:50 -08:00
Wayne Davison
85cdbb6be3
Reorganize the build-farm "prepare-source" magic a little.
...
This makes it easier for a user to request a copy of the
configure scripts via rsync ("./prepare-source fetch").
2007-11-30 18:01:18 -08:00
Wayne Davison
bcfb738c93
One build-farm system needs to fetch the proto.h* files too.
2007-11-29 23:21:51 -08:00
Wayne Davison
225787a4a4
Made the (re-)building of the proto.h file automatic in the
...
main Makefile rules, and the (re-)building of the man pages
automatic if yodl2man is present.
2007-11-24 10:54:35 -08:00
Wayne Davison
dc2815c1fb
Make sure that a failure to build configure.sh or config.h.in
...
doesn't leave a file lying around that could deceive us on the
next run.
2007-11-20 17:22:47 -08:00
Wayne Davison
3005a12bce
Only allow the build farm to rsync the latest generated
...
configure files when building them fails.
2007-11-20 08:40:15 -08:00
Wayne Davison
2909586ede
This helper script exists to create the generated files that are needed
...
for a build. It pretends to be a configure script so that the build
steps are still the normal sequence of ./configure, make, make install
(which is particularly helpful with the samba build farm). Once the
generated files are ready, the configure.sh script is called to do the
real configure work.
2007-11-09 21:37:01 -08:00