Changeset 2619

Show
Ignore:
Timestamp:
05/22/07 23:23:19 (2 years ago)
Author:
tg
Message:

remove target_clean, it can't do what it appears to do since it removes the di-
rectory where all the compiled IPKs are stored, and it's not documented anyway

Files:

Legend:

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

    r2510 r2619  
    113113        @${GMAKE_INV} package_index 
    114114 
    115 target_clean: .prereq_done 
    116         @${GMAKE_INV} target_clean 
    117  
    118115world: .prereq_done 
    119116        @${GMAKE_INV} world 
  • trunk/freewrt/mk/build.mk

    r2612 r2619  
    4242 
    4343.NOTPARALLEL: 
    44 .PHONY: all world clean cleandir distclean image_clean target_clean 
     44.PHONY: all world clean cleandir distclean image_clean 
    4545 
    4646world: $(DL_DIR) $(BUILD_DIR) $(PACKAGE_DIR) ${TOPDIR}/.cfg/FWRT_HAVE_DOT_CONFIG 
     
    9090        @$(TRACE) root_clean 
    9191        rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root 
    92  
    93 target_clean: root_clean 
    94         rm -rf $(BIN_DIR) 
    9592 
    9693clean: