From 7003b9b3a4718f4a80b18cd8eb491b9358622a6d Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 16 May 2015 21:52:49 +0200 Subject: Make it possible to override the MAKEDEV variable (Closes: #734743). Thanks, Wookey! --- Makefile | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2d93aa..bc62fca 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog) DATE := $(shell sed -n '/^ -- /{s/.*> \(.*\)/\1/p;q}' debian/changelog) -MAKEDEV := /sbin/MAKEDEV +MAKEDEV ?= /sbin/MAKEDEV ifeq ($(shell uname),Linux) all: devices.tar.gz diff --git a/debian/changelog b/debian/changelog index 8c467cf..44f3a7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ debootstrap (1.0.69) UNRELEASED; urgency=medium mirror happens (Closes: #661501, #733179, #775454). * Switch default mirror from ftp.us.debian.org to the new, official http redirector service: httpredir.debian.org + * Make it possible to override the MAKEDEV variable (Closes: #734743). + Thanks, Wookey! -- Cyril Brulebois Thu, 14 May 2015 23:52:52 +0200 -- cgit v0.12