From a38d2e739dfc0d9fe5897402aa6ab82eaabf8cd6 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 11 Nov 2006 16:33:38 +0000 Subject: [PATCH] Fix patterns in Makefile -- Take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4846 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/CompiledPrograms.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CompiledPrograms.xml b/docs/CompiledPrograms.xml index cdc3a9ff5..cddda350b 100644 --- a/docs/CompiledPrograms.xml +++ b/docs/CompiledPrograms.xml @@ -338,7 +338,7 @@ follows:
- ignorefiles = firewall% firewall Makefile% trace% %~ + ignorefiles = firewall% Makefile% trace% %~ all: firewall firewall: $(filter-out $(ignorefiles) , $(wildcard *) ) @shorewall reload -c -s gateway @@ -348,8 +348,8 @@ firewall: $(filter-out $(ignorefiles) , $(wildcard *) ) type make. - I omit trace* and trace.* because I often trace compiler - execution in while I'm debugging new versions of Shorewall. + I omit trace% because I often trace compiler execution in + while I'm debugging new versions of Shorewall.