forked from tskirvin/puppetdb-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.local
36 lines (31 loc) · 1.46 KB
/
Makefile.local
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
##############################################################################
### cms-rpmtools Makefile.local ##############################################
##############################################################################
## Meant for use with the Makefile from cms-rpmtools. Assuming the package is
## at the same level, run:
##
## ln -s ../cms-rpmtools/Makefile .
## cp ../cms-rpmtools/Makefile.local .
##
## This should give you access to a consistent Makefile. You're in charge
## of your own *.spec file.
##############################################################################
### Tarball Configuration ####################################################
##############################################################################
## We will only rebuild our .tar file if one of these files changes: the
## Makefile itself, Makefile.local, the *.spec file, and anything listed in
## $(FILES_LOCAL).
# FILES_LOCAL = usr etc
FILES_LOCAL = usr etc
## When creating the local
# TAR_EXCLUDE = --exclude *.bak --exclude .git
TAR_EXCLUDE =
##############################################################################
### Targets ##################################################################
##############################################################################
## Set your own targets. Note that these will appear at the top.
all: rpm-6-nosign rpm-sign
confirm: confirm-slf6
copy: copy-slf6
rpm-sign: sign-slf6
test: rpm-6-nosign