summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-04-02 17:43:36 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-04-08 09:11:42 -1000
commite42c2e35b12ebbb468f3123e32a24a3a8455df1b (patch)
treef2d2791da426a82726e814e0d6c5aec02872ac0b /Makefile
parentf2efe74c0a6316cc0a6d5341fd88b1b0cd938b88 (diff)
downloadanaconda-e42c2e35b12ebbb468f3123e32a24a3a8455df1b.tar.gz
anaconda-e42c2e35b12ebbb468f3123e32a24a3a8455df1b.tar.xz
anaconda-e42c2e35b12ebbb468f3123e32a24a3a8455df1b.zip
Use $(ARCHIVE_TAG) throughout the updates target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b152a0bba..3db23472d 100644
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ updates:
@if [ ! -d updates-img ]; then \
mkdir updates-img ; \
fi ; \
- build_isys="$$(git diff --stat anaconda-11.5.0.35-1 isys | grep " | " | cut -d ' ' -f 2 | egrep "(Makefile|\.h|\.c)$$")" ; \
+ build_isys="$$(git diff --stat $(ARCHIVE_TAG) isys | grep " | " | cut -d ' ' -f 2 | egrep "(Makefile|\.h|\.c)$$")" ; \
git diff --stat $(ARCHIVE_TAG) | grep " | " | \
grep -v "\.spec" | grep -v "Makefile" | grep -v "\.c\ " | \
grep -v "\.h" | grep -v "\.sh" | \