Makefile: Reorder architecture list in DEBIAN_PORTS_ARCHES
This commit is contained in:
parent
4b541d8cba
commit
647b681a13
2
Makefile
2
Makefile
|
@ -67,7 +67,7 @@ DEBOOTSTRAP_OPTS=--no-check-gpg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## Port architectures need their archive keyring
|
## Port architectures need their archive keyring
|
||||||
DEBIAN_PORTS_ARCHES=alpha hppa hurd-i386 m68k ppc64 powerpcspe sh4 sparc64 x32
|
DEBIAN_PORTS_ARCHES=alpha hppa hurd-i386 m68k powerpcspe ppc64 sh4 sparc64 x32
|
||||||
ifneq (,$(filter $(DEBIAN_PORTS_ARCHES),$(ARCHES)))
|
ifneq (,$(filter $(DEBIAN_PORTS_ARCHES),$(ARCHES)))
|
||||||
export BASE_INCLUDE := $(BASEDIR)/data/debian_ports $(BASE_INCLUDE)
|
export BASE_INCLUDE := $(BASEDIR)/data/debian_ports $(BASE_INCLUDE)
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -35,6 +35,7 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium
|
||||||
* Use compressed kernel image by default in boot-hppa.
|
* Use compressed kernel image by default in boot-hppa.
|
||||||
* Rename data/base_include_port_architectures to data/debian_ports.
|
* Rename data/base_include_port_architectures to data/debian_ports.
|
||||||
* Makefile: Rename UNRELEASED_PORT_ARCHITECTURES to DEBIAN_PORTS_ARCHES.
|
* Makefile: Rename UNRELEASED_PORT_ARCHITECTURES to DEBIAN_PORTS_ARCHES.
|
||||||
|
* Makefile: Reorder architecture list in DEBIAN_PORTS_ARCHES.
|
||||||
|
|
||||||
[ Holger Levsen ]
|
[ Holger Levsen ]
|
||||||
* Create a debian-edu task to be able to build an offline installation image
|
* Create a debian-edu task to be able to build an offline installation image
|
||||||
|
|
Loading…
Reference in New Issue