search for: arith_yylex

Displaying 12 results from an estimated 12 matches for "arith_yylex".

2006 Apr 11
6
klibc kbuild status
Hi hpa & others. Following is a list of issues that I hope to be addressed soon so we are in even better shape for -mm inclusion. 1) rebuild initramfs when content changes. > It is a simple matter of copying in usr/Makefile from the latest > -linus kernel and replace the 10 first lines with the content from > klibc Kbuild file. 2) havesyscalls.h is not deleted after make
2006 Jun 26
0
[klibc 09/43] kbuild: support single targets for klibc and klibc programs
With the following patch kbuild now supports: make usr/dash/arith_yylex.i make usr/klibc/umount.o make usr/klibc/umount.s Patch does also fix indention of CPP command Signed-off-by: Sam Ravnborg <sam at ravnborg.org> Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit a36102c485caf951294301425ee8e87aa6ab4d92 tree 88d3e4aebe253cb3d6c417eac3cd2c1fa...
2019 Jan 20
0
[klibc:master] Build and install kinit and sh without ".shared" suffix
...+++-------- usr/kinit/Kbuild | 33 ++++++++++++++++++--------------- 2 files changed, 29 insertions(+), 23 deletions(-) diff --git a/usr/dash/Kbuild b/usr/dash/Kbuild index 8682c0d..c0f8dcb 100644 --- a/usr/dash/Kbuild +++ b/usr/dash/Kbuild @@ -18,22 +18,22 @@ init-o-files := alias.o arith_yacc.o arith_yylex.o cd.o error.o eval.o exec.o ex gen-o-files := builtins.o init.o nodes.o syntax.o -sh-y := $(init-o-files) $(gen-o-files) +static/sh-y := $(init-o-files) $(gen-o-files) hostprogs-y := mkinit mksyntax mknodes mksignames gen-h-files := builtins.h nodes.h syntax.h token.h -static-y := sh +s...
2006 Apr 17
0
[PATCH] kbuild: support single targets for klibc and klibc programs
With the following patch kbuild now supports: make usr/dash/arith_yylex.i make usr/klibc/umount.o make usr/klibc/umount.s Patch does also fix indention of CPP command Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --- That was my number 5) item on the kbuild list (added by akpm). Modulus the next bug hpa discover this should clear all kbuild issues with klibc....
2010 Mar 22
1
[git pull] dash, sh4, README's
...| 7 - usr/dash/TOUR | 12 +- usr/dash/arith.y | 155 ------------ usr/dash/arith_yacc.c | 314 ++++++++++++++++++++++++ usr/dash/arith_yacc.h | 89 +++++++ usr/dash/arith_yylex.c | 163 +++++++++---- usr/dash/bltin/test.c | 172 +++++++------ usr/dash/builtins.def.in | 3 +- usr/dash/cd.c | 33 ++- usr/dash/config.h | 92 +++++++- u...
2005 Dec 13
2
Parallel build of dash still fails
Building dash in parallel still fails: GEN dash/builtins.def HOSTCC dash/mkinit HOSTCC dash/mknodes HOSTCC dash/mksignames HOSTCC dash/mksyntax dash/mksignames.c:59: warning: function declaration isn?t a prototype dash/mksignames.c:365: warning: function declaration isn?t a prototype dash/mksignames.c:386: warning: function declaration isn?t a prototype KLIBCCC
2010 Apr 16
0
[git pull v4] dash, sh4, ipconfig, dprintf, fstype, README's
...| 7 - usr/dash/TOUR | 12 +- usr/dash/arith.y | 155 ------------ usr/dash/arith_yacc.c | 314 ++++++++++++++++++++++++ usr/dash/arith_yacc.h | 89 +++++++ usr/dash/arith_yylex.c | 163 +++++++++---- usr/dash/bltin/test.c | 194 +++++++++------ usr/dash/builtins.def.in | 3 +- usr/dash/cd.c | 36 ++- usr/dash/config.h | 95 +++++++-...
2010 Apr 16
0
[PATCH] pull faccessat() system call
...| 7 - usr/dash/TOUR | 12 +- usr/dash/arith.y | 155 ------------ usr/dash/arith_yacc.c | 314 ++++++++++++++++++++++++ usr/dash/arith_yacc.h | 89 +++++++ usr/dash/arith_yylex.c | 163 +++++++++---- usr/dash/bltin/test.c | 194 +++++++++------ usr/dash/builtins.def.in | 3 +- usr/dash/cd.c | 36 ++- usr/dash/config.h | 95 +++++++-...
2010 Mar 28
1
[git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's
...| 7 - usr/dash/TOUR | 12 +- usr/dash/arith.y | 155 ------------ usr/dash/arith_yacc.c | 314 ++++++++++++++++++++++++ usr/dash/arith_yacc.h | 89 +++++++ usr/dash/arith_yylex.c | 163 +++++++++---- usr/dash/bltin/test.c | 172 +++++++------ usr/dash/builtins.def.in | 3 +- usr/dash/cd.c | 33 ++- usr/dash/config.h | 92 +++++++- u...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...kages/klibc-2.0.2/usr/dash -I/root/ofs/trunk/packages/klibc-2.0.2/usr/dash -include /root/ofs/trunk/packages/klibc-2.0.2/usr/dash/config.h -DBSD=1 -DSMALL -DJOBS=0 -DHAVE_CONFIG_H -DSHELL -DGLOB_BROKEN -DIFS_BROKEN -c -o usr/dash/arith_yacc.o usr/dash/arith_yacc.c ppc-linux-gcc -Wp,-MD,usr/dash/.arith_yylex.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include -I/root/ofs/trunk/...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: