add toolchain/download target
[openwrt.git] / toolchain / utils / Makefile
index b5dae73..f79ed89 100644 (file)
@@ -8,13 +8,14 @@ ifeq ($(OS),Darwin)
 CFLAGS += -I./include
 endif
 
+source:
 prepare: $(UTILS_BUILD_DIR)
 compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS))
 install: compile
        mkdir -p $(STAGING_DIR)/bin
-       cp -a $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
+       $(CP) $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
 package:
-clean:
+clean: FORCE
        rm -rf $(UTILS_BUILD_DIR)
 
 $(UTILS_BUILD_DIR):
This page took 0.034745 seconds and 4 git commands to generate.