From: Roy Marples Date: Tue, 21 Mar 2017 14:08:10 +0000 (+0000) Subject: Clean up some definitions. X-Git-Tag: v7.0.0-beta1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0406cb114cb8b3559cbd4255626b8c2232cba4e2;p=thirdparty%2Fdhcpcd.git Clean up some definitions. --- diff --git a/Makefile b/Makefile index baa7caca..4e834bf9 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,6 @@ DISTFILEGZ?= ${DISTPREFIX}.tar.gz DISTFILE?= ${DISTPREFIX}.tar.xz DISTINFO= ${DISTFILE}.distinfo DISTINFOSIGN= ${DISTINFO}.asc -CKSUM?= cksum -a SHA256 -PGP?= netpgp - -HOST_SH?= /bin/sh CLEANFILES+= *.tar.xz diff --git a/Makefile.inc b/Makefile.inc index 8964381d..ddeec43d 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -10,6 +10,11 @@ CONFMODE?= 0644 CC?= cc INSTALL?= install SED?= sed +HOST_SH?= /bin/sh + +# This isn't very portable, but I generaly make releases from NetBSD +CKSUM?= cksum -a SHA256 +PGP?= netpgp SED_RUNDIR= -e 's:@RUNDIR@:${RUNDIR}:g' SED_DBDIR= -e 's:@DBDIR@:${DBDIR}:g' diff --git a/src/Makefile b/src/Makefile index 30e586f3..49ad3f9d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,8 +45,6 @@ SED_SYS= -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' DEPEND!= test -e .depend && echo ".depend" || echo "" -HOST_SH?= /bin/sh - CLEANFILES+= *.tar.xz .PHONY: import import-bsd dev test