mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Use $(SHELL) and $(KORNSHELL) for shell scripts
Introduce KORNSHELL make variable to point to the implementation of the Korn Shell. Use $(SHELL) or $(KORNSHELL) explicitly for make programs that do not automatically call shell scripts from the current directory.
This commit is contained in:
parent
d3206f4514
commit
d6b6353f95
8 changed files with 26 additions and 18 deletions
|
|
@ -100,7 +100,7 @@ CONVERSION= -toDB
|
|||
.udb.db:
|
||||
@echo "making $*.db"
|
||||
@$(RM) $*.db
|
||||
$(TOOLSRC)/$(DBTOOLS)/udbToAny.ksh $(CONVERSION) $(UDB_RELEASE_OPT) $< > $*.db
|
||||
$(KORNSHELL) $(TOOLSRC)/$(DBTOOLS)/udbToAny.ksh $(CONVERSION) $(UDB_RELEASE_OPT) $< > $*.db
|
||||
|
||||
all::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue