~jonas-drange/ubuntu-push/lp1577723-skiptest

« back to all changes in this revision

Viewing changes to scripts/deps.sh

  • Committer: John R. Lenton
  • Date: 2014-06-02 10:01:13 UTC
  • mto: This revision was merged to the branch mainline in revision 174.
  • Revision ID: jlenton@gmail.com-20140602100113-rk1mb3svh62xi3w6
more makefile tweaks. updated dependencies. packaging fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    tr "\n" " " | sed -r -e "s|$PROJECT/?||g" -e 's/ *$//'
25
25
}
26
26
 
27
 
out=".$1.deps"
 
27
out="$1.deps"
28
28
( echo -n "${1%.go} ${out}: "; indirects $(echo $1 | norm) | norm ) > "$out"