#i10000# COMSPEC still needed
This commit is contained in:
parent
b1fdd94fa7
commit
3e6634c104
1 changed files with 8 additions and 4 deletions
|
@ -6,11 +6,15 @@
|
|||
#
|
||||
.IMPORT .IGNORE : COMSPEC
|
||||
|
||||
# SHELL has to be set in OOo build environment
|
||||
.IF $(SHELL) == $(NULL)
|
||||
.ERROR : ; @echo Forced error: Environment variable SHELL has to be set for OOo build!
|
||||
SHELL_variable_needed
|
||||
.ENDIF
|
||||
.IF $(COMSPEC) == $(NULL)
|
||||
# SHELL has to be set in OOo build environment
|
||||
.ERROR : ; @echo Forced error: Environment variable SHELL has to be set for OOo build!
|
||||
SHELL_variable_needed
|
||||
.ELSE
|
||||
SHELL *:= $(COMSPEC)
|
||||
.END
|
||||
.END
|
||||
|
||||
GROUPSHELL *:= $(SHELL)
|
||||
|
||||
|
|
Loading…
Reference in a new issue