]> pilppa.org Git - lib1wire.git/commitdiff
code cleanup instruction update
authorMika Laitio <lamikr@pilppa.org>
Thu, 9 Dec 2010 15:17:14 +0000 (17:17 +0200)
committerMika Laitio <lamikr@pilppa.org>
Thu, 9 Dec 2010 15:17:14 +0000 (17:17 +0200)
changed instructions to use "make maintainer-clean" instead of
"make distclean".

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
README

diff --git a/README b/README
index a1538e9456093cd4eecf340c61c255b5a0fef671..a391278eff980f3e06def19c9ff9041c6e47e058 100644 (file)
--- 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
 --------------------------