Cgrulesengd writes some debugging info to stdout by default. IMHO this feature should be enabled only when user explicitly asks so during compilation, like the other tools.
Signed-off-by: Jan Safranek <[email protected]> --- Makefile.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 687638e..c0f68a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,7 +11,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # YACC_DEBUG=-t -DEBUG=-DDEBUG INC=-I. LIBS= -lcgroup -lpthread ldfla...@ldflags@ -L . @@ -43,7 +42,7 @@ cgclassify: libcgroup.so cgclassify.c $(CC) $(CFLAGS) -Wall -o $@ cgclassify.c $(LDFLAGS) $(LIBS) cgrulesengd: libcgroup.so libcgroup.h cgrulesengd.c cgrulesengd.h - $(CC) -std=gnu99 $(DEBUG) $(CFLAGS) -Wall -o $@ cgrulesengd.c \ + $(CC) -std=gnu99 $(CFLAGS) -Wall -o $@ cgrulesengd.c \ $(LDFLAGS) $(LIBS) y.tab.c: parse.y lex.yy.c ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
