forked from extern/shorewall_code
Fix patterns in Makefile -- Take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4846 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
144cc81f4f
commit
a38d2e739d
@ -338,7 +338,7 @@
|
|||||||
follows:</para>
|
follows:</para>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<programlisting>ignorefiles = firewall% firewall Makefile% trace% %~
|
<programlisting>ignorefiles = firewall% Makefile% trace% %~
|
||||||
all: firewall
|
all: firewall
|
||||||
firewall: $(filter-out $(ignorefiles) , $(wildcard *) )
|
firewall: $(filter-out $(ignorefiles) , $(wildcard *) )
|
||||||
@shorewall reload -c -s gateway</programlisting>
|
@shorewall reload -c -s gateway</programlisting>
|
||||||
@ -348,8 +348,8 @@ firewall: $(filter-out $(ignorefiles) , $(wildcard *) )
|
|||||||
type <command>make</command>.</para>
|
type <command>make</command>.</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>I omit trace* and trace.* because I often trace compiler
|
<para>I omit trace% because I often trace compiler execution in
|
||||||
execution in while I'm debugging new versions of Shorewall.</para>
|
while I'm debugging new versions of Shorewall.</para>
|
||||||
</note>
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
|
Loading…
Reference in New Issue
Block a user