Changeset 2685
- Timestamp:
- 06/04/07 12:50:53 (1 year ago)
- Files:
-
- trunk/freewrt/Makefile (modified) (1 diff)
- trunk/freewrt/mk/package.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Makefile
r2631 r2685 59 59 @echo ' fake - Same as "build", but also install the binaries' 60 60 @echo ' package - Same as "fake", but also create the ipkg package' 61 @echo ' clean - Deinstall and remove the build area' 62 @echo ' distclean - Same as "clean", but also remove the distfiles' 61 63 @echo '' 62 64 @echo 'Short package rebuilding guide:' trunk/freewrt/mk/package.mk
r2678 r2685 175 175 rm -rf ${WRKDIR} ${ALL_IPKGS} 176 176 177 distclean: clean 178 rm -f ${FULLDISTFILES} 179 177 180 .PHONY: all refetch extract patch configure \ 178 181 build fake package install clean build-all-ipkgs


