zlib off by default, special targets off at the moment, because not used.
[openwrt.git] / openwrt / Makefile
index 43ee3dd..172e1b8 100644 (file)
@@ -128,11 +128,11 @@ source: $(TARGETS_SOURCE)
 #############################################################
 clean: 
        rm -rf $(TARGET_DIR) $(IMAGE).*
 #############################################################
 clean: 
        rm -rf $(TARGET_DIR) $(IMAGE).*
-       $(MAKE) $(DIST)-image-clean
+       $(MAKE) openwrt-image-clean
 
 dirclean: $(TARGETS_DIRCLEAN)
        rm -rf $(TARGET_DIR) $(IMAGE).*
 
 dirclean: $(TARGETS_DIRCLEAN)
        rm -rf $(TARGET_DIR) $(IMAGE).*
-       $(MAKE) $(DIST)-image-clean
+       $(MAKE) openwrt-image-dirclean
 
 distclean: clean
        rm -rf $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) 
 
 distclean: clean
        rm -rf $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) 
This page took 0.023248 seconds and 4 git commands to generate.