Corrected path to binfile to trigger ROOT build
This commit is contained in:
7
Makefile
7
Makefile
@@ -71,7 +71,7 @@ BRIEF = Kerberos is a network authentication protocol
|
|||||||
DESC = Kerberos is a network authentication protocol. It is designed to \
|
DESC = Kerberos is a network authentication protocol. It is designed to \
|
||||||
provide strong authentication for client/server applications by using \
|
provide strong authentication for client/server applications by using \
|
||||||
secret-key cryptography.
|
secret-key cryptography.
|
||||||
SLVER = 2
|
SLVER = 3
|
||||||
|
|
||||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||||
@@ -123,10 +123,11 @@ $(SRCDIR)/src/config.log: $(SRCDIR)/src/configure
|
|||||||
# set to a valid file, but the source make process will
|
# set to a valid file, but the source make process will
|
||||||
# be re-executed even if it isn't necessary
|
# be re-executed even if it isn't necessary
|
||||||
|
|
||||||
$(SRCDIR)/src/binfile: $(SRCDIR)/src/config.log
|
$(SRCDIR)/src/kdc/krb5kdc: $(SRCDIR)/src/config.log
|
||||||
@cd $(SRCDIR)/src && make
|
@cd $(SRCDIR)/src && make
|
||||||
|
|
||||||
$(ROOT): $(SRCDIR)/src/binfile
|
$(ROOT): $(SRCDIR)/src/kdc/krb5kdc
|
||||||
|
exit 1
|
||||||
@if [ -d $(ROOT) ]; then \
|
@if [ -d $(ROOT) ]; then \
|
||||||
touch $(ROOT); \
|
touch $(ROOT); \
|
||||||
else \
|
else \
|
||||||
|
|||||||
Reference in New Issue
Block a user