[klibc] tiny patch for klibc 0.198

Olaf Hering olh at suse.de
Sat Feb 12 09:36:23 PST 2005


 On Sun, Feb 06, Harald Dunkel wrote:

> diff -ur old/klibc-0.198/ash/Makefile klibc-0.198/ash/Makefile
> --- old/klibc-0.198/ash/Makefile	2005-01-27 22:21:29.000000000 +0100
> +++ klibc-0.198/ash/Makefile	2005-02-06 15:56:36.478233705 +0100
> @@ -111,8 +111,7 @@
>  $(OBJ_NODES): nodes.h
>  $(OBJ_SYNTAX): syntax.h
> 
> -nodes.c nodes.h: mknodes.sh nodetypes nodes.c.pat nodes
> -nodes:
> +nodes.c nodes.h nodes: mknodes.sh nodetypes nodes.c.pat
>  	sh mknodes.sh nodetypes nodes.c.pat .
> 
>  signames.c: mksignames

This will lead to:

ln -sf bltin/echo.c echo.c
sh mknodes.sh nodetypes nodes.c.pat .
ln -sf bltin/test.c test.c
sh mknodes.sh nodetypes nodes.c.pat .
mv y.tab.c arith.c
gcc -Wp,-MD,.echo.d -Os  -nostdinc -iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/ppc -I../include/bits32 -I../include -I../linux/include -I../linux
/include2 -I../linux/include -DSHELL -DJOBS=0  -I.   -c -o echo.o echo.c
gcc -Wp,-MD,.error.d -Os  -nostdinc -iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/ppc -I../include/bits32 -I../include -I../linux/include -I../linu
x/include2 -I../linux/include -DSHELL -DJOBS=0  -I.   -c -o error.o error.c
mv: cannot stat `./nodes.h.tmp': No such file or directory


as you can see, mknodes.sh is called twice with make -j



More information about the klibc mailing list