a6d91ded3f
The files not mentioned in changelog below had only copyright notices fixes and indentation fixes. * defs.h: Include <stdint.h> and <inttypes.h>. * file.c: Do not include <inttypes.h>. Move struct kernel_dirent declaration below top include block. * block.c: Do not include <stdint.h> and <inttypes.h>. * quota.c: Likewise. * desc.c: Likewise. * signal.c: Likewise. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
13 lines
344 B
Makefile
13 lines
344 B
Makefile
all: \
|
|
vfork fork sig skodic clone leaderkill childthread \
|
|
sigkill_rain wait_must_be_interruptible threaded_execve
|
|
|
|
leaderkill: LDFLAGS += -pthread
|
|
|
|
childthread: LDFLAGS += -pthread
|
|
|
|
clean distclean:
|
|
rm -f *.o core \
|
|
vfork fork sig skodic clone leaderkill childthread \
|
|
sigkill_rain wait_must_be_interruptible threaded_execve
|