Changeset 2685

Show
Ignore:
Timestamp:
06/04/07 12:50:53 (1 year ago)
Author:
tg
Message:

new target “distclean” for packages

Files:

Legend:

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

    r2631 r2685  
    5959        @echo '  fake         - Same as "build", but also install the binaries' 
    6060        @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' 
    6163        @echo '' 
    6264        @echo 'Short package rebuilding guide:' 
  • trunk/freewrt/mk/package.mk

    r2678 r2685  
    175175        rm -rf ${WRKDIR} ${ALL_IPKGS} 
    176176 
     177distclean: clean 
     178        rm -f ${FULLDISTFILES} 
     179 
    177180.PHONY: all refetch extract patch configure \ 
    178181        build fake package install clean build-all-ipkgs