Imported from ../bash-3.1.tar.gz.
This commit is contained in:
		
					parent
					
						
							
								eb87367179
							
						
					
				
			
			
				commit
				
					
						95732b497d
					
				
			
		
					 267 changed files with 24541 additions and 18843 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| # This Makefile for building libbuiltins.a is in -*- text -*- for Emacs.
 | ||||
| #
 | ||||
| # Copyright (C) 1996-2003 Free Software Foundation, Inc.     
 | ||||
| # Copyright (C) 1996-2005 Free Software Foundation, Inc.     
 | ||||
| 
 | ||||
| # This program is free software; you can redistribute it and/or modify
 | ||||
| # it under the terms of the GNU General Public License as published by
 | ||||
|  | @ -54,7 +54,7 @@ LIBBUILD = ${BUILD_DIR}/lib | |||
| 
 | ||||
| PROFILE_FLAGS = @PROFILE_FLAGS@ | ||||
| CFLAGS = @CFLAGS@ | ||||
| CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ | ||||
| CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ @CROSS_COMPILE@ | ||||
| CPPFLAGS = @CPPFLAGS@ | ||||
| CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ | ||||
| LOCAL_CFLAGS = @LOCAL_CFLAGS@ ${DEBUG} | ||||
|  | @ -96,6 +96,7 @@ GCC_LINT_FLAGS = -Wall -Wshadow -Wpointer-arith -Wcast-qual \ | |||
| MKBUILTINS = mkbuiltins$(EXEEXT) | ||||
| DIRECTDEFINE = -D $(srcdir) | ||||
| HELPDIRDEFINE = @HELPDIRDEFINE@ | ||||
| HELPSTRINGS = @HELPSTRINGS@ | ||||
| 
 | ||||
| # xxx this is bad style
 | ||||
| RL_LIBSRC = $(topdir)/lib/readline | ||||
|  | @ -160,7 +161,7 @@ builtext.h builtins.c: $(MKBUILTINS) $(DEFSRC) | |||
| 	@-if test -f builtins.c; then mv -f builtins.c old-builtins.c; fi | ||||
| 	@-if test -f builtext.h; then mv -f builtext.h old-builtext.h; fi | ||||
| 	./$(MKBUILTINS) -externfile builtext.h -structfile builtins.c \
 | ||||
| 	    -noproduction $(DIRECTDEFINE) $(HELPDIRDEFINE) $(DEFSRC) | ||||
| 	    -noproduction $(DIRECTDEFINE) $(HELPDIRDEFINE) $(HELPSTRINGS) $(DEFSRC) | ||||
| 	@-if cmp -s old-builtext.h builtext.h 2>/dev/null; then \
 | ||||
| 		mv old-builtext.h builtext.h; \
 | ||||
| 	 else \
 | ||||
|  | @ -178,8 +179,7 @@ helpdoc:	$(MKBUILTINS) $(DEFSRC) | |||
| install-help: | ||||
| 	@-if test -n "${HELPDIR}" && test -d helpfiles ; then \
 | ||||
| 		test -d ${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\
 | ||||
| 		( cd helpfiles ; \
 | ||||
| 		  for f in *; do \
 | ||||
| 		( for f in helpfiles/*; do \
 | ||||
| 			echo installing $$f; \
 | ||||
| 			${INSTALL_DATA} $$f $(DESTDIR)$(HELPDIR); \
 | ||||
| 		  done; ) ; \
 | ||||
|  | @ -404,12 +404,12 @@ exec.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | |||
| exec.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/flags.h | ||||
| exec.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h | ||||
| exec.o: $(srcdir)/common.h $(topdir)/execute_cmd.h $(BASHINCDIR)/maxpath.h | ||||
| exec.o: $(topdir)/findcmd.h | ||||
| exec.o: $(topdir)/findcmd.h $(topdir)/jobs.h | ||||
| exit.o: $(topdir)/bashtypes.h | ||||
| exit.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h | ||||
| exit.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h | ||||
| exit.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | ||||
| exit.o: $(topdir)/subst.h $(topdir)/externs.h  | ||||
| exit.o: $(topdir)/subst.h $(topdir)/externs.h  $(topdir)/jobs.h | ||||
| exit.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h | ||||
| exit.o: $(BASHINCDIR)/maxpath.h ./builtext.h | ||||
| fc.o: $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h | ||||
|  | @ -427,6 +427,7 @@ fg_bg.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h | |||
| fg_bg.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | ||||
| fg_bg.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h | ||||
| fg_bg.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h | ||||
| fg_bg.o: $(topdir)/jobs.h | ||||
| getopts.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h | ||||
| getopts.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h | ||||
| getopts.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | ||||
|  | @ -458,7 +459,7 @@ inlib.o: $(BASHINCDIR)/maxpath.h $(topdir)/subst.h $(topdir)/externs.h | |||
| inlib.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | ||||
| jobs.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h | ||||
| jobs.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(srcdir)/bashgetopt.h | ||||
| jobs.o: $(BASHINCDIR)/maxpath.h $(topdir)/externs.h  | ||||
| jobs.o: $(BASHINCDIR)/maxpath.h $(topdir)/externs.h $(topdir)/jobs.h | ||||
| jobs.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h | ||||
| jobs.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h  | ||||
| kill.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h | ||||
|  | @ -466,6 +467,7 @@ kill.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/exte | |||
| kill.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | ||||
| kill.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/trap.h $(topdir)/unwind_prot.h | ||||
| kill.o: $(topdir)/variables.h $(topdir)/conftypes.h $(BASHINCDIR)/maxpath.h | ||||
| kill.o: $(topdir)/jobs.h | ||||
| let.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h | ||||
| let.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h | ||||
| let.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | ||||
|  | @ -525,6 +527,7 @@ suspend.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h | |||
| suspend.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | ||||
| suspend.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h | ||||
| suspend.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h | ||||
| suspend.o: $(topdir)/jobs.h | ||||
| test.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h | ||||
| test.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h | ||||
| test.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | ||||
|  | @ -565,6 +568,7 @@ wait.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h | |||
| wait.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h | ||||
| wait.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h | ||||
| wait.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h | ||||
| wait.o: $(topdir)/jobs.h | ||||
| wait.o: $(BASHINCDIR)/chartypes.h | ||||
| shopt.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h | ||||
| shopt.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h  | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jari Aalto
				Jari Aalto