diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-09 14:39:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-09 14:39:36 +0000 |
commit | 80845da285b066c986e556262215ba4d84049f12 (patch) | |
tree | fde71030d976b6cf6e44834fbea75da91638c4e6 /URPM/Build.pm | |
parent | 1565b0ef43252ec8f43ee5af10f427f4dc4662bc (diff) | |
download | perl-URPM-80845da285b066c986e556262215ba4d84049f12.tar perl-URPM-80845da285b066c986e556262215ba4d84049f12.tar.gz perl-URPM-80845da285b066c986e556262215ba4d84049f12.tar.bz2 perl-URPM-80845da285b066c986e556262215ba4d84049f12.tar.xz perl-URPM-80845da285b066c986e556262215ba4d84049f12.zip |
add some comment
Diffstat (limited to 'URPM/Build.pm')
-rw-r--r-- | URPM/Build.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/URPM/Build.pm b/URPM/Build.pm index fa1b3d3..b1360d4 100644 --- a/URPM/Build.pm +++ b/URPM/Build.pm @@ -438,6 +438,8 @@ sub build_hdlist { } #- build synthesis file. +#- used by genhdlist2 and mkcd +#- #- parameters are : #- synthesis : synthesis file to create (mandatory if fd not given). #- fd : file descriptor (mandatory if synthesis not given). @@ -481,6 +483,7 @@ sub build_synthesis { close $fh; # returns true on success } +# DEPRECATED. ONLY USED BY MKCD #- write depslist.ordered file according to info in params. #- parameters are : #- depslist : depslist.ordered file to create. |