Changeset af75d5a in freewrt
- Timestamp:
- May 14, 2007, 8:45:01 PM (19 years ago)
- Children:
- 8619e0e
- Parents:
- 2d9ede9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r2d9ede9 raf75d5a 16 16 set -x; ${GMAKE_FMK} V=99 all) 2>&1 | tee -a make.log 17 17 18 # this is not to be called by the user 18 19 v_q: .prereq_done 19 20 @(echo; echo "Build started on $$(LC_ALL=C LANGUAGE=C TZ=UTC date)"; \ … … 47 48 @echo ' (default if .config exists)' 48 49 @echo ' v - Same as "all" but with logging to make.log enabled' 50 @echo ' slow - Same, but with sparse output for slow serial lines' 49 51 50 52 pkg-help: … … 61 63 @echo ' run "make package=<pkgname> package" to build everything and create the ipkg' 62 64 @echo '' 63 @echo ' BEWARE: as for now, this does notresolve package dependencies!'65 @echo 'This does not automatically resolve package dependencies!' 64 66 65 67 dev-help: … … 67 69 @echo ' run "make package=<pkgname> clean" to start with a good base' 68 70 @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.' 75 76 76 77 clean: .prereq_done
Note:
See TracChangeset
for help on using the changeset viewer.
