FreeBSD Bugzilla – Attachment 12980 Details for
Bug 24868
PATCH to fix kernel build if path to sources contain a dash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 328 bytes, created by
Andre Albsmeier
on 2001-02-05 14:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andre Albsmeier
Created:
2001-02-05 14:10:00 UTC
Size:
328 bytes
patch
obsolete
>--- sys/kern/makeops.pl.ORI Mon Feb 5 14:55:51 2001 >+++ sys/kern/makeops.pl Mon Feb 5 14:55:59 2001 >@@ -36,7 +36,7 @@ > # Process the command line > # > while ( $arg = shift @ARGV ) { >- if ( $arg =~ m/-.*/ ) { >+ if ( $arg =~ m/^-.*/ ) { > push @args, $arg; > } elsif ( $arg =~ m/\.m$/ ) { > push @filenames, $arg;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24868
: 12980