summaryrefslogtreecommitdiff
path: root/emulators/suse121_linux/Makefile.common
diff options
context:
space:
mode:
authortnn <tnn>2015-03-10 01:42:13 +0000
committertnn <tnn>2015-03-10 01:42:13 +0000
commit0219196a956c61013d9092524a22f6d759d1d9fb (patch)
treea3469a5a3d051f9a03ebe4d04e8532e955bd0cd8 /emulators/suse121_linux/Makefile.common
parentbc9fe68a64bf5541c3d7c7a4491079739c816178 (diff)
downloadpkgsrc-0219196a956c61013d9092524a22f6d759d1d9fb.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/Makefile.common')
-rw-r--r--emulators/suse121_linux/Makefile.common11
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)