Tweak portable-build target to always use brew.
This commit is contained in:
parent
3cb5dfbacf
commit
36b69fb6a9
2
Makefile
2
Makefile
@ -56,7 +56,7 @@ build-dep = $(portable.srpm)
|
|||||||
else
|
else
|
||||||
redhat = /mnt/redhat
|
redhat = /mnt/redhat
|
||||||
$(portable-build): $(portable.srpm)
|
$(portable-build): $(portable.srpm)
|
||||||
$(BUILD_CLIENT) $(BUILD_FLAGS) dist-$(portable-dist) $<
|
brew build $(BUILD_FLAGS) dist-$(portable-dist) $<
|
||||||
rsync-to = $(public)
|
rsync-to = $(public)
|
||||||
build-dep = $(portable-build)/src/$(portable.srpm)
|
build-dep = $(portable-build)/src/$(portable.srpm)
|
||||||
portable-build: $(portable-build)
|
portable-build: $(portable-build)
|
||||||
|
Loading…
Reference in New Issue
Block a user