<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/Makefile, branch syslinux-3.71</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>Centralize more of the version number machinery</title>
<updated>2008-07-07T22:21:56+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T22:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=07ff8e874b0bd1d1c4fa893c94063fbedf6e3315'/>
<id>07ff8e874b0bd1d1c4fa893c94063fbedf6e3315</id>
<content type='text'>
Centralize more (most) of the version number machinery to version.pl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Centralize more (most) of the version number machinery to version.pl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build _bin.c files in libinstaller; clean up B/I separation</title>
<updated>2008-06-28T02:15:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-28T02:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6c9b3fcb03f5597954e00ef3303c769baf1336a6'/>
<id>6c9b3fcb03f5597954e00ef3303c769baf1336a6</id>
<content type='text'>
Clean up the BSUBDIR/ISUBDIR separation further.  Build _bin.c files,
which are an intermediate stage toward building the installers, in the
libinstaller directory, since that directory is used by all the
installers anyway.  That also lets us get bin2c.pl out of the root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up the BSUBDIR/ISUBDIR separation further.  Build _bin.c files,
which are an intermediate stage toward building the installers, in the
libinstaller directory, since that directory is used by all the
installers anyway.  That also lets us get bin2c.pl out of the root.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "make clean", "make installer"</title>
<updated>2008-06-28T01:47:02+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-28T01:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=34763a8075ac5f9a7f5ea3d3e420d1efc67c4441'/>
<id>34763a8075ac5f9a7f5ea3d3e420d1efc67c4441</id>
<content type='text'>
- "make clean" should not clean up things that "make installer" cannot
  regenerate.
- "make installer" should not descend into subdirectories which are
  target only, e.g. com32 and sample.

The Linux platform stuff in com32 is old and bitrotted, and was only
for debugging in the first place.  Just ignore it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- "make clean" should not clean up things that "make installer" cannot
  regenerate.
- "make installer" should not descend into subdirectories which are
  target only, e.g. com32 and sample.

The Linux platform stuff in com32 is old and bitrotted, and was only
for debugging in the first place.  Just ignore it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for creating codepage/Unicode mapping tables</title>
<updated>2008-06-05T23:09:50+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-05T23:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a392e545be782be90ff8df5eaaff12e879fe6fa1'/>
<id>a392e545be782be90ff8df5eaaff12e879fe6fa1</id>
<content type='text'>
Add support for creating codepage/Unicode mapping tables; this is a
step toward VFAT long filename support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for creating codepage/Unicode mapping tables; this is a
step toward VFAT long filename support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize configurables; better "make install" etc</title>
<updated>2008-05-30T00:53:42+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-05-30T00:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0596155be3f9cc9d3eb385497ee79935c69ec042'/>
<id>0596155be3f9cc9d3eb385497ee79935c69ec042</id>
<content type='text'>
Begin the process of centralizing configurables.

Improve "make install" and "make netinstall"; add "make
extbootinstall".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Begin the process of centralizing configurables.

Improve "make install" and "make netinstall"; add "make
extbootinstall".
</pre>
</div>
</content>
</entry>
<entry>
<title>The only thing still in the root is version.{h,gen}; needed early</title>
<updated>2008-05-29T22:43:18+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-05-29T22:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2361c484b456ee07907fdc7e6040de2898ddfada'/>
<id>2361c484b456ee07907fdc7e6040de2898ddfada</id>
<content type='text'>
The only things we still have in the root is version.h and
version.gen.  As a result, move all the subdirectories later, since
they are common prerequisites.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The only things we still have in the root is version.h and
version.gen.  As a result, move all the subdirectories later, since
they are common prerequisites.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move files out of root into core, dos, and utils</title>
<updated>2008-05-29T22:11:38+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-05-29T22:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b536209dfb7bd50c37061735fe10d2c19a97d26d'/>
<id>b536209dfb7bd50c37061735fe10d2c19a97d26d</id>
<content type='text'>
Move source files out of the root directory; the root is a mess and
has become virtually unmaintainable.  The Syslinux core now lives in
core/; the Linux and generic utilities has moved into utils/, and
copybs.com has moved into dos/; it had to go somewhere, and it seemed
as good a place as any.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move source files out of the root directory; the root is a mess and
has become virtually unmaintainable.  The Syslinux core now lives in
core/; the Linux and generic utilities has moved into utils/, and
copybs.com has moved into dos/; it had to go somewhere, and it seemed
as good a place as any.
</pre>
</div>
</content>
</entry>
<entry>
<title>Assemble via ELF, to enable future linking</title>
<updated>2008-05-29T01:58:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-05-29T01:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4ba801edb01acae7281fe09f6225c38390033817'/>
<id>4ba801edb01acae7281fe09f6225c38390033817</id>
<content type='text'>
Assemble all files to ELF instead of using the NASM built-in linker.
This can enable us to do actual linking in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assemble all files to ELF instead of using the NASM built-in linker.
This can enable us to do actual linking in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gpxelinux.0 to NETINSTALLABLE</title>
<updated>2008-04-01T23:40:07+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-04-01T23:40:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d0f8f5f7d260f05292a3bc947e7cef40dc73b415'/>
<id>d0f8f5f7d260f05292a3bc947e7cef40dc73b415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gPXE into the source tree; build unified image</title>
<updated>2008-03-26T23:25:35+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-26T23:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9eddd22a7b53b1d02fbae0d987df8af122924248'/>
<id>9eddd22a7b53b1d02fbae0d987df8af122924248</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
