Tweak portable-build target to always use brew.
This commit is contained in:
parent
6143949d66
commit
5b81377323
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
# Makefile for source rpm: elfutils
|
||||
# $Id: Makefile,v 1.22 2007/04/20 19:25:46 roland Exp $
|
||||
# $Id: Makefile,v 1.23 2007/05/03 22:49:17 roland Exp $
|
||||
NAME := elfutils
|
||||
SPECFILE = elfutils.spec
|
||||
|
||||
@ -56,7 +56,7 @@ build-dep = $(portable.srpm)
|
||||
else
|
||||
redhat = /mnt/redhat
|
||||
$(portable-build): $(portable.srpm)
|
||||
$(BUILD_CLIENT) $(BUILD_FLAGS) dist-$(portable-dist) $<
|
||||
brew build $(BUILD_FLAGS) dist-$(portable-dist) $<
|
||||
rsync-to = $(public)
|
||||
build-dep = $(portable-build)/src/$(portable.srpm)
|
||||
portable-build: $(portable-build)
|
||||
|
Loading…
Reference in New Issue
Block a user