aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/lib32-make.sh
Commit message (Collapse)AuthorAgeFilesLines
* Improve the distributeworld target in Makefile.inc1 and update the releaseNathan Whitehorn2011-03-021-8/+0
| | | | | | | | | | | | | infrastructure to use it. make distributeworld can now be used without preparing its environment first and installs games into its distribution using the regular make distribute logic instead of post-processing with a script. Also add two new targets, packageworld and packagekernel, that tar up the results of distributeworld and distributekernel (also new), respectively. Notes: svn path=/head/; revision=219177
* Fix a few issues with the lib32 dist so that it includes ldd32.John Baldwin2009-08-241-1/+1
| | | | | | | | | | | | | | - Use a better find invocation to purge empty directories from all the dist trees during a release build. The previous version did not purge directories whose contents were all empty directories. - Explicitly blacklist a few files from the lib32 dist instead of using a whitelist. A better longterm solution is to fix the few offenders to not install data files during a lib32 install. MFC after: 3 days Notes: svn path=/head/; revision=196521
* Provide 32-bit runtime support on amd64 as a separate distribution, lib32.Ruslan Ermilov2005-06-161-0/+8
Prodded by: obrien Nodded by: peter Approved by: re Notes: svn path=/head/; revision=147425