summaryrefslogtreecommitdiff
path: root/dtools/release-checklist
diff options
context:
space:
mode:
authorJohnathan Corgan2012-04-07 19:32:10 -0700
committerJohnathan Corgan2012-04-07 19:32:10 -0700
commit9bef26c9271a7b9253075bda3c1fc7c8078c0343 (patch)
treea6c1329bb902c95c8ab9970f38ec5fb46d79167c /dtools/release-checklist
parentf621a52f779381cfe550b4278b83e701a747944c (diff)
parentef72dc714840dfb8fe3f918dda243f74453b6cc7 (diff)
downloadgnuradio-9bef26c9271a7b9253075bda3c1fc7c8078c0343.tar.gz
gnuradio-9bef26c9271a7b9253075bda3c1fc7c8078c0343.tar.bz2
gnuradio-9bef26c9271a7b9253075bda3c1fc7c8078c0343.zip
Merge branch 'next'
Diffstat (limited to 'dtools/release-checklist')
-rw-r--r--dtools/release-checklist11
1 files changed, 0 insertions, 11 deletions
diff --git a/dtools/release-checklist b/dtools/release-checklist
deleted file mode 100644
index 9e2e37706..000000000
--- a/dtools/release-checklist
+++ /dev/null
@@ -1,11 +0,0 @@
-Caveats:
-
-* gr-howto-write-a-block must be checked out into it's own top-level
- working copy for build, otherwise automake will grab the depcomp,
- install-sh, etc. files from the parent directory, and not put them
- in the distribution tarball.
-
-* Ubuntu's automake (at least) will copy config.guess and config.sub from
- Ubuntu's system directory, even if there is already one in the directory.
- You need to 'svn revert config.guess config.sub' after running bootstrap
- and before running configure. \ No newline at end of file