mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Makefile: Remove ancient 'sourceball' target
Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3ab4b632a0
commit
18994732d3
9
Makefile
9
Makefile
@ -450,15 +450,6 @@ endif
|
|||||||
.config.cmd
|
.config.cmd
|
||||||
$(MAKE) -C $(CONFIG) clean
|
$(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)
|
else # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
|
||||||
|
|
||||||
all: menuconfig
|
all: menuconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user