Changeset 2510

Show
Ignore:
Timestamp:
05/14/07 20:45:01 (2 years ago)
Author:
tg
Message:

some wording fixes, 80-column limit, and “make package=foo” will NEVER
resolve dependencies. description of update-patches was already here @wbx

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Makefile

    r2491 r2510  
    1616            set -x; ${GMAKE_FMK} V=99 all) 2>&1 | tee -a make.log 
    1717 
     18# this is not to be called by the user 
    1819v_q: .prereq_done 
    1920        @(echo; echo "Build started on $$(LC_ALL=C LANGUAGE=C TZ=UTC date)"; \ 
     
    4748        @echo '                 (default if .config exists)' 
    4849        @echo '  v            - Same as "all" but with logging to make.log enabled' 
     50        @echo '  slow         - Same, but with sparse output for slow serial lines' 
    4951 
    5052pkg-help: 
     
    6163        @echo '  run "make package=<pkgname> package" to build everything and create the ipkg' 
    6264        @echo '' 
    63         @echo 'BEWARE: as for now, this does not resolve package dependencies!' 
     65        @echo 'This does not automatically resolve package dependencies!' 
    6466 
    6567dev-help: 
     
    6769        @echo '  run "make package=<pkgname> clean" to start with a good base' 
    6870        @echo '  run "make package=<pkgname> patch" to fetch, unpack and patch the source' 
    69         @echo '  edit the package sources at build_dir/<pkgname>/<pkgname>-<version>' 
    70         @echo '  run "make package=<pkgname> update-patches to update the existing patches (if any)' 
    71         @echo '' 
    72         @echo 'Each changed patches will be opened with your $$EDITOR,' 
    73         @echo 'so you can add a description and verify the changes.' 
    74  
     71        @echo '  edit the package sources at build_dir/w-<pkgname>-*/<pkgname>-<version>' 
     72        @echo '  run "make package=<pkgname> update-patches to regenerate patch files' 
     73        @echo '' 
     74        @echo 'All changed patches will be opened with your $$EDITOR,' 
     75        @echo 'so you can add a description and verify the modifications.' 
    7576 
    7677clean: .prereq_done