1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-21 03:17:08 +03:00

11 Commits

Author SHA1 Message Date
Michael Adam
826b9ab07b Fix build on some systems : don't pass libraries to mkproto.awk
Currently, some static libraries have gone into object lists
that are also passed to make proto. (This should probably be
changed...) Then some awk versions fail when passed an non-
existing lib/libtdb.a e.g.. This patch changes mkproto.sh to
exclude \.a files from the list of files to process.

Michael
2008-02-25 17:24:52 +01:00
Volker Lendecke
8c7d6cab19 r17116: Jerry, I can't reach you right now, but r17110 broke the build.
Please check.

Volker
2007-10-10 11:38:13 -05:00
Gerald Carter
2c7448e43e r17110: revert a bad merge from the old trunk 2007-10-10 11:38:12 -05:00
Jeremy Allison
9dafb7f48c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
to do the upper layer directories but this is what
everyone is waiting for....

Jeremy.
2007-10-10 11:19:14 -05:00
Alexander Bokovoy
df6eeca5f6 Ignore only getdate.* in modules/, not the whole directory. Fixes static builds of modules -
Gerald Carter
bf271aadcf missing backtic -
Alexander Bokovoy
eaf883abc0 Ignore modules/*.c in make proto -
Tim Potter
456184463d More fixes for builddir != srcdir.
- Use absolute directories for $builddir and $srcdir in the Makefile

 - Don't try and combine source files in $builddir and $srcdir to build
   proto.h.  It's just too hard to get it right across all targets we
   wish to compile on.  Use a hand created prototype for the single
   function in smbd/build_options.c that we need.  This allows us to ditch
   all the extra sed work that was causing problems: \t not portable - hah!

 - Fix bogus delheaders target to remove the correct files

This appears to work quite nicely now.  Let's see how it goes on the
buildfarm machines.
-
Tim Potter
e48a8b5e9c Bug 83: fixes for building when $srcdir != $builddir from David Lee
<t.d.lee@durham.ac.uk>
-
Jelmer Vernooij
6497eb78e8 sync 3.0 branch with HEAD -
Gerald Carter
269051aa0c first pass at merging rpcclient from TNG to HEAD. You can get a
semi-connection and a rpcclient prompt, but no functionality there yet.
Will be a few more days on that.

--jerry
-