summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-09-08 04:05:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-09-08 04:05:24 +0000
commitffa0418d2f24e5d8a30968fad21c3f78422f6c6e (patch)
tree0475f985adf7713a7b7d456abc4faa0c90bb4778 /contrib
parentPrepend @condstack to @buffer4 lines. (diff)
downloadrtems-ffa0418d2f24e5d8a30968fad21c3f78422f6c6e.tar.bz2
Prepend @condstack to @buffer4 lines.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/crossrpms/specstrip2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/crossrpms/specstrip b/contrib/crossrpms/specstrip
index 19d2158f21..feda29636c 100755
--- a/contrib/crossrpms/specstrip
+++ b/contrib/crossrpms/specstrip
@@ -223,7 +223,7 @@ foreach my $line ( @buffer3 )
} elsif ( $condstack[$#condstack] =~ m/<FALSE:.*>$/ ) {
# print STDERR "ENDIF: FALSE\n";
} else {
- push @buffer4, "%endif\n";
+ push @buffer4, "@condstack:$line\n";
}
# print STDERR "POP: $line\n";
pop @condstack;