summaryrefslogtreecommitdiff
path: root/extlinux/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
| | | | | | Compiling as root is highly discouraged, but some people do it anyway. gcc_ok, however, can clobber /dev/null due to "-o /dev/null"; this is bad. Instead, write a temporary file and delete it.
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+7
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-3/+0
|
* Fix handling of -o offsethpa2004-12-221-2/+2
|
* Further clean up the ext*fs installerhpa2004-12-201-2/+2
|
* extlinux installer.hpa2004-12-201-0/+40