Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 03f9c67c066d772d9a544f1183fbee609ab8137b)
|
|
generation for smbreadline.d. The problem was caused by
extra_flags.txt having ./lib/smbreadline/smbreadline.o but the build
using lib/smbreadline/smbreadline.o, which means cflags.pl didn't
match the target.
Hopefully the workaround can be removed when metze or jelmer wake up
and give me a hint on how to make SMB_SUBSYSTEM() not add the ./
prefix :-)
(This used to be commit 826cd304a7cf54ab60ea41b6ecf00ca7b89f2b39)
|
|
(This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
|
|
(This used to be commit 77c442cd469ba881215e025c87ce632c876eb617)
|
|
What we want to do here is to just make sure res is freed.
Well let's just do so explicitly, the steal cofused me
initially while reading the code. This way it is clear
what we want to do.
Simo.
(This used to be commit 30a26a501fef939991a2e998003c5a43fd5cb67e)
|
|
correct memory context).
Andrew Bartlett
(This used to be commit b4f234e507fa94e9600c362fb6edb704d299cfce)
|
|
(This used to be commit 320003127690ab98fc2185f0eb528a778cae2740)
|
|
(This used to be commit d853dcfda771888f80a80e14ffabb1c0e58a340e)
|
|
(This used to be commit 50318dc55ed5eb70adb02a5680498fad3c3e590d)
|
|
C99 initialisers without any flags, but if you don't give it -AC99
then it dies when those initialisers are very complex
(This used to be commit 46f72d7e3f285d08a043b4e8551f22c4dffe65e5)
|
|
always at it as first private dependencies
metze
(This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
|
|
must be a pretty old readline lib!
(This used to be commit ba901e6820c02bc696c0bd3e9e0788801fd0795b)
|
|
this should help with coreserverbuild (Mac OS X)
(This used to be commit b0efbdfa98cfda87a78874c2a71a52cc091e4021)
|
|
(This used to be commit 6a48f75eaef031538c3e5b98d8672919bba7c409)
|
|
(This used to be commit dd7af58b83815620114795aa49bc30b2440bd81b)
|
|
- also specify USE_HOSTCC = YES on binaries that use HOSTCC
I also disable autodependecies as this change let make run forever,
I hopefully fix that tomorrow
metze
(This used to be commit 159f74570233a8707dc1deb70fb1917a854213f8)
|
|
(This used to be commit dc1369b2ad1f55e1acfcc2ddd99ec6ac8b115da9)
|
|
(This used to be commit 8b622c5ded0732df0eaf9f6226f52a27b6eacd73)
|
|
(This used to be commit b34310029a02402bf5f5bd8690a67a3d746906ee)
|
|
(This used to be commit 6f5e7df6f2cf67731e596b1d1d6fafbb76123e89)
|
|
(This used to be commit 849fa935401b8d846e5e9c92267dc1cbabd3ae55)
|
|
- replacing rename() is pointless - all platforms have it (and the
#define of rename breaks some code)
- use system/locale.h in snprintf.c
- fix passwd.h for initgroups
- stdlib is in replace.h, not needed elsewhere
- fix the initgroups replacement
- fix mapping of dl functions to rep_*
(This used to be commit 57cd0ca176387d6a3acabf9fedeef4f2a3a3dad7)
|
|
ranlib)
and see how portable it is
metze
(This used to be commit 47b4509db909e0848842c1601f2058183d36bda7)
|
|
(This used to be commit 72e71de3e591091d71e43a3c9efd1cafd82d6c89)
|
|
(This used to be commit 859fefc3b9d4241c3db2b2642e3340dffd93f1dd)
|
|
metze
(This used to be commit 39dc57a50280889a56fa27638b9f56574883a487)
|
|
and include them from there
metze
(This used to be commit 38f9e90a120b4e62f005a1bac89139ee87f63071)
|
|
metze
(This used to be commit 6ffebfb9b7b8175eb312df6b9bc9fbd0db61b2e1)
|
|
metze
(This used to be commit e354cd0fae7ad87be30a820954dc840271301177)
|
|
metze
(This used to be commit 477c83c9834fa4dde0b69f6413336144ea5d5bdb)
|
|
- don't try to install with make test
- add make distclean and realdistclean
metze
(This used to be commit 67cb692a48726075f70b55e18e71d8fae6303d34)
|
|
metze
(This used to be commit 20543e0306b129ee89c6ad21dd41205ac0263d7d)
|
|
(This used to be commit f226645d73c85011fea32a9b6e26eb41dd2c4336)
|
|
metze
(This used to be commit d0f40dd3e5ca8b46ee9b2c4332b393f519383aae)
|
|
metze
(This used to be commit da9be10dc602d21871d970a10015e970650942fe)
|
|
(This used to be commit a4d1f1d2229e1a0b1523bf14fab59278207abbc0)
|
|
metze
(This used to be commit c8342c9ae5b37acd72271e025f0ee735a95cf8e5)
|
|
(This used to be commit 47c305c7dc5d2b2b61afe9f42f77ee3652c61a79)
|
|
(This used to be commit 41419e54d5e79d08a71cd9c94585be3448b1e9fc)
|
|
(This used to be commit f46ab799b41c0ec520739ec11979771316781ce4)
|
|
metze
(This used to be commit b4e4c115ab23bcc3b116a3736ddf2e88bab6f4cf)
|
|
(This used to be commit 2d813d1e6deb99b06e43462885be848a5399b9a8)
|
|
(This used to be commit cefcccb51948fb17fbc803325e8ab13103164f93)
|
|
system/filesys.h, but it doesn't work. Metze is looking into it :-)
(This used to be commit 0dc0b7ff613d39f93c1680116c04348b720afaff)
|
|
(This used to be commit efe60c8a4b28fa88abe5177b1a95c4ac5ac9496c)
|
|
(This used to be commit b346ab2f0573177e0a4654fd7c77a071225fc785)
|
|
fixed LIBREPLACE dep in lib/charset
(This used to be commit 2f6cd41f40cf1625918f272458b6e103e4f3e00e)
|
|
happier now
(This used to be commit 18542f184f75074e56a9793a9e3b6c6d747bb9e6)
|
|
isolation of our portability environment from the main code, and also
simplifies the includes system (no separate #ifdef _SAMBA_BUILD for
tdb. ldb etc now)
(This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)
|
|
(This used to be commit 589a1c250934a61db0f86c1e98962e195e681c79)
|