diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2008-02-08 19:34:49 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2008-02-08 19:34:49 +0000 |
commit | 08e03bc50ead566655e394ede9331b00a1b33431 (patch) | |
tree | b3fcc3dee720b48f06d4431086a8c5f2863bb99d /r-base/README | |
parent | 16c1d585c5a11523b78520a3c607c2184a3baa47 (diff) |
Update of the build infrastructure
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@26 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'r-base/README')
-rw-r--r-- | r-base/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/r-base/README b/r-base/README new file mode 100644 index 0000000..7380d34 --- /dev/null +++ b/r-base/README @@ -0,0 +1,7 @@ +The command used for building the packages is +fakeroot dpkg-buildpackage > ../build_log_r-base_i386 2> ../build_errors_r-base_i386 + +and for the amd64 build +fakeroot dpkg-buildpackage -B > ../build_log_r-base_amd64 2> ../build_errors_r-base_amd64 + +Didn't figure out how to do this with tee yet... |