Differences From Artifact [3bcde6e579]:
- Executable file build/make-local — part of check-in [e44bf4f1c8] at 2010-10-11 00:08:34 on branch trunk — Added local build script (user: rkeene, size: 227) [annotate] [blame] [check-ins using]
To Artifact [8e00895db3]:
- Executable file build/make-local — part of check-in [768c073914] at 2010-10-11 13:55:21 on branch trunk — Updated local testing scripts to building using verbose errors (user: rkeene, size: 253) [annotate] [blame] [check-ins using]
1 2 3 4 | #! /bin/sh make distclean | | | 1 2 3 4 5 6 7 8 9 10 11 12 | #! /bin/sh make distclean CFLAGS='-Wall -Werror -W' ./configure # Replace version with the version . build/makearch.info sed "s/@@VERS@@/${VERS}/g" Makefile > Makefile.new && cat Makefile.new > Makefile rm -f Makefile.new make |
︙ | ︙ |