mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Fri Jun 18 16:00:20 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep.
|
||||||
|
|
||||||
Fri Jun 18 16:54:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Fri Jun 18 16:54:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* config/riscos.m{h,t}: New files.
|
* config/riscos.m{h,t}: New files.
|
||||||
|
@ -320,7 +320,7 @@ $(BFD_H): stmp-bfd.h ; @true
|
|||||||
stmp-bfd.h : $(BFDIN_H) Makefile
|
stmp-bfd.h : $(BFDIN_H) Makefile
|
||||||
rm -f sysdep.sed nsysdep.h
|
rm -f sysdep.sed nsysdep.h
|
||||||
echo "exec sed -e '/^\\$$/d' \\" > sysdep.sed
|
echo "exec sed -e '/^\\$$/d' \\" > sysdep.sed
|
||||||
grep -n '#include.*hosts/' sysdep.h \
|
-grep -n '#include.*hosts/' sysdep.h \
|
||||||
| sed -e 's|\([0-9]*\):.*hosts/\(.*\)"| -e "\1r $(srcdir)/hosts/\2" -e \1d \\|' \
|
| sed -e 's|\([0-9]*\):.*hosts/\(.*\)"| -e "\1r $(srcdir)/hosts/\2" -e \1d \\|' \
|
||||||
>> sysdep.sed
|
>> sysdep.sed
|
||||||
echo "" >> sysdep.sed
|
echo "" >> sysdep.sed
|
||||||
|
Reference in New Issue
Block a user