Windows: Revise build of tools in lib

This commit is contained in:
Asanka Herath
2010-06-17 23:02:52 -04:00
parent efd02d929a
commit 641eab32d8
2 changed files with 9 additions and 9 deletions

View File

@@ -57,17 +57,11 @@ all:: all-tools
all-tools:: asn1-tools hx509-tools krb5-tools
asn1-tools:
cd asn1
$(RMAKE) all-tools
cd ..
@( cd asn1 && $(RMAKE) all-tools && cd .. ) || exit /b 1
hx509-tools:
cd hx509
$(RMAKE) all-tools
cd ..
@( cd hx509 && $(RMAKE) all-tools && cd .. ) || exit /b 1
krb5-tools:
cd krb5
$(RMAKE) all-tools
cd ..
@( cd krb5 && $(RMAKE) all-tools && cd .. ) || exit /b 1

View File

@@ -317,6 +317,8 @@ $<
!ifdef RELDIR
all:: announce
all-tools:: announce-tools
test:: announce
clean:: announce
@@ -324,6 +326,10 @@ clean:: announce
announce:
@echo.
@echo --------- Entering $(RELDIR:\= ):
announce-tools:
@echo.
@echo --------- Entering $(RELDIR:\= ) tools:
!endif
#----------------------------------------------------------------------