summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* merge from anaconda-6-2j-branchMatt Wilson2000-04-171-0/+6
|
* moved ARCH assignment hereErik Troan2000-04-031-0/+3
|
* populated /usr/lib/anaconda-runtimeErik Troan2000-03-271-0/+1
|
* Several changes to build structure - contact Dr Mike if you hit problems.Mike Fulbright1999-11-121-0/+6
I've made most of the Makefile's use the Makefile.inc include in the root of the anaconda src tree to get the python path, instead of having it defined in many different places. In the top level Makefile I added a install target called install-unconfig. This target installs the anaconda script and associated support files with the intention of being able to run anaconda in unconfig mode after a successful install. This mode is automatically selected if the executed script is called 'anaconda-unconfig', or the '-U' command line parameter is used.