5 |
# Copyright (C) 2004-2005 Red Hat, Inc. |
# Copyright (C) 2004-2005 Red Hat, Inc. |
6 |
# Copyright (C) 2005 Fedora Foundation |
# Copyright (C) 2005 Fedora Foundation |
7 |
# |
# |
8 |
# $Id: Makefile.common,v 1.5 2007/12/24 16:50:52 slords Exp $ |
# $Id: Makefile.common,v 1.4 2007/11/02 22:32:27 slords Exp $ |
9 |
|
|
10 |
# Define the common dir. |
# Define the common dir. |
11 |
# This needs to happen first. |
# This needs to happen first. |
552 |
@$(check-upstream-md5sum) |
@$(check-upstream-md5sum) |
553 |
|
|
554 |
# We keep all the relevant GPG keys in the upstream-key.gpg so we can |
# We keep all the relevant GPG keys in the upstream-key.gpg so we can |
555 |
# check the signatures.... |
# check the signatures... |
556 |
import-upstream-gpg : upstream-key.gpg FORCE |
import-upstream-gpg : upstream-key.gpg FORCE |
557 |
mkdir -p $(HOME)/.gnupg |
mkdir -p $(HOME)/.gnupg |
558 |
gpg --quiet --import --no-secmem-warning --no-permission-warning $< || : |
gpg --quiet --import --no-secmem-warning --no-permission-warning $< || : |