search for: cmd_socketcalls

Displaying 3 results from an estimated 3 matches for "cmd_socketcalls".

2005 Jul 28
0
[PATCH] Use KLIBSRC + KLIBINC consistent in kbuild files
...te object containing all .o file always := socketcalls.o -klibc-dir := $(srctree)/usr/klibc - ##### # Generate socket calls stubs # Based on input from SOCKETCALLS.def generate socket call stubs @@ -26,15 +24,15 @@ $(obj)/socketcalls.o: $(call objectify,$ $(call if_changed,userld) quiet_cmd_socketcalls = GEN $@ - cmd_socketcalls = $(PERL) $(klibc-dir)/socketcalls.pl \ - $(klibc-dir)/SOCKETCALLS.def \ + cmd_socketcalls = $(PERL) $(KLIBSRC)/socketcalls.pl \ + $(KLIBSRC)/SOCKETCALLS.def \ $(ARCH) $(obj) >...
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
The following patchset implements 3 seperate series of changes. External Building ================= Patches 1 through 8 enable to use of klibc's build system while leaving the src tree pristine (and potentially read only). Specifically: - srctree=<Sources for klibc> - objtree=<Ouput directory for klibc> - KLIBCKERNELSRC=<Kernel sources> - KLIBCKERNELOBJ=<Kernel
2005 Jul 30
3
kbuild updates to klibc
Hi Peter & others. Here are three patches that does the following: #1 - Update kbuild part of klibc so make clean works Adds gzip including a sample kbuild file #2 - Factor out definition of usr/ to two variables #3 - Move kbuild files to reflect location in the kernel As requested in earlier mail I need a bit of guidiance of what you expect from the kernel integrated parts of klibc.