The following changes were made to Makefile:
* Added glibc as dependency * Changed version string to new format * Corrected test section * Added BRIEF to dhcpd and dhclient makefiles
This commit is contained in:
7
Makefile
7
Makefile
@@ -8,11 +8,10 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
export DEPENDS =
|
||||
export DEPENDS = glibc
|
||||
export ARCH = x86_64
|
||||
export URL = https://www.isc.org/
|
||||
DESC =
|
||||
SNAPVER = sr1
|
||||
SNAPVER = 2
|
||||
|
||||
PWD := $(shell pwd)
|
||||
ROOT := $(PWD)/ROOT
|
||||
@@ -76,7 +75,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
||||
$(SRCDIR)/client/dhclient: $(SRCDIR)/config.log
|
||||
@cd $(SRCDIR) && make
|
||||
|
||||
test: $(ROOT)
|
||||
test: $(DHCLIENTROOT) $(DHCPDROOT)
|
||||
@cd $(SRCDIR); \
|
||||
make check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user