summaryrefslogtreecommitdiff
path: root/cmake/cpack_source_ignore_files.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-0/+15
|
* Revert the ndb removal for now.Jonathan Perkin2010-07-201-1/+0
|
* Remove storage/ndb from dist sources.Jonathan Perkin2010-06-231-0/+1
|
* #51466 : Source packages are broken with cmake in a cmake-agnostic environmentVladislav Vaintroub2010-02-241-0/+40
In the worst case possible scenario (no bzr, in-source build), make dist produced a package that compiled ok with autotools but failed to package because extra make_binary_distribution was found in source package and was not built. make_binary_distribution contained paths of the build machine. Fix: exclude some scripts that are produced in cmake build. Note that there is no good general fix for it in this specific scenario. it is advisable to build source packages out of source or in bzr repo.