summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* bump versionJeremy Katz2002-12-091-2/+2
|
* update to -1anaconda-8.0.91-1Jeremy Katz2002-12-041-1/+1
|
* libdir monkeyingJeremy Katz2002-11-191-0/+6
|
* and the show must go on...Jeremy Katz2002-11-181-2/+2
|
* another buildanaconda-8.0.90-6Mike Fulbright2002-11-131-1/+1
|
* -5anaconda-8.0.90-5Jeremy Katz2002-11-131-1/+1
|
* bumpMike Fulbright2002-11-131-1/+1
|
* bumpMike Fulbright2002-11-121-1/+1
|
* bumpMike Fulbright2002-11-121-1/+1
|
* change versionanaconda.8.0.90Mike Fulbright2002-11-121-2/+2
|
* ppc64 build as ppc for nowJeremy Katz2002-10-231-0/+1
|
* let's be 8.0.1-0 nowJeremy Katz2002-10-031-2/+2
|
* syslinux-splash moved to anaconda-images (merged from 8-0-branch)Jeremy Katz2002-09-091-1/+1
|
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-2/+2
|
* bump versionJeremy Katz2002-08-191-2/+2
|
* -1anaconda-7.3.94-1Jeremy Katz2002-08-161-1/+1
|
* bump version and releaseJeremy Katz2002-07-291-2/+2
|
* -5anaconda-7.3.93-5Jeremy Katz2002-07-261-1/+1
|
* bump versionanaconda-7.3.93-4Mike Fulbright2002-07-251-1/+1
|
* bump releaseMike Fulbright2002-07-251-1/+1
|
* and -2anaconda-7.3.93-2Jeremy Katz2002-07-251-1/+1
|
* and we have -1anaconda-7.3.93-1Jeremy Katz2002-07-251-1/+1
|
* bumpJeremy Katz2002-07-031-2/+2
|
* move version/release definitions into Makefile.inc so that they can be ↵Jeremy Katz2002-07-021-0/+3
| | | | pulled in and used in the loader's version string and the like
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-0/+4
| | | | should be fine since I had originally just copied them into hampton from head :)
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-0/+2
|
* 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.