Use $(KORNSHELL) for dtksh as well
This commit updates master atde82eebdd5to include bits from Message-Id: <1344951117-33716-3-git-send-email-saper@saper.info> http://thread.gmane.org/gmane.comp.desktop.cde.devel/283/focus=301 not included in the Message-Id: <1344951117-33716-1-git-send-email-saper@saper.info> http://thread.gmane.org/gmane.comp.desktop.cde.devel/283/focus=299 that was commited asd3206f4514Also remove two generated files from the repository: programs/dtksh/ksh93/man/man1/sh.1 programs/dtksh/ksh93/man/man3/nval.3 Conflicts: cde/programs/dtksh/ksh93/Imakefile
This commit is contained in:
committed by
Jon Trulson
parent
2562c2cbeb
commit
65218337ef
@@ -31,8 +31,6 @@ KSH_OBJS = \
|
||||
|
||||
OBJS = $(KSH_OBJS) $(KSH_LIBS)
|
||||
|
||||
KSHELL?= /usr/local/bin/ksh93
|
||||
|
||||
SUIDEXECDEFINES = \
|
||||
-DPROFILEPATH=\"$(CDE_CONFIGURATION_TOP)/config/profile\" \
|
||||
-DSUIDPROFILEPATH=\"$(CDE_CONFIGURATION_TOP)/config/suid_profile\" \
|
||||
@@ -58,7 +56,7 @@ ALL_SUBS = *
|
||||
|
||||
ksh93src:
|
||||
$(RM) $(SHIP_DIR)/$(ALL_SUBS)/$(ALL_SUBS)/BUILT; \
|
||||
SHELL=$(KSHELL) CC=$(CC) CCFLAGS="$(CCFLAGS)" $(KSHELL) ship/shipin $(FORCE_SHIP)
|
||||
SHELL=$(KORNSHELL) CC=$(CC) CCFLAGS="$(CCFLAGS)" $(KORNSHELL) ship/shipin $(FORCE_SHIP)
|
||||
|
||||
ksh93.o: $(OBJS)
|
||||
$(LD) -r -o $@ $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user