summaryrefslogtreecommitdiffstats
path: root/source3/script/mkproto.sh
Commit message (Collapse)AuthorAgeFilesLines
* Ignore only getdate.* in modules/, not the whole directory. Fixes static ↵Alexander Bokovoy2003-08-211-1/+1
| | | | | | builds of modules (This used to be commit df6eeca5f6ddd1345d77a0efd64afc0d861d978c)
* missing backticGerald Carter2003-08-191-1/+1
| | | | (This used to be commit bf271aadcfa77f13754202b8ca04e473be819dde)
* Ignore modules/*.c in make protoAlexander Bokovoy2003-08-191-1/+1
| | | | (This used to be commit eaf883abc0a35dc648fca497248281ac68246341)
* 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. (This used to be commit 456184463d35c18840c39cb3483b7136247ea764)
* Bug 83: fixes for building when $srcdir != $builddir from David LeeTim Potter2003-05-231-43/+0
| | | | | <t.d.lee@durham.ac.uk> (This used to be commit e48a8b5e9c1a75c6e4bffe022d0e25edae89bc58)
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-0/+2
| | | | (This used to be commit 6497eb78e87a6ffa4c2c61aa4ef6ecd451821a27)
* 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 (This used to be commit 269051aa0c52728278a1d290148564f11cf7f189)