summaryrefslogtreecommitdiff
path: root/Makefile.private
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.private: remove obsolete targetsyslinux-4.05-pre7H. Peter Anvin2011-12-071-4/+0
| | | | | | Remove target made obsolete by upstream changes. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Add "make strip" targetH. Peter Anvin2011-05-091-0/+1
| | | | | | | | Add a "make strip" target, to make doing the official build easier. We want the official build to have stripped binaries for size reasons, so do it right and make it an actual build target. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+1
| | | | | | | | | | | | | | | | | | Move the MCONFIG files into a mk/ directory and give them more descriptive names. This is purely a cosmetic change to make the 'include' directives a bit more coherent by making it obvious exactly which MCONFIG file we're including. For example, in com32/lua/src/Makefile we exchange the line, include ../../MCONFIG for the much more comprehensible, include $(MAKEDIR)/com32.mk Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
* MCONFIG: add MCONFIG.devel for use from git, removed in tarballsH. Peter Anvin2010-05-121-1/+2
| | | | | | | | Add an MCONFIG.devel file which is present in git, but removed in tarballs. This lets us set -Werror there and still not break users who are using a different compiler. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* Makefile: drop references to "make depend"syslinux-3.80-pre3H. Peter Anvin2009-04-281-2/+1
| | | | | | We no longer need "make depend" for anything. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Makefile.private: stop making uuencoded filesH. Peter Anvin2008-10-091-3/+0
| | | | | | | Email attachements replaced uuencoded files long ago, and these days I rarely mail people test builds anyway. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* mkdir the prerel directoryH. Peter Anvin2008-05-291-0/+1
|
* Stop using CogitoH. Peter Anvin2008-05-291-6/+7
| | | | Replace remaining Cogito commands with plain git commands.
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Use git push instead of cg-pushH. Peter Anvin2007-08-161-1/+1
|
* Stealth whitespace cleanupH. Peter Anvin2007-02-011-2/+2
|
* Quiet warnings when building in a non-git directory.H. Peter Anvin2007-01-281-2/+2
|
* When making a release, force a tag even if it already existsH. Peter Anvin2007-01-281-1/+1
|
* Official binaries are 32 bits. Clean up release vs prerel.H. Peter Anvin2006-10-021-10/+7
|
* Move Makefile.secret to the release directoryH. Peter Anvin2006-08-261-1/+1
|
* Fix directory namesyslinux-3.20-pre14H. Peter Anvin2006-08-171-1/+1
|
* Target to upload a prereleaseH. Peter Anvin2006-08-171-3/+12
|
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-2/+2
|
* Fix the proper tagssyslinux-3.20-pre2H. Peter Anvin2005-09-251-2/+2
|
* cg-export, unlike cvs export -d, wants the target directory to not existH. Peter Anvin2005-09-251-2/+0
|
* Tag prereleases correctlyH. Peter Anvin2005-09-251-1/+1
|
* Remove additional CVS referencesH. Peter Anvin2005-09-251-7/+0
|
* Update release procedure to use "git" instead of CVSH. Peter Anvin2005-09-251-4/+10
|
* Check for a release directory before tagging anything...syslinux-3.02-pre4hpa2005-01-051-0/+2
|
* Update copyright headers.hpa2004-12-141-4/+4
|
* com32/lib is no longer privatehpa2004-11-171-1/+1
|
* Hack around RPM versioning issues for nowhpa2003-04-161-2/+3
|
* Generate RPM-compatible pre-release numbers (2.04-pre3 -> 2.03.3)hpa2003-04-161-0/+9
|
* Nuke directories named CVS. Apparenly cvs export -d is broken, and putshpa2003-04-161-0/+4
| | | | a CVS directory in the root of the export (only...)
* Use cvs export to make sure that we actually have checked in all changes;hpa2003-04-141-14/+13
| | | | make prerel and release as similar as possible
* Clean up release generationhpa2003-04-111-5/+4
|
* Delete backup fileshpa2003-04-101-1/+7
|
* rm -rf $(PRIVATE)syslinux-2.03-pre1hpa2003-04-051-2/+2
|
* Yet another attempt at getting the paths to workhpa2003-04-051-5/+3
|
* One more mkdir rulehpa2003-04-051-0/+1
|
* Add rules to make com32 directoryhpa2003-04-051-0/+1
|
* Merge in changes from SYSLINUX 1.75syslinux-2.00-pre4hpa2002-06-151-1/+2
|
* Yet another case of cp -r -> cp -rPsyslinux-2.00-pre3hpa2002-06-121-1/+1
|
* Export com32/include instead of com32.hhpa2002-06-121-1/+1
|
* Remove .depend files when packaging...hpa2002-06-031-1/+1
|
* Hide an echo statementhpa2002-04-291-1/+1
|
* Add macro to undo a prereleasehpa2002-04-291-0/+4
|
* Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6hpa2002-04-281-3/+6
| | | | separate files; fix bcopy bugs.
* Add rules for isolinux testinghpa2002-04-281-0/+7
|
* Don't leak CVS directories to the world.syslinux-1.60-pre1hpa2001-04-051-0/+4
|
* The great graphics merge! We're now officially working on version 1.60.hpa2001-04-051-2/+2
|
* Tag the tree when we make a release or prerelease.hpa2001-04-051-0/+2
|
* Move uuencoded prerelease files into a subdirectory.hpa2001-01-191-2/+2
|
* Change prerel directories to be named -prehpa2000-12-291-1/+1
|