<feed xmlns='http://www.w3.org/2005/Atom'>
<title>st/Makefile, branch 0.9.1</title>
<subtitle>a modified version of st (simple terminal)</subtitle>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/'/>
<entry>
<title>Makefile: remove the options target</title>
<updated>2023-09-22T13:16:52+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2023-09-22T13:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=eb3b894f4076f2b25afc644a1f444b5cbd96aae8'/>
<id>eb3b894f4076f2b25afc644a1f444b5cbd96aae8</id>
<content type='text'>
The Makefile used to suppress output (by using @), so this target made sense at
the time.

But the Makefile should be simple and make debugging with less abstractions or
fancy printing.  The Makefile was made verbose and doesn't hide the build
output, so remove this target.

Prompted by a question on the mailing list about the options target.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Makefile used to suppress output (by using @), so this target made sense at
the time.

But the Makefile should be simple and make debugging with less abstractions or
fancy printing.  The Makefile was made verbose and doesn't hide the build
output, so remove this target.

Prompted by a question on the mailing list about the options target.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: fix dependencies on config.h</title>
<updated>2019-01-04T11:33:01+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-01-04T11:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=7e19e116764d2651721cb9062ccaac31b0c771f2'/>
<id>7e19e116764d2651721cb9062ccaac31b0c771f2</id>
<content type='text'>
patch by Younes Khoudli (changed slightly). Thanks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Younes Khoudli (changed slightly). Thanks
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: add all files to make dist</title>
<updated>2018-03-14T18:54:50+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-14T18:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32'/>
<id>0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "fixed STLDFLAG order in broken st Makefile""</title>
<updated>2017-09-15T09:16:37+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-09-15T09:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=b2ac91775302fa4b8ce462a6e7bcfffa93923471'/>
<id>b2ac91775302fa4b8ce462a6e7bcfffa93923471</id>
<content type='text'>
This reverts commit 274d46ace00003d1df718b974d17642cbce167d5.

Sorry, the original commit was correct after all. It allows has the
correct link order and supports static-linking also.

Just a reminder: it is important to give a (brief) rationale of the
patch intentions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 274d46ace00003d1df718b974d17642cbce167d5.

Sorry, the original commit was correct after all. It allows has the
correct link order and supports static-linking also.

Just a reminder: it is important to give a (brief) rationale of the
patch intentions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fixed STLDFLAG order in broken st Makefile"</title>
<updated>2017-09-13T20:40:36+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-09-13T20:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=274d46ace00003d1df718b974d17642cbce167d5'/>
<id>274d46ace00003d1df718b974d17642cbce167d5</id>
<content type='text'>
This reverts commit 7f990328e4fec8dfaaad311cb8af2304b58c872e.

this was wrong as pointed out by k0ga:
"STLDFLAGS is about flags to the linker, for example -L
not about -l for that reason it must go before the object list".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 7f990328e4fec8dfaaad311cb8af2304b58c872e.

this was wrong as pointed out by k0ga:
"STLDFLAGS is about flags to the linker, for example -L
not about -l for that reason it must go before the object list".
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed STLDFLAG order in broken st Makefile</title>
<updated>2017-07-23T09:17:26+00:00</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.us</email>
</author>
<published>2017-07-23T09:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=7f990328e4fec8dfaaad311cb8af2304b58c872e'/>
<id>7f990328e4fec8dfaaad311cb8af2304b58c872e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the user specify C and LD FLAGS</title>
<updated>2017-07-11T22:28:11+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2017-07-11T22:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=d4928edba0fe2cc63b3bc13fd6dad0bcb875174e'/>
<id>d4928edba0fe2cc63b3bc13fd6dad0bcb875174e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not obfuscate what make is doing.</title>
<updated>2017-07-11T22:28:10+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2017-07-11T22:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=fabd4602b3223666165c76c397644a081b9a97e5'/>
<id>fabd4602b3223666165c76c397644a081b9a97e5</id>
<content type='text'>
Change some styling too while we're at it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change some styling too while we're at it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split X-specific code into x.c</title>
<updated>2017-01-21T03:42:26+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2017-01-20T08:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=e2ee5ee6114eb74bb08cb9abe5a3020203e92688'/>
<id>e2ee5ee6114eb74bb08cb9abe5a3020203e92688</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tic -s -&gt; tic -sx (Treat unknown capabilities as user-defined.)</title>
<updated>2016-11-14T18:05:47+00:00</updated>
<author>
<name>pl@ninthfloor.org</name>
<email>pl@ninthfloor.org</email>
</author>
<published>2016-11-11T16:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.yctct.com/st/commit/?id=3ca7249c8685a9ff2d8ce23273fe0313b5804473'/>
<id>3ca7249c8685a9ff2d8ce23273fe0313b5804473</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
