[EMAIL PROTECTED] wrote:
Author: justin
Date: 2005-09-23 19:59:37 -0600 (Fri, 23 Sep 2005)
New Revision: 731
Modified:
x86/trunk/packages/dejagnu/Makefile
x86/trunk/packages/expect/Makefile
x86/trunk/packages/gawk/Makefile
x86/trunk/packages/glibc/Makefile
x86/trunk/packages/tcl/Makefile
Log:
Checking/Cleaning makefiles in trunk, up to chapter 5 gawk.
You should be able to do so quickly with the following perl script:
#!/usr/bin/perl
$/ = undef;
$input = <>;
$input =~ s/# ?=*\n//g;
$input =~ s/#\n//g;
$input =~ s/#.*?\\\/\n//g;
$input =~ s/#.*?Status Messages.*?\n//g;
$input =~ s/[EMAIL PROTECTED](call echo.*?\n//g;
$input =~ s/[EMAIL PROTECTED](OK\)\n//g;
$input =~ s/\t@/\t/g;
$input =~ s/ \>\>?.*?log 2\>\&1//g;
$input =~ s/ \\\n\t\n/\n/g;
print $input;
--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page