summaryrefslogtreecommitdiff
path: root/pristine_setup.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Per Vladimir's suggestion, force the locale to POSIX for allEric Andersen2001-03-081-0/+3
| | | | the scripts so busybox will install properly.
* More updates from Larry Doolittle. Don't use basedir, Don't assumeEric Andersen2001-02-171-8/+7
| | | | random makefiles are going to work with busybox.
* Update the build system for pristine source directory builds. ThisEric Andersen2001-02-171-0/+39
update is primarily work done by Larry Doolittle, but I did some touchups of my own to make it work for me, -Erik