diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-28 17:05:40 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-28 19:59:06 +0100 |
commit | 2c3aa4f3a5c1e96ca6edd18d2e1a32f0272153a7 (patch) | |
tree | 07e17aba2102900dd04914b9a332af618b10bd35 /solenv | |
parent | bd18cf52743cda0c601aa10ade303c310ca9f33b (diff) |
remove malingering legacy RCS tags.
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/langwrap | 6 | ||||
-rw-r--r-- | solenv/bin/mapgen.pl | 7 | ||||
-rwxr-xr-x | solenv/bin/packimages.pl | 7 | ||||
-rw-r--r-- | solenv/inc/libs.mk | 1 |
4 files changed, 3 insertions, 18 deletions
diff --git a/solenv/bin/langwrap b/solenv/bin/langwrap index b67a32f62fc3..09113e869da4 100755 --- a/solenv/bin/langwrap +++ b/solenv/bin/langwrap @@ -31,11 +31,7 @@ $nfield = 0; ###### main ###### # Version -$idStr = ' $Revision: 1.2 $ '; -$idStr =~ /Revision:\s+(\S+)\s+\$/ - ? ($langwrapRev = $1) : ($langwrapRev = "-"); - -print "langwrap -- Version: $langwrapRev\n"; +print "langwrap -- Version: 1.2\n"; # Options &check_options(); diff --git a/solenv/bin/mapgen.pl b/solenv/bin/mapgen.pl index 8a8677f12c7b..306c864e3ad8 100644 --- a/solenv/bin/mapgen.pl +++ b/solenv/bin/mapgen.pl @@ -38,12 +38,7 @@ eval 'exec perl -wS $0 ${1+"$@"}' #### script id ##### ( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; - -$id_str = ' $Revision: 1.6 $ '; -$id_str =~ /Revision:\s+(\S+)\s+\$/ - ? ($script_rev = $1) : ($script_rev = "-"); - -print "$script_name -- version: $script_rev\n"; +print "$script_name -- version: 1.6\n"; print "Multi Platform Enabled Edition\n"; ######################### diff --git a/solenv/bin/packimages.pl b/solenv/bin/packimages.pl index 936900171ceb..85c8083fc0af 100755 --- a/solenv/bin/packimages.pl +++ b/solenv/bin/packimages.pl @@ -59,12 +59,7 @@ my @custom_list; ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; -my $script_rev; -my $id_str = ' $Revision: 1.17 $ '; -$id_str =~ /Revision:\s+(\S+)\s+\$/ - ? ($script_rev = $1) : ($script_rev = "-"); - -print "$script_name -- version: $script_rev\n" if $verbose; +print "$script_name -- version: 1.17\n" if $verbose; #### main ##### diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index 9d2dd1e1e81c..67c09fdbe2e3 100644 --- a/solenv/inc/libs.mk +++ b/solenv/inc/libs.mk @@ -24,7 +24,6 @@ # for a copy of the LGPLv3 License. # #************************************************************************* -LIBSMKREV!:="$$Revision: 1.134.2.3 $$" .IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") |