Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/kinit/run-init/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 14  objs := run-init.o runinitlib.o Line 14  objs := run-init.o runinitlib.o
14  # Create built-in.o with all object files (used by kinit)  # Create built-in.o with all object files (used by kinit)
15  lib-y := $(objs)  lib-y := $(objs)
16    
17    # force run-init to not have an executable stack (to keep READ_IMPLIES_EXEC
18    # personality(2) flag from getting set and passed to init).
19    EXTRA_KLIBCLDFLAGS += -z noexecstack
20    
21  # .o files used to built executables  # .o files used to built executables
22  static/run-init-y := $(objs)  static/run-init-y := $(objs)
23  shared/run-init-y := $(objs)  shared/run-init-y := $(objs)

Legend:
Removed from v.814  
changed lines
  Added in v.815