Dr. Werner Fink 2010-10-29 10:18:15 +00:00 committed by Git OBS Bridge
parent 115fcc4405
commit 0fa45e04ea
3 changed files with 24 additions and 0 deletions

View File

@ -106,3 +106,13 @@
free(tmpname);
free(outname);
return rc;
--- w.c
+++ w.c 2010-10-29 09:56:22.936426251 +0000
@@ -15,6 +15,7 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
+#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -9,6 +9,15 @@
ALL_LDFLAGS := $(PKG_LDFLAGS) $(LDFLAGS)
############ Add some extra flags if gcc allows
@@ -250,7 +250,7 @@ pmap w uptime tload free sysctl vmstat u
slabtop top: % : %.o $(LIBPROC)
$(CC) $(ALL_CFLAGS) $^ $(ALL_LDFLAGS) -o $@ $(CURSES)
-watch: % : %.o
+watch: % : %.o $(LIBPROC)
$(CC) $(ALL_CFLAGS) $^ $(ALL_LDFLAGS) -o $@ $(CURSES)
############ progX --> progY
--- ps/module.mk
+++ ps/module.mk 2010-10-04 16:46:47.668425720 +0000
@@ -20,11 +20,11 @@ PS_X := COPYING HACKING TRANSLATION comm

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 29 12:17:40 CEST 2010 - werner@suse.de
- Fix race in parallel make
-------------------------------------------------------------------
Fri Oct 29 11:47:52 CEST 2010 - werner@suse.de