<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gen_makefile.git, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sigexec.com/cgit.cgi/gen_makefile.git/atom?h=master</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/'/>
<updated>2021-12-07T09:59:40+00:00</updated>
<entry>
<title>Don't use identity operator with a string literal</title>
<updated>2021-12-07T09:59:40+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-07T09:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=f4767780ad58f04789f733641ef68c30d0a0bdd2'/>
<id>urn:sha1:f4767780ad58f04789f733641ef68c30d0a0bdd2</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Change shebang to Python 3</title>
<updated>2021-12-07T09:58:53+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-07T09:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=08d2280994c16b024e2cc8d893f1f8e6f88f83bf'/>
<id>urn:sha1:08d2280994c16b024e2cc8d893f1f8e6f88f83bf</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>removed trailing spaces after variables with no value</title>
<updated>2015-08-05T23:36:05+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-08-05T23:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=5b9fee7c98bc2867a0d02ee8859a1fbba18c2fb3'/>
<id>urn:sha1:5b9fee7c98bc2867a0d02ee8859a1fbba18c2fb3</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>added code to handle c and c++ in the main</title>
<updated>2015-05-16T02:37:58+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-05-16T02:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=c3319558848de337019f8f1440ef7884ae6e4d66'/>
<id>urn:sha1:c3319558848de337019f8f1440ef7884ae6e4d66</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>GNU make does not handle spaces in filenames</title>
<updated>2015-05-16T02:30:49+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-05-16T02:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=0869578a58a0f0cc40bff344aaa0797bc026c81c'/>
<id>urn:sha1:0869578a58a0f0cc40bff344aaa0797bc026c81c</id>
<content type='text'>
Let's not use double quotes around filenames since make does not handle
them.

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>do not add a final separator.</title>
<updated>2015-05-16T02:28:22+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-05-16T02:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=9abfc01938b40272982a592d297b8b7d2c93f925'/>
<id>urn:sha1:9abfc01938b40272982a592d297b8b7d2c93f925</id>
<content type='text'>
The Makefile used to have a trailing newline at the end of the file.

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>fixed invalid syntax for `make distclean'</title>
<updated>2015-03-01T21:20:59+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-03-01T21:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=38866a9f5fb4485d215e51dcd6bb7255d24a9cc7'/>
<id>urn:sha1:38866a9f5fb4485d215e51dcd6bb7255d24a9cc7</id>
<content type='text'>
When using nested expansion, beware to use commas and not only spaces.

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>avoid trailing spaces</title>
<updated>2015-03-01T15:02:18+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-03-01T14:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=9e9c334b402fe79befb82153027e316a6cb1ff5c'/>
<id>urn:sha1:9e9c334b402fe79befb82153027e316a6cb1ff5c</id>
<content type='text'>
if no dependencies are given, we should not print a space after the
colon.

fixed by checking if dependencies are given

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>remove swap files when using running make distclean</title>
<updated>2015-02-28T16:26:28+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-02-28T16:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=b518ed8dc4a884f9c48998367db17b3f96561ca7'/>
<id>urn:sha1:b518ed8dc4a884f9c48998367db17b3f96561ca7</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
<entry>
<title>fix invalid order of commands</title>
<updated>2015-02-28T16:25:09+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>duskcoder@gmail.com</email>
</author>
<published>2015-02-28T16:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/gen_makefile.git/commit/?id=ee6d0649cd87d97c423e8e79a074443a469004bc'/>
<id>urn:sha1:ee6d0649cd87d97c423e8e79a074443a469004bc</id>
<content type='text'>
using dictionnaries, the order of the commands are not guaranteed since
dictionnaries are unordered.

Fixec by replacing dictionnaries by lists.

Signed-off-by: Olivier Gayot &lt;duskcoder@gmail.com&gt;
</content>
</entry>
</feed>
