|
|
Sponsor |
[patch] /bin/grep -e and solaris: msg#00555gdb.patches
Just FYI, Turns out that Solaris /bin/grep doesn't like -e. I've checked in the attached (the -e wasn't needed anyway). Thanks to PeterS for pointing this out. Andrew 2002-06-27 Andrew Cagney <ac131313@xxxxxxxxxx> * Makefile.in (init.c): Drop -e option to grep. Not necessary and Solaris /bin/grep does not not like it. From Peter Schauer. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.214 diff -u -r1.214 Makefile.in --- Makefile.in 26 Jun 2002 16:07:16 -0000 1.214 +++ Makefile.in 27 Jun 2002 15:44:21 -0000 @@ -876,7 +876,7 @@ -e 's|\([^ ][^ ]*\)|$(srcdir)/\1|g' | \ while read f; do grep '^_initialize_[a-z_0-9A-Z]* *(' $$f 2>/dev/null; done | \ sed -e 's/^.*://' -e 's/^\([a-z_0-9A-Z]*\).*/\1/' | \ - ( echo _initialize_gdbtypes ; grep -v -e '^_initialize_gdbtypes$$' ) > init.l-tmp + ( echo _initialize_gdbtypes ; grep -v '^_initialize_gdbtypes$$' ) > init.l-tmp @echo '/* Do not modify this file. */' >>init.c-tmp @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp @echo '#include "defs.h"' >>init.c-tmp
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [patch/doc] ISO-C -> ISO C ...., Andrew Cagney |
|---|---|
| Next by Date: | [RFA/RFC] blockframe.c Fix errorneous addr check, Andrew Volkov |
| Previous by Thread: | [patch/doc] ISO-C -> ISO C ...., Andrew Cagney |
| Next by Thread: | [RFA/RFC] blockframe.c Fix errorneous addr check, Andrew Volkov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|