From 0c284d35e533c9d49dbfe2cfe3d68e680e79a66d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 28 Oct 2017 03:26:33 -0500 Subject: Web page updates. --- www/code.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/code.html') diff --git a/www/code.html b/www/code.html index bee139fa..b1b17ef5 100644 --- a/www/code.html +++ b/www/code.html @@ -133,6 +133,8 @@ test infrastructure. infrastructure implementing menuconfig (copied from the Linux kernel).
  • The generated directory contains intermediate files generated from other parts of the source code.
  • +
  • The tests directory contains the test suite. +NOSPACE=1 to allow tests to pass with diff -b
  • @@ -1243,7 +1245,7 @@ which is NULL for non-symlinks.

    During a callback function, the int dirfd field of directory nodes contains a directory file descriptor (for use with the openat() family of functions). This isn't usually used directly, intstead call dirtree_parentfd() -on the callback's node argument. The char again field is 0 for the +on the callback's node argument. The char again field is 0 for the first callback on a node, and 1 on the second callback (triggered by returning DIRTREE_COMEAGAIN on a directory, made after all children have been processed).

    @@ -1348,6 +1350,7 @@ Config.in.

    See adding a new command for details on the layout of a command file.

    +

    Directory scripts/

    Build infrastructure. The makefile calls scripts/make.sh for "make" -- cgit v1.2.3