Removed --program-prefix
This commit is contained in:
3
Makefile
3
Makefile
@@ -12,7 +12,7 @@ DEPENDS = glibc,grep,util-linux,xz,zfs,zlib
|
|||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
URL = http://www.gnu.org/software/grub/
|
URL = http://www.gnu.org/software/grub/
|
||||||
DESC = GNU GRUB is a Multiboot boot loader.
|
DESC = GNU GRUB is a Multiboot boot loader.
|
||||||
SNAPVER = sr0
|
SNAPVER = sr1
|
||||||
|
|
||||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||||
@@ -51,7 +51,6 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
|||||||
--disable-efiemu \
|
--disable-efiemu \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--enable-libzfs \
|
--enable-libzfs \
|
||||||
--program-prefix='' \
|
|
||||||
--build=x86_64-snap-linux-gnu \
|
--build=x86_64-snap-linux-gnu \
|
||||||
--host=x86_64-snap-linux-gnu \
|
--host=x86_64-snap-linux-gnu \
|
||||||
--target=x86_64-snap-linux-gnu
|
--target=x86_64-snap-linux-gnu
|
||||||
|
|||||||
Reference in New Issue
Block a user