Makefile (1072:c927a739754a) Makefile (1089:f03573d4d2e4)
1#!/usr/bin/make
2
3include ../../version
4
5DEFAULT_RELEASE := 1
6
7VERSION ?= $(NXT_VERSION)
8RELEASE ?= $(DEFAULT_RELEASE)

--- 126 unchanged lines hidden (view full) ---

135include Makefile.jsc8
136include Makefile.jsc11
137endif
138
139CONFIGURE_ARGS=\
140 --prefix=/usr \
141 --state=%{_sharedstatedir}/unit \
142 --control="unix:/var/run/unit/control.sock" \
1#!/usr/bin/make
2
3include ../../version
4
5DEFAULT_RELEASE := 1
6
7VERSION ?= $(NXT_VERSION)
8RELEASE ?= $(DEFAULT_RELEASE)

--- 126 unchanged lines hidden (view full) ---

135include Makefile.jsc8
136include Makefile.jsc11
137endif
138
139CONFIGURE_ARGS=\
140 --prefix=/usr \
141 --state=%{_sharedstatedir}/unit \
142 --control="unix:/var/run/unit/control.sock" \
143 --pid=/var/run/unit.pid \
144 --log=/var/log/unit.log \
143 --pid=/var/run/unit/unit.pid \
144 --log=/var/log/unit/unit.log \
145 --tests \
146 --openssl
147
148export CR=\\n
149
150default:
151 @echo "valid targets: all modules unit $(addprefix unit-, $(MODULES)) rpmlint specs test test-debug clean"
152

--- 139 unchanged lines hidden ---
145 --tests \
146 --openssl
147
148export CR=\\n
149
150default:
151 @echo "valid targets: all modules unit $(addprefix unit-, $(MODULES)) rpmlint specs test test-debug clean"
152

--- 139 unchanged lines hidden ---