Commit 18994732 authored by Michael Roth's avatar Michael Roth Committed by Peter Korsgaard
Browse files

Makefile: Remove ancient 'sourceball' target

parent 3ab4b632
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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