瀏覽代碼

Makefile: Remove ancient 'sourceball' target

Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Michael Roth 16 年之前
父節點
當前提交
18994732d3
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      Makefile

+ 0 - 9
Makefile

@@ -450,15 +450,6 @@ endif
 	.config.cmd
 	$(MAKE) -C $(CONFIG) clean
 
-sourceball:
-	rm -rf $(BUILD_DIR) $(BUILD_DIR) $(BINARIES_DIR)
-	set -e; \
-	cd ..; \
-	rm -f buildroot.tar.bz2; \
-	tar -cvf buildroot.tar buildroot; \
-	bzip2 -9 buildroot.tar; \
-
-
 else # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
 
 all: menuconfig