Dear Wiki user, You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.
The "BuildNotes" page has been changed by DanielShahaf: http://wiki.apache.org/subversion/BuildNotes?action=diff&rev1=4&rev2=5 Comment: update for r1329619 * use a '''minimal shell''': `export CONFIG_SHELL=/bin/sh` * put the '''build tree in a tmpfs''': `cd tmpfs-mountpoint && /path/to/configure $ARGS` * '''disable unneeded components''': `--without-berkeley-db --without-neon --without-serf --without-apxs --without-sasl --without-swig --without-ctypesgen --disable-javahl --without-kwallet --without-gnome-keyring --without-libmagic --disable-nls` (etc) - * don't build '''tools''': run `make bin apache-mod atomic-ra-revprop-change entries-dump` instead of `make` + * don't build '''tools''': run `make bin apache-mod check-deps` instead of `make` * '''reduce output''': pass '-q' to configure, '-s' to make * enable configure's '''cache''': pass '-C' to configure * enable '''concurrency''': pass '-j' or '-j[number]' to make
