summaryrefslogtreecommitdiff
path: root/source4/lib/replace/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18539: 'make distclean' should delete config.cacheAndrew Tridgell1-1/+1
(This used to be commit 5a8becb1be1b41b4fecf9f9f47a60eed5f77c264)
2007-10-10r18461: - extend make showflagsStefan Metzmacher1-2/+3
- let make test trigger showflags metze (This used to be commit 43c1d775b900b305345afe394383b78e83e4e5cb)
2007-10-10r18442: run the os2_delete test in the testsuite tooStefan Metzmacher1-1/+1
that shows that Tru64 is broken... It doesn't have getdirent() and the the replacement code doesn't work there. tridge: do you have any idea how to fix this? metze (This used to be commit a5ebfd0ab71f4f4288697f6fd3183a440ce7506b)
2007-10-10r18159: always recreate the the archive and use -s (which does the same as ↵Stefan Metzmacher1-2/+1
ranlib) and see how portable it is metze (This used to be commit 47b4509db909e0848842c1601f2058183d36bda7)
2007-10-10r18151: remove testfileStefan Metzmacher1-0/+1
metze (This used to be commit 6ffebfb9b7b8175eb312df6b9bc9fbd0db61b2e1)
2007-10-10r18147: add make realdistcleanStefan Metzmacher1-4/+4
metze (This used to be commit 20543e0306b129ee89c6ad21dd41205ac0263d7d)
2007-10-10r18143: the 'showflags' convention from Samba is useful for the other packagesAndrew Tridgell1-1/+6
(This used to be commit a4d1f1d2229e1a0b1523bf14fab59278207abbc0)
2007-10-10r18073: next step in grab libreplace plan - see IRC logs for very detailedAndrew Tridgell1-3/+3
discussion wity metze and jelmer! (This used to be commit f18c913b6cf772c44dfaa8a3164cc78f6554e4a9)
2007-10-10r18060: use gmake for libreplace if availableAndrew Tridgell1-0/+2
(This used to be commit 838de24dfeeb4f67d836681d8ca4b8f94b38d6e2)
2007-10-10r18045: Update format, list "test" target as phony.Jelmer Vernooij1-0/+2
(This used to be commit 1f431dcd0a1f9a2cd5a0a3b73fbf8b05b8bc6793)
2007-10-10r18044: timegm.c needs to be in a separate fileAndrew Tridgell1-1/+1
(This used to be commit 3ec1db7bd12cdc233c37f261073a33fc48ecd7ce)
2007-10-10r18042: testsuite needs to link to libreplace.a :-)Andrew Tridgell1-1/+1
(This used to be commit d359dea98eceadb4881578f70d8f4453ec0a2b88)
2007-10-10r18041: started on the bodies of the testsuite functions for libreplaceAndrew Tridgell1-1/+1
(This used to be commit a2a6782ec721312e329cd16b609fb3eff8ad284d)
2007-10-10r18037: added 'make installcheck' targetAndrew Tridgell1-0/+2
(This used to be commit 34f173d8cb23a3e12e94744b696343757b837066)
2007-10-10r18035: - fixed 'make clean' to remove test objectsAndrew Tridgell1-1/+2
- fixed 'make install' to create target dir should be ready to go into the build farm as a standalone build now? (This used to be commit 5feaeaf1dc6434874c8f4c0e913a7e6c70b87309)
2007-10-10r18034: fixed build of libreplace outside of source directoryAndrew Tridgell1-1/+3
(This used to be commit 8c07569227c6f2b0c9abdfe535733f3d5cb40fe5)
2007-10-10r18032: added a 'make distclean'Andrew Tridgell1-1/+9
(This used to be commit e83ea30b72c92ecf242274d090b00009bddd8be6)
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-0/+37
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)