zap debug line
This commit is contained in:
parent
49aaeb4f95
commit
3876bf00e9
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
# $OpenBSD: check-newlib-depends,v 1.34 2007/05/21 21:23:45 espie Exp $
|
||||
# $OpenBSD: check-newlib-depends,v 1.35 2007/05/21 21:24:56 espie Exp $
|
||||
# Copyright (c) 2004 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
@ -457,7 +457,6 @@ sub analyze
|
||||
for my $k (sort keys %{$t->{haslib}}) {
|
||||
my $v = $t->{haslib}->{$k};
|
||||
next if $v == 2;
|
||||
print "WANTLIB: ", $self->stringize, " (system lib)\n";
|
||||
print "Extra: $k\n";
|
||||
}
|
||||
print_list("\tWANTLIB +=", $r->{wantlib});
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# $OpenBSD: register-plist,v 1.13 2007/05/20 17:27:51 espie Exp $
|
||||
# $OpenBSD: register-plist,v 1.14 2007/05/21 21:24:56 espie Exp $
|
||||
# Copyright (c) 2005
|
||||
# Marc Espie. All rights reserved.
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@ -64,6 +64,11 @@ sub remove_auxiliary
|
||||
return 0;
|
||||
}
|
||||
|
||||
package OpenBSD::PackingElement::DigitalSignature;
|
||||
sub flatten
|
||||
{
|
||||
}
|
||||
|
||||
package OpenBSD::PackingElement::FileBase;
|
||||
|
||||
sub forget_details
|
||||
|
Loading…
Reference in New Issue
Block a user