Age | Commit message (Expand) | Author | Files | Lines |
2009-06-03 | Make the path to this uglyness complete so people can find the guilty party.. | Jeremy Allison | 1 | -1/+1 |
2008-12-22 | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 1 | -1/+1 |
2008-06-26 | Use make template for installing binaries. | Jelmer Vernooij | 1 | -5/+4 |
2008-05-30 | Reorder the linking of objects into a binary. | Andrew Bartlett | 1 | -2/+2 |
2008-05-27 | Don't throw away cflags if they start with a variable. | Jelmer Vernooij | 1 | -1/+4 |
2008-05-27 | Disable CFLAGS hack when include path starts with variable. | Jelmer Vernooij | 1 | -0/+1 |
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the makefi... | Jelmer Vernooij | 1 | -9/+0 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -8/+0 |
2008-05-18 | Avoid smb_build for prototype headers in some places. | Jelmer Vernooij | 1 | -3/+2 |
2008-05-16 | build: readd ALL_OBJS which is needed for automatic_dependencies | Stefan Metzmacher | 1 | -0/+2 |
2008-05-11 | Remove extra space that caused issues during make install. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-11 | Fix LDB module initialization when using external ldb. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-10 | Clean up some git merges gone wrong. | Jelmer Vernooij | 1 | -8/+0 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -0/+8 |
2008-04-15 | Work around 'test' quirks - use make's string comparison instead. | Jelmer Vernooij | 1 | -1/+3 |
2008-04-15 | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d... | Jelmer Vernooij | 1 | -4/+1 |
2008-04-15 | Fix the build. | Jelmer Vernooij | 1 | -2/+2 |
2008-04-14 | Fix unresolved symbols. | Jelmer Vernooij | 1 | -14/+11 |
2008-04-14 | Fix order of variables in the makefile. | Jelmer Vernooij | 1 | -8/+12 |
2008-04-13 | smb_build: Make sure LIBRARY_SONAME is never uninitialized. | James Peach | 1 | -0/+4 |
2008-04-02 | Don't write public functions to protoheaders. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-09 | Remove extra line for partial linkage objects, simplify binary handling. | Jelmer Vernooij | 1 | -3/+2 |
2008-03-09 | Remove unused variables. | Jelmer Vernooij | 1 | -2/+0 |
2008-03-09 | Move more code out of perl build system. | Jelmer Vernooij | 1 | -5/+3 |
2008-03-08 | Fix the build. | Jelmer Vernooij | 1 | -15/+1 |
2008-03-08 | Push SOVERSION and VERSION out of perl code. | Jelmer Vernooij | 1 | -3/+0 |
2008-03-07 | Use make macro for module installation. | Jelmer Vernooij | 1 | -7/+1 |
2008-03-07 | Use GNU make. | Jelmer Vernooij | 1 | -8/+2 |
2008-03-07 | Remove unused code, simplify alias handling. | Jelmer Vernooij | 1 | -16/+6 |
2008-03-04 | build: fix the build with --enable-automatic-dependencies=yes | Stefan Metzmacher | 1 | -1/+1 |
2008-03-03 | Remove useless ifs. | Jelmer Vernooij | 1 | -11/+1 |
2008-03-03 | Fix some syntax errors. | Jelmer Vernooij | 1 | -4/+1 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 1 | -10/+5 |
2008-03-03 | Fix syntax. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-03 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -2/+1 |
2008-02-29 | Fix variable name. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-29 | Simpler handling of sonameflag. | Jelmer Vernooij | 1 | -16/+7 |
2008-02-29 | Move automatic dependencies code out of perl code. | Jelmer Vernooij | 1 | -35/+2 |
2008-02-29 | Remove useless include, simplify generated CFLAGS lines in Makefile. | Jelmer Vernooij | 1 | -7/+1 |
2008-02-29 | Remove duplicate functions. | Jelmer Vernooij | 1 | -76/+0 |
2008-02-29 | Merge branch 'v4-0-test' into v4-0-gmake3 | Jelmer Vernooij | 1 | -0/+76 |
2008-02-29 | Include CFLAGS overrides in make file. | Jelmer Vernooij | 1 | -0/+53 |
2008-02-29 | Remove cruft that dealt with public prototype headers. | Jelmer Vernooij | 1 | -32/+6 |
2008-02-29 | Fix typos, avoid DEPEND_LIST from growing with empty elements. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -15/+0 |
2008-02-29 | Move manpage management out of the perl build system. | Jelmer Vernooij | 1 | -7/+0 |
2008-02-29 | Move logic to makefile | Jelmer Vernooij | 1 | -3/+3 |
2008-02-29 | Use more GNU-make specific variables. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-29 | Merge env.pm into makefile.pm. | Jelmer Vernooij | 1 | -4/+27 |
2008-02-29 | Avoid use of removed variable. | Jelmer Vernooij | 1 | -4/+2 |