Changeset af75d5a in freewrt


Ignore:
Timestamp:
May 14, 2007, 8:45:01 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
8619e0e
Parents:
2d9ede9
Message:

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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2510 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2d9ede9 raf75d5a  
    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
Note: See TracChangeset for help on using the changeset viewer.