forked from lda/telodendria
More weird site things.
This commit is contained in:
parent
8b68bb089c
commit
1523794077
1 changed files with 2 additions and 6 deletions
|
@ -812,11 +812,7 @@ a truly portable <code>Makefile</code> that could do everything I
|
||||||
need. I was doing a lot of research on the differences between the
|
need. I was doing a lot of research on the differences between the
|
||||||
GNU and BSD versions of <code>make</code>, and I felt it just wasn't
|
GNU and BSD versions of <code>make</code>, and I felt it just wasn't
|
||||||
worth it when I could write a small POSIX script that would run on
|
worth it when I could write a small POSIX script that would run on
|
||||||
both GNU systems and BSD systems without a fuss. I also wanted a way
|
both GNU systems and BSD systems without a fuss.
|
||||||
to automate more than just building code. I wanted a system
|
|
||||||
versatile enough that I could define arbitrary recipes to do whatever
|
|
||||||
I want. I didn't want to be limited by the <code>Makefile</code>
|
|
||||||
syntax.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The <code>td</code> script is fairly intuitive. It operates somewhat
|
The <code>td</code> script is fairly intuitive. It operates somewhat
|
||||||
|
@ -1035,7 +1031,7 @@ You'll also notice these lines:
|
||||||
<div class="code">
|
<div class="code">
|
||||||
[ ] I have read the Telodendria Project developer certificiate of
|
[ ] I have read the Telodendria Project developer certificiate of
|
||||||
origin, and certify that I have permission to submit this patch
|
origin, and certify that I have permission to submit this patch
|
||||||
under the conditions specified in it.
|
under the conditions specified in it.
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
This is a checkbox that tells me whether or not you actually have
|
This is a checkbox that tells me whether or not you actually have
|
||||||
|
|
Loading…
Reference in a new issue