Makefile: We no longer use DOWNLOAD_DIR, so don't create it.
This commit is contained in:
parent
c909cf34d1
commit
67239a5154
2
Makefile
2
Makefile
|
@ -40,7 +40,6 @@ PACKAGE_FILES = $(wildcard $(APPLIANCE)/package.*)
|
||||||
WORLD = $(APPLIANCE)/world
|
WORLD = $(APPLIANCE)/world
|
||||||
EXTRA_WORLD =
|
EXTRA_WORLD =
|
||||||
CRITICAL = $(APPLIANCE)/critical
|
CRITICAL = $(APPLIANCE)/critical
|
||||||
DOWNLOAD_DIR = .downloads
|
|
||||||
|
|
||||||
# Allow appliance to override variables
|
# Allow appliance to override variables
|
||||||
-include $(APPLIANCE)/$(APPLIANCE).cfg
|
-include $(APPLIANCE)/$(APPLIANCE).cfg
|
||||||
|
@ -157,7 +156,6 @@ ifdef stage4-exists
|
||||||
@./echo Using stage4 tarball: $(STAGE4_TARBALL)
|
@./echo Using stage4 tarball: $(STAGE4_TARBALL)
|
||||||
tar xapf "$(STAGE4_TARBALL)" -C $(CHROOT)
|
tar xapf "$(STAGE4_TARBALL)" -C $(CHROOT)
|
||||||
else
|
else
|
||||||
mkdir -p $(DOWNLOAD_DIR)
|
|
||||||
@./echo Using stage3 tarball
|
@./echo Using stage3 tarball
|
||||||
tar xjpf stage3-$(ARCH)-latest.tar.bz2 -C $(CHROOT)
|
tar xjpf stage3-$(ARCH)-latest.tar.bz2 -C $(CHROOT)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue