Remove CommandLauncher from make of parent and check in CommandLauncher.exe due to bug in MS dev tools
This commit is contained in:
parent
fe83bfbbb5
commit
96c64973dd
Binary file not shown.
@ -20,7 +20,7 @@
|
|||||||
#
|
#
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
SUBDIRS = ClientKeystoreSetup CommandLauncher InitConfigFile MungeCryptoPropertiesFilePath ServerKeystoreSetup SetupAsWindowsService UpdateWarFile server-java_msi
|
SUBDIRS = ClientKeystoreSetup InitConfigFile MungeCryptoPropertiesFilePath ServerKeystoreSetup SetupAsWindowsService UpdateWarFile server-java_msi
|
||||||
|
|
||||||
DIST_SUBDIRS = ClientKeystoreSetup CommandLauncher InitConfigFile MungeCryptoPropertiesFilePath ServerKeystoreSetup SetupAsWindowsService UpdateWarFile server-java_msi
|
DIST_SUBDIRS = ClientKeystoreSetup CommandLauncher InitConfigFile MungeCryptoPropertiesFilePath ServerKeystoreSetup SetupAsWindowsService UpdateWarFile server-java_msi
|
||||||
|
|
||||||
@ -29,7 +29,6 @@ EXTRA_DIST =
|
|||||||
.PHONY: package package-clean package-install package-uninstall
|
.PHONY: package package-clean package-install package-uninstall
|
||||||
package package-clean package-install package-uninstall:
|
package package-clean package-install package-uninstall:
|
||||||
$(MAKE) -C ClientKeystoreSetup $@
|
$(MAKE) -C ClientKeystoreSetup $@
|
||||||
$(MAKE) -C CommandLauncher $@
|
|
||||||
$(MAKE) -C InitConfigFile $@
|
$(MAKE) -C InitConfigFile $@
|
||||||
$(MAKE) -C MungeCryptoPropertiesFilePath $@
|
$(MAKE) -C MungeCryptoPropertiesFilePath $@
|
||||||
$(MAKE) -C ServerKeystoreSetup $@
|
$(MAKE) -C ServerKeystoreSetup $@
|
||||||
|
Loading…
Reference in New Issue
Block a user