search for: mktoken

Displaying 10 results from an estimated 10 matches for "mktoken".

Did you mean: mktokens
2020 Mar 28
0
[klibc:update-dash] dash: Change mktokens back to creating token.h itself
...?p=libs/klibc/klibc.git;a=commit;h=dd7eb2c9e0faf742a9a2ce45629514c151348915 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Fri, 25 Jan 2019 00:18:21 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 20:30:01 +0000 [klibc] dash: Change mktokens back to creating token.h itself This effectively reverts commit 984d40b0fc4c "[klibc] Make building dash O= friendly". Later upstream versions of mktokens create two files, so there will be no reasonable way to redirect its output. The if_changed macro assumes that the rebuild command...
2019 Jan 25
0
[klibc:update-dash] dash: Change mktokens back to creating token.h itself
...?p=libs/klibc/klibc.git;a=commit;h=4a3b69c08621b4cb3fa9a7d18d8864e0d33fe074 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Fri, 25 Jan 2019 00:18:21 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] dash: Change mktokens back to creating token.h itself This effectively reverts commit 984d40b0fc4c "[klibc] Make building dash O= friendly". Later upstream versions of mktokens create two files, so there will be no reasonable way to redirect its output. The if_changed macro assumes that the rebuild command...
2006 Feb 15
0
Unable to build linux-2.6-klibc with O=
Hi, I wanted to test the kinit setup on my configuration, and I found out that I'm unable to build using an external object directory (i.e. using O=../dir). I'm using the sources from the GIT tree. The first problem is in usr/dask/Kbuild, in the invocations of mktokens; with O= the build system will try to execute something like: /home/.../linux-2.6-klibc.git//home/.../linux-2.6-klibc.git/usr/dash/mktokens which of course fails. I'm using the following patch to fix this issue: Signed-Off-By: Luca Tettamanti <kronos@kronoz.cjb.net> (in case you want it...
2019 Jan 25
0
[klibc:update-dash] [SHELL] Optimize dash -c "command" to avoid a fork
...ing of the previous node. Therefore we always know whether there is more to come, except in the case where we see a newline/semicolon or similar. For the purposes of sh -c, this should be sufficient. Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> [bwh: Update usr/dash/Kbuild for mktokens and parser.h changes, and README.dash to reflect that we now have this change] Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/Kbuild | 10 ++++++++-- usr/dash/README.dash | 1 - usr/dash/eval.c | 6 +----- usr/dash/eval.h | 4 ++++ usr/dash/main.c...
2020 Mar 28
0
[klibc:update-dash] dash: [SHELL] Optimize dash -c "command" to avoid a fork
...ing of the previous node. Therefore we always know whether there is more to come, except in the case where we see a newline/semicolon or similar. For the purposes of sh -c, this should be sufficient. Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> [bwh: Update usr/dash/Kbuild for mktokens and parser.h changes, and README.dash to reflect that we now have this change] Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/.gitignore | 1 + usr/dash/Kbuild | 10 ++++++++-- usr/dash/README.dash | 3 +-- usr/dash/eval.c | 6 +----- usr/dash/eval.h...
2020 Mar 28
0
[klibc:master] dash: README.dash: List the changes from upstream
...fine +* The built-in times command, which requires floating-point support, is + disabled +* The signal_names[] array is replaced by a signal_name() function using + klibc's own signal name array. decode_signal() is changed similarly. +* The read built-in implements the -t option like bash +* mktokens is modified to support out-of-tree builds +* mkbuiltins is modified to sort with LC_ALL=C +* Some header files have header guards added +* Changelog and some manual pages are omitted +* Automatic whitespace fixups + HOWTO sync branch: 1) Generate mailbox of patches and fix up their paths: @@ -...
2020 Mar 28
0
[klibc:update-dash] Revert " dash: mkbuiltins: Fix sort order harder"
.../dash/README.dash index 11ecff54..e33335a5 100644 --- a/usr/dash/README.dash +++ b/usr/dash/README.dash @@ -15,7 +15,6 @@ Several changes have been made for klibc: klibc's own signal name array. decode_signal() is changed similarly. * The read built-in implements the -t option like bash * mktokens is modified to support out-of-tree builds -* mkbuiltins is modified to sort with LC_ALL=C * Some header files have header guards added * Changelog and some manual pages are omitted * Automatic whitespace fixups diff --git a/usr/dash/mkbuiltins b/usr/dash/mkbuiltins index 70308bd8..f562ae22 1006...
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:
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...es/klibc-2.0.2/usr/dash/nodes.c.pat : gcc -Wp,-MD,usr/dash/.mksyntax.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DBSD=1 -DSMALL -DJOBS=0 -DHAVE_CONFIG_H -DSHELL -DGLOB_BROKEN -DIFS_BROKEN -o usr/dash/mksyntax usr/dash/mksyntax.c cd usr/dash && ./mksyntax : sh usr/dash/mktokens > usr/dash/token.h ppc-linux-gcc -Wp,-MD,usr/dash/.alias.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...
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