From: Mika Laitio Date: Thu, 9 Dec 2010 15:17:14 +0000 (+0200) Subject: code cleanup instruction update X-Git-Url: http://pilppa.org/gitweb/?p=lib1wire.git;a=commitdiff_plain;h=21d3705e57368912ca54dc818258a922c9b781af code cleanup instruction update changed instructions to use "make maintainer-clean" instead of "make distclean". Signed-off-by: Mika Laitio --- diff --git a/README b/README index a1538e9..a391278 100644 --- a/README +++ b/README @@ -7,11 +7,11 @@ Requirements - linux kernel 1-wire kernel drivers (ds2490, w1_therm) - 1-wire devices detected by the linux (so that device info can be found from /sys/bus/w1/devices) -Build, install and clean ------------------------- +Build, install and clean-up +--------------------------- - build with command: ./autobuild.sh (generates required autoconf files) - install with command: make install -- clean source code from generated build files: make distclean +- remove all generated build files before creating a new commit or patch: make maintainer-clean howto run test application --------------------------