summaryrefslogtreecommitdiff
path: root/mtools/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
|
* More adjustment to the Brave New World<TM>hpa2004-12-151-2/+3
|
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-151-0/+39
FAT32 and EDD, and a new cleaner installer infrastructure.