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:
teastep 2006-11-11 16:33:38 +00:00
parent 144cc81f4f
commit a38d2e739d

View File

@ -338,7 +338,7 @@
follows:</para>
<blockquote>
<programlisting>ignorefiles = firewall% firewall Makefile% trace% %~
<programlisting>ignorefiles = firewall% Makefile% trace% %~
all: firewall
firewall: $(filter-out $(ignorefiles) , $(wildcard *) )
@shorewall reload -c -s gateway</programlisting>
@ -348,8 +348,8 @@ firewall: $(filter-out $(ignorefiles) , $(wildcard *) )
type <command>make</command>.</para>
<note>
<para>I omit trace* and trace.* because I often trace compiler
execution in while I'm debugging new versions of Shorewall.</para>
<para>I omit trace% because I often trace compiler execution in
while I'm debugging new versions of Shorewall.</para>
</note>
</listitem>
</orderedlist>