summaryrefslogtreecommitdiff
path: root/com32/libutil/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-3/+3
|\
| * Rename libutil_com.c32 to libutil.c32H. Peter Anvin2013-01-171-3/+2
| * Always strip all the modulesH. Peter Anvin2013-01-171-2/+3
* | Merge branch 'elflink' into firmwareMatt Fleming2013-01-081-1/+1
|\ \ | |/
| * elflink: set the sonames of shared librariesH. Peter Anvin2013-01-031-1/+1
* | Add per-firmware object directory supportMatt Fleming2012-10-161-2/+1
|/
* Fix Makefile install targetsMatt Fleming2012-07-041-1/+1
* elflink: ldlinux should not have any dependenciesMatt Fleming2011-04-261-1/+1
* elflink: Make ELF the default object formatMatt Fleming2011-04-261-7/+6
* Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-261-1/+2
|\
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | menu: Add "menu hiddenkey" to make terminating menu hidden a commandH. Peter Anvin2011-04-111-1/+2
|/
* com32/libutil/Makefile: Duplicate spotless targetGene Cumm2009-02-281-2/+0
* Fix "make clean" confusionsyslinux-3.72H. Peter Anvin2008-09-251-1/+4
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-62/+3
* com32: compile with -std=gnu99H. Peter Anvin2008-08-121-2/+4
* Centralize configurables; better "make install" etcH. Peter Anvin2008-05-291-1/+2
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-1/+1
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-121-1/+1
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-1/+1
* Clean up .*.d files for "make tidy" in libutilH. Peter Anvin2008-03-031-1/+1
* Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-031-1/+7
* com32/*: move _GNU_SOURCE definitions into MakefilesH. Peter Anvin2008-02-101-1/+1
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Add sha256crypt and sha512crypt; not yet enabledH. Peter Anvin2007-11-091-1/+1
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-101-1/+2
* Add support for Unix-standard MD5 passwordH. Peter Anvin2007-07-241-1/+2
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Move <syslinux.h> to <syslinux/idle.h>; clean up libutil do_idle()H. Peter Anvin2007-03-201-1/+1
* Library functions for manipulating initramfsH. Peter Anvin2007-03-151-2/+1
* Move the loadfile() routine into the syslinux/ namespace, and use it.syslinux-3.40-pre13H. Peter Anvin2007-03-141-1/+1
* Fix -fno-stack-protector per bug report from Gilles Espinassesyslinux-3.36-pre9H. Peter Anvin2007-02-081-1/+1
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+1
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-4/+3
* Beginnings of a file-moving APIhpa2005-09-251-1/+2
* More work on password support for the menu systems. Make the base64hpa2005-01-211-1/+1
* Move idle function into libcom32; libutil function is now just a wrapper.hpa2005-01-201-1/+1
* Build native (not necessarily i386) binarieshpa2005-01-041-5/+5
* Compile with regparm turned on.syslinux-2.20-pre2hpa2004-12-161-1/+1
* Make "make install" do the right thing for the com32 libraryhpa2004-12-141-0/+11
* Update copyright headers.hpa2004-12-141-6/+21
* Library to decode console codes; demo programhpa2004-12-011-3/+3
* Utility library which can be compiled either for Linux or for COM32hpa2004-12-011-0/+86