diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-10 01:42:13 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-10 01:42:13 +0000 |
commit | 9661d2e6ad82944fafa267657bd70db6c556cd91 (patch) | |
tree | a3469a5a3d051f9a03ebe4d04e8532e955bd0cd8 /emulators/suse121_linux | |
parent | 3c3f26d1249323486641ce5a2dde1fa2bb426fbb (diff) | |
download | pkgsrc-9661d2e6ad82944fafa267657bd70db6c556cd91.tar.gz |
Partially revert previous, apparently there exists "make emul-distinfo"
Turn "make distinfo" into an error instead.
Thanks to anonymous for the hint.
Diffstat (limited to 'emulators/suse121_linux')
-rw-r--r-- | emulators/suse121_linux/Makefile.common | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/emulators/suse121_linux/Makefile.common b/emulators/suse121_linux/Makefile.common index 91830f5fb10..62ff47ed782 100644 --- a/emulators/suse121_linux/Makefile.common +++ b/emulators/suse121_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2015/03/08 19:03:32 tnn Exp $ +# $NetBSD: Makefile.common,v 1.10 2015/03/10 01:42:13 tnn Exp $ # # used by emulators/suse121_alsa/Makefile # used by emulators/suse121_alsa/Makefile @@ -130,14 +130,7 @@ FILES_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q} .sinclude "${SUSE_PKGSRCDIR}/suse.${EMUL_ARCH}.mk" .if make(distinfo) || make(makedistinfo) || make(mdi) || make(makesum) -. if defined(RPMPKGS) && !empty(RPMPKGS) -RPMPKGS:= ${RPMPKGS:S/${EMUL_ARCH}/i586/} \ - ${RPMPKGS:S/${EMUL_ARCH}/x86_64/} -. endif -. if defined(RPMUPDPKGS) && !empty(RPMUPDPKGS) -RPMUPDPKGS:= ${RPMUPDPKGS:S/${EMUL_ARCH}/i586/} \ - ${RPMUPDPKGS:S/${EMUL_ARCH}/x86_64/} -. endif +PKG_FAIL_REASON= "please use make emul-fetch or make emul-distinfo" .endif .if defined(RPMPKGS) && !empty(RPMPKGS) |