]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
remove README reference
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 3 Nov 2007 14:55:04 +0000 (14:55 +0000)
committerJohannes Berg <johannes@sipsolutions.net>
Sat, 3 Nov 2007 14:55:04 +0000 (14:55 +0000)
Makefile

index 992d5b6e505fe11fb9e678601c603edd2610312d..f4e2186c782a0bb16bec8d3c2b2b4c39d45e1662 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,6 @@ clean:
 verify_config:
        @if [ ! -r .config ]; then \
                echo 'Building iw requires a configuration file'; \
-               echo '(.config). See README for more instructions. You can'; \
-               echo 'run "cp defconfig .config" to create an example'; \
-               echo 'configuration.'; \
+               echo '(.config). cp defconfig .config and edit.'; \
                exit 1; \
        fi