summaryrefslogtreecommitdiffstats
path: root/source/script/mkproto.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam2008-02-251-1/+1
| | | | | | | | | | 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
* r17116: Jerry, I can't reach you right now, but r17110 broke the build.Volker Lendecke2007-10-101-1/+1
| | | | | | Please check. Volker
* r17110: revert a bad merge from the old trunkGerald Carter2007-10-101-1/+1
|
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
| | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy.
* Ignore only getdate.* in modules/, not the whole directory. Fixes static ↵Alexander Bokovoy2003-08-211-1/+1
| | | | builds of modules
* missing backticGerald Carter2003-08-191-1/+1
|
* Ignore modules/*.c in make protoAlexander Bokovoy2003-08-191-1/+1
|
* More fixes for builddir != srcdir.Tim Potter2003-05-271-0/+43
| | | | | | | | | | | | | | | - 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.
* Bug 83: fixes for building when $srcdir != $builddir from David LeeTim Potter2003-05-231-43/+0
| | | | <t.d.lee@durham.ac.uk>
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-0/+2
|
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-031-0/+41
semi-connection and a rpcclient prompt, but no functionality there yet. Will be a few more days on that. --jerry