Fix making a release.
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,6 +1,9 @@
|
||||
#
|
||||
# Makefile for tinysvcmdns
|
||||
#
|
||||
|
||||
MV ?= mv
|
||||
|
||||
CPPFLAGS += -DPTHREAD_CREATE_DETACHED_SUPPORTED
|
||||
#CPPFLAGS += -DNDEBUG
|
||||
CPPFLAGS += $(CPPFLAGS_EXTRA)
|
||||
@@ -54,6 +57,7 @@ opkg-service: $(wildcard etc/modservice.d/*)
|
||||
opkg: mdnsd $(wildcard opkg/CONTROL/*) opkg-init opkg-service
|
||||
install -d opkg/sbin
|
||||
install -p $< opkg/sbin/
|
||||
$(foreach opk,$(wildcard *.opk),$(MV) $(opk) $(opk).old; )
|
||||
opkg-pack opkg
|
||||
|
||||
release: opkg
|
||||
|
||||
Reference in New Issue
Block a user