summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorhiramatu <hiramatu>2007-10-19 20:04:35 +0000
committerhiramatu <hiramatu>2007-10-19 20:04:35 +0000
commit982b7e1512c618617f56e276a86519c8c45a131b (patch)
tree68f3b9357881deb7f3ddddbcd643a5e493bc4480 /Makefile.in
parent1673e81efbe105a5645d180eee487f3f24950619 (diff)
downloadsystemtap-steved-982b7e1512c618617f56e276a86519c8c45a131b.tar.gz
systemtap-steved-982b7e1512c618617f56e276a86519c8c45a131b.tar.xz
systemtap-steved-982b7e1512c618617f56e276a86519c8c45a131b.zip
2007-10-19 Masami Hiramatsu <mhiramat@redhat.com>
* staplog.c: Cleanup code and remove end-of-line spaces. (create_output_filename): Use snprintf instead of sprintf and remove malloc(). (print_rchan_info): Merge into output_cpu_logs(). (open_output_file): Use GETBUF() instead of malloc(). (output_cpu_logs): Simplify logic and remove unused code. (do_staplog): Merge into cmd_staplog(). (help_staplog): Fix typos. * Makefile.am (STAPLOG): Add -Wall option. * Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 77e5be8d..27577e66 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1473,7 +1473,7 @@ install-exec-hook:
if [ `id -u` -eq 0 ]; then chmod 04111 "$(DESTDIR)$(bindir)/staprun"; fi
@BUILD_CRASHMOD_TRUE@$(STAPLOG): staplog.c
-@BUILD_CRASHMOD_TRUE@ $(CC) -shared -rdynamic $(LDFLAGS) $(CFLAGS) -fPIC -o $@ $<
+@BUILD_CRASHMOD_TRUE@ $(CC) -Wall -shared -rdynamic $(LDFLAGS) $(CFLAGS) -fPIC -o $@ $<
@BUILD_CRASHMOD_TRUE@all-local: $(STAPLOG)
@BUILD_CRASHMOD_TRUE@install-exec-local: $(STAPLOG)
@BUILD_CRASHMOD_TRUE@ -$(MKDIR_P) $(DESTDIR)$(pkglibdir)