ensure the SHELL value is that of the make
From-SVN: r26366
This commit is contained in:
parent
9ae0257f30
commit
f853036b41
@ -1,5 +1,8 @@
|
||||
1999-04-12 Bruce Korb <ddsinc09@ix.netcom.com>
|
||||
|
||||
* Makefile.in( stmp-fixinc ):
|
||||
ensure the SHELL value is that of the make
|
||||
|
||||
* fixincl/inclhack.tpl:
|
||||
the file name lists ought to be restricted to "*.h" anyway
|
||||
C++ files may be named .../[a-z]++/... also
|
||||
|
@ -2144,8 +2144,8 @@ fixinc.sh: $(srcdir)/fixinc/mkfixinc.sh
|
||||
stmp-fixinc: fixinc.sh gsyslimits.h
|
||||
rm -rf include; mkdir include
|
||||
TARGET_MACHINE=$(target); srcdir=`cd $(srcdir); pwd`; \
|
||||
INSTALL_ASSERT_H=$(INSTALL_ASSERT_H); \
|
||||
export TARGET_MACHINE srcdir INSTALL_ASSERT_H; \
|
||||
INSTALL_ASSERT_H=$(INSTALL_ASSERT_H); SHELL=$(SHELL) ;\
|
||||
export TARGET_MACHINE srcdir INSTALL_ASSERT_H SHELL ; \
|
||||
$(SHELL) ./fixinc.sh `pwd`/include $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS)
|
||||
rm -f include/syslimits.h
|
||||
if [ -f include/limits.h ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user