From 24cd839f560fdb66e28a88090b00d2350c1e656c Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Tue, 9 Oct 2012 23:44:16 -0700 Subject: [PATCH] Put deprecate warning in for old executable name. --- apps/CMakeLists.txt | 1 + apps/uhd_modes.py | 4 ++++ 2 files changed, 5 insertions(+) create mode 100755 apps/uhd_modes.py diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 0583ff0..d44a333 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -23,5 +23,6 @@ GR_PYTHON_INSTALL( PROGRAMS modes_rx modes_gui + uhd_modes.py DESTINATION bin ) diff --git a/apps/uhd_modes.py b/apps/uhd_modes.py new file mode 100755 index 0000000..5d8cb28 --- /dev/null +++ b/apps/uhd_modes.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python + +if __name__ == '__main__': + print "ERROR: uhd_modes.py has been deprecated. The new application name is modes_rx."