mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* munch: Don't use head command. It doesn't exist everywhere.
This commit is contained in:
parent
14e3c2e47d
commit
04c6a64fdd
@ -1,3 +1,7 @@
|
||||
Fri Apr 16 17:38:33 1993 Stu Grossman (grossman@cygnus.com)
|
||||
|
||||
* munch: Don't use head command. It doesn't exist everywhere.
|
||||
|
||||
Fri Apr 16 15:07:57 1993 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* inflow.c (new_tty): Remove spurious 'o' character at end
|
||||
|
@ -23,7 +23,7 @@ if test "`$MUNCH_NM main.o | egrep main | egrep FUNC | egrep GLOB`" != "" ; then
|
||||
's/^.*\(_initialize_[a-zA-Z0-9_]*\).*$/ {extern void \1 (); \1 ();}/'\
|
||||
| sort -u
|
||||
elif test "`$MUNCH_NM main.o | egrep '[TD] *_?main$'`" = "" ; then
|
||||
if test "`$MUNCH_NM main.o | head -6 | egrep 'Subspace$'`" != "" ; then
|
||||
if test "`$MUNCH_NM main.o | egrep 'Type Subspace'`" != "" ; then
|
||||
# HP PA RISC compilers don't prepend underscores
|
||||
shift;
|
||||
$MUNCH_NM $* | egrep '_initialize_.*' | \
|
||||
|
Loading…
Reference in New Issue
Block a user